summaryrefslogtreecommitdiffstats
path: root/examples/demos/CMakeLists.txt
blob: 1893137d8da386f776bc4006aeaf24457ebd5ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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)
    if(ANDROID OR IOS)
        add_subdirectory(hangman)
    endif()
endif()
if(TARGET Qt::Quick AND TARGET Qt::Network AND TARGET Qt::QmlXmlListModel)
    add_subdirectory(rssnews)
    add_subdirectory(photoviewer)
endif()