aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pro
blob: 27d0962a15eaaceff74329cec9085a209cf2dc46 (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
25
26
27
28
29
30
31
32
33
34
TEMPLATE      = subdirs
SUBDIRS       = \
                apscanner \
                calculator \
                containertest \
                helloworld \
                layout/mflowlayoutpolicy \
                layout/mfreestylelayoutpolicy \
                layout/mlinearlayoutpolicy \
                layout/mgridlayoutpolicy \
                layout/multiplepolicies \
                layout/layout_inside_layout \
                layout/hidden_widgets \
                layout/qgraphicslinearlayout \
                layout/qgraphicsgridlayout \
                layout/qgraphicslayout \
                layout/two_columns \
                lifecycle \
                multipleinstances \
                separatorTest \
                testwidget \
                #trackergrid \
                imtoolbar \

# for HAVE_DBUS
include( ../mkspecs/common.pri )

contains(DEFINES, HAVE_DBUS) {
    SUBDIRS += \
	    servicefw \
	    chaining \

}