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