aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/CMakeLists.txt
blob: f7ba5c0565d85268a4df89336280e9d36bc65990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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()