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

add_subdirectory(adding)
add_subdirectory(coercion)
add_subdirectory(default)
add_subdirectory(properties)
add_subdirectory(methods)
if(TARGET Qt::Widgets)
    add_subdirectory(extended)
endif()
if(TARGET Qt::Quick)
    add_subdirectory(attached)
    add_subdirectory(binding)
    add_subdirectory(grouped)
    add_subdirectory(signal)
    add_subdirectory(valuesource)
endif()