blob: 9852d9151195cf3858596e3e7fd2386ec58ec28d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TEMPLATE=subdirs
SUBDIRS=\
headers \
bic \
compiler \
compilerwarnings \
linguist \
maketestselftest \
moc \
uic \
guiapplauncher \
qmake \
rcc \
symbols \
#atwrapper \ # These tests need significant updating,
#uiloader \ # they have hardcoded machine names etc.
contains(QT_CONFIG,qt3support):SUBDIRS+=uic3
|