mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 20:16:01 +02:00
Add QML_IMPORT_PATH for KDevelop and Qt Creator code completion and navigation.
This commit is contained in:
parent
ad05086a9c
commit
a7749077f9
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue