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