aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: b6bcf37d9404325f476926be1c965eeaf9bec0e7 (plain)
1
2
3
4
5
6
7
8
9
qt_path_join(targetbasedir ${CMAKE_BINARY_DIR} "qml")
qt_path_join(qmlinstalldir ${QT_INSTALL_DIR} ${INSTALL_QMLDIR})

set(qds_qml_extra_args "")
if(QT_QDS_COMPONENTS_NOWARN)
   list(APPEND qds_qml_extra_args NO_LINT)
endif()

add_subdirectory(imports)