summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3buttongroup/clickLock/clickLock.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/q3buttongroup/clickLock/clickLock.pro')
-rw-r--r--tests/auto/q3buttongroup/clickLock/clickLock.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/q3buttongroup/clickLock/clickLock.pro b/tests/auto/q3buttongroup/clickLock/clickLock.pro
new file mode 100644
index 0000000..68f5ed2
--- /dev/null
+++ b/tests/auto/q3buttongroup/clickLock/clickLock.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+TEMPLATE = app
+win32:TARGET = ../clickLock
+!win32:TARGET = clickLock
+
+contains(QT_CONFIG, qt3support): QT += qt3support
+DEPENDPATH += .
+INCLUDEPATH += .
+CONFIG -= app_bundle
+
+# Input
+SOURCES += main.cpp
+
+