2019-06-04 15:08:47 +00:00
|
|
|
# special case begin
|
2019-06-06 11:08:41 +00:00
|
|
|
qt_examples_build_begin()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
|
|
|
# special case end
|
|
|
|
|
|
|
|
# Generated from examples.pro.
|
|
|
|
|
2019-03-18 18:26:24 +00:00
|
|
|
add_subdirectory(corelib)
|
|
|
|
add_subdirectory(embedded)
|
|
|
|
add_subdirectory(qpa)
|
|
|
|
|
|
|
|
if(TARGET Qt::DBus)
|
|
|
|
add_subdirectory(dbus)
|
|
|
|
endif()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
2019-03-18 18:26:24 +00:00
|
|
|
if(TARGET Qt::Network)
|
|
|
|
add_subdirectory(network)
|
|
|
|
endif()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
2019-03-18 18:26:24 +00:00
|
|
|
if(TARGET Qt::Test)
|
|
|
|
add_subdirectory(qtestlib)
|
|
|
|
endif()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
2019-03-18 18:26:24 +00:00
|
|
|
if(TARGET Qt::Concurrent)
|
|
|
|
add_subdirectory(qtconcurrent)
|
|
|
|
endif()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
2019-03-18 18:26:24 +00:00
|
|
|
if(TARGET Qt::Sql)
|
|
|
|
add_subdirectory(sql)
|
|
|
|
endif()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(widgets)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(TARGET Qt::Xml)
|
|
|
|
add_subdirectory(xml)
|
|
|
|
endif()
|
|
|
|
|
2019-03-18 18:26:24 +00:00
|
|
|
if(TARGET Qt::Gui)
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(gui)
|
2019-06-04 15:08:47 +00:00
|
|
|
|
|
|
|
if(QT_FEATURE_opengl)
|
2019-10-04 08:41:57 +00:00
|
|
|
add_subdirectory(opengl)
|
2019-06-04 15:08:47 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(QT_FEATURE_vulkan)
|
2019-10-04 08:39:26 +00:00
|
|
|
add_subdirectory(vulkan)
|
2019-06-04 15:08:47 +00:00
|
|
|
endif()
|
2018-10-24 13:20:27 +00:00
|
|
|
endif()
|
2019-06-04 15:08:47 +00:00
|
|
|
|
|
|
|
# special case begin
|
2019-06-06 11:08:41 +00:00
|
|
|
qt_examples_build_end()
|
2019-06-04 15:08:47 +00:00
|
|
|
# special case end
|