aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/palette/palette.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/palette/palette.pro')
-rw-r--r--tests/auto/palette/palette.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/palette/palette.pro b/tests/auto/palette/palette.pro
new file mode 100644
index 00000000..c7d55d07
--- /dev/null
+++ b/tests/auto/palette/palette.pro
@@ -0,0 +1,16 @@
+CONFIG += testcase
+TARGET = tst_palette
+SOURCES += tst_palette.cpp
+
+macos:CONFIG -= app_bundle
+
+QT += core-private gui-private qml-private quick-private testlib quicktemplates2-private quickcontrols2-private
+
+include (../shared/util.pri)
+
+RESOURCES += qtquickcontrols2.conf
+
+TESTDATA = data/*
+
+OTHER_FILES += \
+ data/*.qml