We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da9ea5 commit 68bc86cCopy full SHA for 68bc86c
CMakeLists.txt
@@ -107,6 +107,9 @@ target_link_libraries(${PROJECT_NAME}
107
108
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)
109
110
+# If using QML, uncomment the following line and update the path to the qml directory:
111
+# set_target_properties(${PROJECT_NAME} PROPERTIES qml_directory "${CMAKE_CURRENT_LIST_DIR}/src/qml")
112
+
113
# Setting up deployment (let CPack generate a zip/dmg file)
114
installLSLApp(${PROJECT_NAME})
115
installLSLAuxFiles(${PROJECT_NAME}
0 commit comments