aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 464221cd672578b2025a11fd3df6497805a8f8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)

qt_internal_add_docs(QtQuickStudioComponents
    doc/components.qdocconf
)