summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-04-25 16:14:50 +0200
committerNiels Weber <niels.weber@digia.com>2013-04-26 07:52:51 +0200
commit8a3e3a3ba74b93c9712adf95a9e88e2fddffdd4c (patch)
treea63e83bb6bb77d23bf847ce37c706a8d0057882b /tests
parent58cfc724b69141e12d52ea80428ddf0a92711100 (diff)
Make messageboxhandler test compile with Qt5.
Change-Id: I23db9a24a84ddb2b53173e5962c03cb77dd84aef Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/messageboxhandler/messageboxhandler.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/messageboxhandler/messageboxhandler.pro b/tests/auto/installer/messageboxhandler/messageboxhandler.pro
index 4736205c6..c0c1364d8 100644
--- a/tests/auto/installer/messageboxhandler/messageboxhandler.pro
+++ b/tests/auto/installer/messageboxhandler/messageboxhandler.pro
@@ -1,5 +1,6 @@
include(../../qttest.pri)
QT += script
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES += tst_messageboxhandler.cpp