blocking qmlimportscanner

This commit is contained in:
Uwe Rathmann 2024-01-10 16:46:09 +01:00
parent 3bbed95821
commit 0b60db6614

View File

@ -7,6 +7,10 @@ function(qsk_add_executable target)
if(QT_VERSION_MAJOR VERSION_GREATER_EQUAL 6)
qt6_add_executable(${ARGV})
# we manually export our APIs to QML - might change in the future
set_target_properties(${target} PROPERTIES
QT_QML_MODULE_NO_IMPORT_SCAN 1)
else()
add_executable(${ARGV})
endif()