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

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