Add QML_IMPORT_PATH for KDevelop and Qt Creator code completion and navigation.

This commit is contained in:
Julian Groß 2023-04-23 18:29:29 +02:00
parent ad05086a9c
commit a7749077f9

View file

@ -512,3 +512,6 @@ if (BUILD_INSTALLER)
endif()
generate_installers()
endif()
# QML import paths for Qt Creator and KDevelop code completion
set(QML_IMPORT_PATH ${CMAKE_SOURCE_DIR}/interface/resources/qml;${CMAKE_SOURCE_DIR}/launchers/qt/resources/qml CACHE PATH "Extra QML import paths for KDevelop and Qt Creator")