summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-04-23 07:24:56 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-04-23 07:24:56 (GMT)
commite34b0cc2766ce403a8d12964039957f45e35e451 (patch)
tree8aff7c251178a3de4f4950363a7013cdfefc3aeb /tests
parentd1669a04e409c76d1feb9e7068d30d7b580ef467 (diff)
downloadQt-e34b0cc2766ce403a8d12964039957f45e35e451.zip
Qt-e34b0cc2766ce403a8d12964039957f45e35e451.tar.gz
Qt-e34b0cc2766ce403a8d12964039957f45e35e451.tar.bz2
tst_qlineedit: add contains(QT_CONFIG,qt3support) to the .pro file to make it compile
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qlineedit/qlineedit.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qlineedit/qlineedit.pro b/tests/auto/qlineedit/qlineedit.pro
index 88527ce..1f862b4 100644
--- a/tests/auto/qlineedit/qlineedit.pro
+++ b/tests/auto/qlineedit/qlineedit.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT += qt3support
+contains(QT_CONFIG,qt3support) QT += qt3support
SOURCES += tst_qlineedit.cpp