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

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