summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3progressdialog/q3progressdialog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/q3progressdialog/q3progressdialog.pro')
-rw-r--r--tests/auto/q3progressdialog/q3progressdialog.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/q3progressdialog/q3progressdialog.pro b/tests/auto/q3progressdialog/q3progressdialog.pro
new file mode 100644
index 0000000..08528db
--- /dev/null
+++ b/tests/auto/q3progressdialog/q3progressdialog.pro
@@ -0,0 +1,11 @@
+############################################################
+# Project file for autotest for file q3progressdialog.h
+############################################################
+
+load(qttest_p4)
+QT += qt3support
+requires(contains(QT_CONFIG,qt3support))
+
+SOURCES += tst_q3progressdialog.cpp
+
+