From 31b834b6378fc81ec5de660f4a72e4a1daa2e338 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 19 Jul 2011 16:06:52 +1000 Subject: 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 Reviewed-by: Oswald Buddenhagen Reviewed-by: Qt Sanity Bot --- src/imports/testlib/testlib.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/testlib') 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 += -- cgit v1.2.3