summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/CMakeLists.txt
blob: 66ee578923ca1ce29d9422f3ae0afd9d619f4036 (plain)
1
2
3
4
5
6
7
8
if(QT_FEATURE_ifcodegen)
    qt_internal_add_example(climate)
    qt_internal_add_example(addressbook)
endif()
if(QT_FEATURE_ifcodegen AND QT_FEATURE_remoteobjects)
    qt_internal_add_example(remote)
    qt_internal_add_example(qface-tutorial)
endif()