summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: df28398bf97e9bb02bb0697e7a35829ae6200e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
qt_examples_build_begin(EXTERNAL_BUILD)

if(TARGET Qt::Gui AND TARGET Qt::InterfaceFramework)
    add_subdirectory(interfaceframework)
endif()
if(TARGET Qt::Gui AND TARGET Qt::IfVehicleFunctions)
    add_subdirectory(ifvehiclefunctions)
endif()
if(TARGET Qt::Gui AND TARGET Qt::IfMedia)
    add_subdirectory(ifmedia)
endif()

qt_examples_build_end()