summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmimetype/qmimetype.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmimetype/qmimetype.pro')
-rw-r--r--tests/auto/qmimetype/qmimetype.pro24
1 files changed, 1 insertions, 23 deletions
diff --git a/tests/auto/qmimetype/qmimetype.pro b/tests/auto/qmimetype/qmimetype.pro
index 3f076d3..4039e4d 100644
--- a/tests/auto/qmimetype/qmimetype.pro
+++ b/tests/auto/qmimetype/qmimetype.pro
@@ -21,26 +21,4 @@ HEADERS += tst_qmimetype.h
QMAKE_EXTRA_TARGETS += check
check.depends = $$TARGET
-check.commands = LD_LIBRARY_PATH=$$(LD_LIBRARY_PATH):$$OUT_PWD/../../../src/mimetypes ./$$TARGET # -xunitxml -o $${TARGET}.xml
-
-exists($${TARGET}.xml): {
- tests_results.files += $${TARGET}.xml
-
- unix:!symbian {
- maemo5 {
- tests_results.path = /opt/usr/share/QtMimeTypes-unittests
- } else {
- tests_results.path = /usr/share/QtMimeTypes-unittests
- }
- INSTALLS += tests_results
- }
-}
-
-unix:!symbian {
- maemo5 {
- target.path = /opt/usr/lib/QtMimeTypes-tests/qmimetype
- } else {
- target.path = /usr/lib/QtMimeTypes-tests/qmimetype
- }
- INSTALLS += target
-}
+check.commands = LD_LIBRARY_PATH=$$(LD_LIBRARY_PATH):$$OUT_PWD/../../../src/mimetypes ./$$TARGET