summaryrefslogtreecommitdiffstats
path: root/qtqa.pro
blob: cc3dac2a0cdf4ff07aab89011e2581bc85ec4a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

!isEmpty(QTQA_BUILD_PARTS): QT_BUILD_PARTS = $$QTQA_BUILD_PARTS

scripts.subdir = scripts
scripts.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):scripts.CONFIG += no_default_target

tests.subdir = tests
tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):tests.CONFIG += no_default_target

SUBDIRS +=  \
    scripts \
    tests