aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.prev_CMakeLists.txt
blob: 4688b21b4b6d118e7cfec66fb2c1f69dacfc60bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from examples.pro.

qt_examples_build_begin()

add_subdirectory(qml)
if(TARGET Qt::QuickTest)
    add_subdirectory(qmltest)
endif()
if(TARGET Qt::Quick)
    add_subdirectory(quick)
endif()
add_subdirectory(quickcontrols2)

qt_examples_build_end()