aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickninepatchimage/qquickninepatchimage.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickninepatchimage/qquickninepatchimage.pro')
-rw-r--r--tests/auto/qquickninepatchimage/qquickninepatchimage.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qquickninepatchimage/qquickninepatchimage.pro b/tests/auto/qquickninepatchimage/qquickninepatchimage.pro
new file mode 100644
index 00000000..b40a5f4c
--- /dev/null
+++ b/tests/auto/qquickninepatchimage/qquickninepatchimage.pro
@@ -0,0 +1,14 @@
+CONFIG += testcase
+macos:CONFIG -= app_bundle
+TARGET = tst_qquickninepatchimage
+
+QT += core gui qml quick testlib
+QT_PRIVATE += gui-private quick-private quickcontrols2-private
+
+include (../shared/util.pri)
+
+SOURCES += tst_qquickninepatchimage.cpp
+
+TESTDATA += \
+ $$PWD/data/*.qml \
+ $$PWD/data/*.png