diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-04-23 07:24:56 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-04-23 07:24:56 (GMT) |
commit | e34b0cc2766ce403a8d12964039957f45e35e451 (patch) | |
tree | 8aff7c251178a3de4f4950363a7013cdfefc3aeb /tests/auto/qlineedit | |
parent | d1669a04e409c76d1feb9e7068d30d7b580ef467 (diff) | |
download | Qt-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/auto/qlineedit')
-rw-r--r-- | tests/auto/qlineedit/qlineedit.pro | 2 |
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 |