aboutsummaryrefslogtreecommitdiff
path: root/demos/demos.pro
blob: 77ed63851c503a2b451d9ba136109724aca814ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CONFIG += ordered
TEMPLATE    = subdirs
SUBDIRS     =  \
    widgetsgallery \
    widgetsgallery/translations \
    animatedlayout \
    animatedlayout/translations \
    qtstyleexample \
    qtstyledialogs \
    appletinstallationsource
    
# we do not have compiled QtDBusd4
macx:SUBDIRS -= appletinstallationsource
win32:SUBDIRS -= appletinstallationsource 

contains(DEFINES, HAVE_DBUS) {
    SUBDIRS +=  servicefw
}

QMAKE_EXTRA_TARGETS += check
check.commands = $$system(true)

QMAKE_EXTRA_TARGETS += check-xml
check-xml.commands = $$system(true)