aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-07-19 16:06:52 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-20 03:27:00 +0200
commit31b834b6378fc81ec5de660f4a72e4a1daa2e338 (patch)
treecee07ac244171c5213330b370d220f831883fd9a /src/imports/testlib
parent5d1eddc6cffe5f7e737b530ca8665a6181358c86 (diff)
Fixed compile (for certain configurations)
This project tried to use libQtTest, but omitted `QT+=testlib'. In most configurations, this didn't matter, because: - for includes, QtQuickTest has copied the content of some QtTest headers, instead of #including them, so the bad INCLUDEPATH went unnoticed - for libraries, libQtTest would be pulled in implicitly either via .prl files or via the system's linker, so the bad LIBS went unnoticed Change-Id: Ie3286718789758bfb80f6832aac7c08bdd85212a Reviewed-on: http://codereview.qt.nokia.com/1812 Reviewed-by: Jonni Rainisto <jonni.rainisto@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'src/imports/testlib')
-rw-r--r--src/imports/testlib/testlib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/testlib/testlib.pro b/src/imports/testlib/testlib.pro
index 92c5a097cd..9980a7551f 100644
--- a/src/imports/testlib/testlib.pro
+++ b/src/imports/testlib/testlib.pro
@@ -21,7 +21,7 @@ symbian {
}
-QT += declarative script qmltest qmltest-private declarative-private script-private core-private
+QT += declarative script qmltest qmltest-private declarative-private script-private core-private testlib
SOURCES += main.cpp
HEADERS +=