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

@@ -4,6 +4,7 @@
qt_add_library(timeline STATIC)
qt_add_qml_module(timeline
URI org.kde.neochat.timeline
OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/src/org/kde/neochat/timeline
QML_FILES
EventDelegate.qml
TimelineDelegate.qml