summaryrefslogtreecommitdiffstats
path: root/tests/postbuild/postbuild.pro
blob: b558acf6489b8d8dab4bcf33de670bfa2f00e9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS += \
    bic \
    headers \
    symbols \
    guiapplauncher

!qtConfig(process): SUBDIRS -= headers guiapplauncher

# This test is only valid on linux
!linux: SUBDIRS -= symbols

# This test does not make sense with '-no-widgets'
!qtHaveModule(widgets): SUBDIRS -= bic