summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativevideo
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-26 03:23:08 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-26 03:24:40 (GMT)
commit8a3eef027ffaeb69eeee89b7868c17c1f246edc8 (patch)
tree3473fd95020ca92aa3ea9c69719c8dfe863dfd69 /tests/auto/qdeclarativevideo
parenta0278d4330e4aac8413055b5a34feb54ab74404d (diff)
downloadQt-8a3eef027ffaeb69eeee89b7868c17c1f246edc8.zip
Qt-8a3eef027ffaeb69eeee89b7868c17c1f246edc8.tar.gz
Qt-8a3eef027ffaeb69eeee89b7868c17c1f246edc8.tar.bz2
Work around requires() bug in qmake
when running `qmake -r -tp vc', if any project is encountered which is disabled with requires(), the generated .sln file ends up missing many unrelated projects.
Diffstat (limited to 'tests/auto/qdeclarativevideo')
-rw-r--r--tests/auto/qdeclarativevideo/qdeclarativevideo.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qdeclarativevideo/qdeclarativevideo.pro b/tests/auto/qdeclarativevideo/qdeclarativevideo.pro
index 0cd7879..d946bb0 100644
--- a/tests/auto/qdeclarativevideo/qdeclarativevideo.pro
+++ b/tests/auto/qdeclarativevideo/qdeclarativevideo.pro
@@ -2,5 +2,3 @@ load(qttest_p4)
SOURCES += tst_qdeclarativevideo.cpp
QT += multimedia declarative
-requires(contains(QT_CONFIG, multimedia))
-requires(contains(QT_CONFIG, declarative))