aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/demos.pro
blob: 5a6fd52bafb54e5df1562574f42c8798572c2191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
SUBDIRS = samegame \
            calqlatr \
            clocks \
            tweetsearch \
            maroon \
            photosurface \
            stocqt

qtHaveModule(xmlpatterns) {
    SUBDIRS += rssnews
    qtHaveModule(widgets): SUBDIRS += photoviewer
}