summaryrefslogtreecommitdiffstats
path: root/tests/auto/host.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-03-04 08:00:23 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-03-04 08:00:23 (GMT)
commitfb80e2646874919f9ae8c459b21c190ff89e839b (patch)
tree3e87ff5fa0c93f62d174d2af6980b64444a16ec0 /tests/auto/host.pro
parent9b3c0bfb17600afff73294f4e549e0629709cfe0 (diff)
parentb0323ac9e117397509de898b21d63767eddfb289 (diff)
downloadQt-fb80e2646874919f9ae8c459b21c190ff89e839b.zip
Qt-fb80e2646874919f9ae8c459b21c190ff89e839b.tar.gz
Qt-fb80e2646874919f9ae8c459b21c190ff89e839b.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fixed duplicate entry for windowsmobile in tests/auto/*.pro Do not process uic3 test unless qt3support is enabled. Make `make check' build the checked project. Move tests into separate .pro files, based on Qt module.
Diffstat (limited to 'tests/auto/host.pro')
-rw-r--r--tests/auto/host.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
new file mode 100644
index 0000000..9852d91
--- /dev/null
+++ b/tests/auto/host.pro
@@ -0,0 +1,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
+