blob: c2d6aac04321e3c59a605831ebdcf5410c69de82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Generated from examples.pro.
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()
|