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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmimetype/qmimetype.pro b/tests/auto/qmimetype/qmimetype.pro
index b4d0965..552fefe 100644
--- a/tests/auto/qmimetype/qmimetype.pro
+++ b/tests/auto/qmimetype/qmimetype.pro
@@ -21,7 +21,7 @@ HEADERS += tst_qmimetype.h
QMAKE_EXTRA_TARGETS += check
check.depends = $$TARGET
-check.commands = ./$$TARGET -xunitxml -o $${TARGET}.xml
+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