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

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()