summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3buttongroup/clickLock
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/q3buttongroup/clickLock')
-rw-r--r--tests/auto/q3buttongroup/clickLock/clickLock.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/q3buttongroup/clickLock/clickLock.pro b/tests/auto/q3buttongroup/clickLock/clickLock.pro
index 68f5ed2..a1aa105 100644
--- a/tests/auto/q3buttongroup/clickLock/clickLock.pro
+++ b/tests/auto/q3buttongroup/clickLock/clickLock.pro
@@ -3,7 +3,8 @@ TEMPLATE = app
win32:TARGET = ../clickLock
!win32:TARGET = clickLock
-contains(QT_CONFIG, qt3support): QT += qt3support
+QT += qt3support
+requires(contains(QT_CONFIG,qt3support))
DEPENDPATH += .
INCLUDEPATH += .
CONFIG -= app_bundle