aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/universal/universal.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/universal/universal.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/universal/universal.pro')
-rw-r--r--tests/auto/universal/universal.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/universal/universal.pro b/tests/auto/universal/universal.pro
deleted file mode 100644
index bb7a85ca..00000000
--- a/tests/auto/universal/universal.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-TARGET = tst_universal
-CONFIG += qmltestcase
-
-SOURCES += \
- $$PWD/tst_universal.cpp
-
-RESOURCES += \
- $$PWD/universal.qrc
-
-OTHER_FILES += \
- $$PWD/data/*
-
-TESTDATA += \
- $$PWD/data/tst_*