aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-06-12 12:02:02 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-06-13 14:16:41 +0000
commitd4e9c964a2d17d0dbdd9c7c9599bf502ce995d9c (patch)
treec4db6898ecec09407edc67c406cd4cda4fdd50d3 /tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro
parent3e40325d44c64f2c3fa3403e9efd6a51759ec0e9 (diff)
Rename tst_material and tst_universal
These test specificly the QQuickMaterialStyle and QQuickUniversalStyle implementations, so rename appropriately to make room for the upcoming tst_material and tst_universal tests. See the next commit for more details about that. Change-Id: I08d6116d6219084f6087682b7e712f8499a0e945 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro')
-rw-r--r--tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro b/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro
new file mode 100644
index 00000000..83bd19a5
--- /dev/null
+++ b/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+TARGET = tst_qquickuniversalstyle
+CONFIG += qmltestcase
+
+SOURCES += \
+ $$PWD/tst_qquickuniversalstyle.cpp
+
+RESOURCES += \
+ $$PWD/qquickuniversalstyle.qrc
+
+OTHER_FILES += \
+ $$PWD/data/*
+
+TESTDATA += \
+ $$PWD/data/tst_*