Set OUTPUT_DIRECTORY for qml modules

This fixes some cmake warning and might make qmlls happier
This commit is contained in:
Tobias Fella
2024-03-29 13:28:43 +01:00
parent f40a0a6f5f
commit 217f9e2e02
3 changed files with 3 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ add_library(neochat STATIC
)
qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN
OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/src/org/kde/neochat
QML_FILES
qml/main.qml
qml/AccountMenu.qml