summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlayout/qlayout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlayout/qlayout.pro')
-rw-r--r--tests/auto/qlayout/qlayout.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/qlayout/qlayout.pro b/tests/auto/qlayout/qlayout.pro
new file mode 100644
index 0000000000..bb1ae4a322
--- /dev/null
+++ b/tests/auto/qlayout/qlayout.pro
@@ -0,0 +1,20 @@
+############################################################
+# Project file for autotest for file qlayout.h
+############################################################
+
+load(qttest_p4)
+
+SOURCES += tst_qlayout.cpp
+contains(QT_CONFIG, qt3support): QT += qt3support
+wince*|symbian: {
+ addFiles.files = baseline
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+ test_data.files = baseline/*
+ test_data.path = $${target.path}/baseline
+ INSTALLS += test_data
+}
+