build: slightly improve qmltype generation

qmlls still sucks too much for this to be very useful
This commit is contained in:
outfoxxed 2024-03-08 21:07:16 -08:00
parent 6966fc025c
commit 73fd022b1e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 5 additions and 1 deletions

View file

@ -54,6 +54,7 @@ endif()
find_package(Qt6 REQUIRED COMPONENTS ${QT_FPDEPS})
qt_standard_project_setup(REQUIRES 6.6)
set(QT_QML_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/qml_modules)
add_subdirectory(src/core)
add_subdirectory(src/io)