Merge pull request #379 from overte-org/qml_import_path

Add QML_IMPORT_PATH for KDevelop and Qt Creator
This commit is contained in:
Dale Glass 2023-04-29 21:28:52 +02:00 committed by GitHub
commit a72a58f11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")