summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qpixmap/qpixmap.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 13:28:16 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 00:38:41 +0200
commitfe6fe39415aead498defc1bee01e760bb9295e21 (patch)
tree3317eb840bb439a1245476da3aef95fb9e36eeb9 /tests/auto/gui/image/qpixmap/qpixmap.pro
parentc6d3942ea7ff7bbf4aee757d59dcac63b7a769fc (diff)
Make qpixmap autotest build without widgets
Change-Id: Iabf1e6815a2af79d9da84c0e2bb9c2de52cb698f Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/gui/image/qpixmap/qpixmap.pro')
-rw-r--r--tests/auto/gui/image/qpixmap/qpixmap.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/gui/image/qpixmap/qpixmap.pro b/tests/auto/gui/image/qpixmap/qpixmap.pro
index 15098770c6..2ce6c6b9e7 100644
--- a/tests/auto/gui/image/qpixmap/qpixmap.pro
+++ b/tests/auto/gui/image/qpixmap/qpixmap.pro
@@ -1,7 +1,8 @@
CONFIG += testcase
TARGET = tst_qpixmap
-QT += core-private gui-private widgets widgets-private testlib
+QT += core-private gui-private testlib
+!contains(QT_CONFIG, no-widgets): QT += widgets widgets-private
SOURCES += tst_qpixmap.cpp
!wince* {