Skip to content

Commit 68bc86c

Browse files
committed
Added note to CMakeLists about setting qml directory
1 parent 0da9ea5 commit 68bc86c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ target_link_libraries(${PROJECT_NAME}
107107

108108
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)
109109

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+
110113
# Setting up deployment (let CPack generate a zip/dmg file)
111114
installLSLApp(${PROJECT_NAME})
112115
installLSLAuxFiles(${PROJECT_NAME}

0 commit comments

Comments
 (0)