summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 7eb467132407c1dbd9f3f6b7b35dd42d636a32fc (plain)
1
2
3
4
5
6
7
qt_examples_build_begin(EXTERNAL_BUILD)

if(TARGET Qt::Gui AND TARGET Qt::InterfaceFramework)
    add_subdirectory(interfaceframework)
endif()

qt_examples_build_end()