aboutsummaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: b6c19fb6e1b47508897636fcecaf909f9099e265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from examples.pro.

# special case begin
qt_examples_build_begin()
# special case end

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

# special case begin
qt_examples_build_end()
# special case end