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