aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklayouts/qquicklayouts.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicklayouts/qquicklayouts.pro')
-rw-r--r--tests/auto/quick/qquicklayouts/qquicklayouts.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicklayouts/qquicklayouts.pro b/tests/auto/quick/qquicklayouts/qquicklayouts.pro
new file mode 100644
index 0000000000..9ed3e076be
--- /dev/null
+++ b/tests/auto/quick/qquicklayouts/qquicklayouts.pro
@@ -0,0 +1,13 @@
+QT += core-private gui-private qml-private
+TEMPLATE=app
+TARGET=tst_qquicklayouts
+
+CONFIG += qmltestcase
+SOURCES += tst_qquicklayouts.cpp
+
+TESTDATA = data/*
+
+OTHER_FILES += \
+ data/tst_rowlayout.qml \
+ data/tst_gridlayout.qml
+