mirror of https://github.com/qt/qtdoc.git
21 lines
565 B
CMake
21 lines
565 B
CMake
# Generated from demos.pro.
|
|
|
|
if(TARGET Qt::Quick)
|
|
add_subdirectory(samegame)
|
|
add_subdirectory(calqlatr)
|
|
add_subdirectory(clocks)
|
|
add_subdirectory(tweetsearch)
|
|
add_subdirectory(maroon)
|
|
add_subdirectory(photosurface)
|
|
add_subdirectory(stocqt)
|
|
endif()
|
|
if(TARGET Qt::Quick AND TARGET Qt::QuickControls2)
|
|
add_subdirectory(coffee)
|
|
endif()
|
|
if(TARGET Qt::Quick AND TARGET Qt::XmlPatterns)
|
|
add_subdirectory(rssnews)
|
|
endif()
|
|
if(TARGET Qt::Quick AND TARGET Qt::XmlPatterns AND TARGET quickcontrols)
|
|
add_subdirectory(photoviewer)
|
|
endif()
|