diff options
-rw-r--r-- | doc/src/platforms/platform-notes.qdoc | 2 | ||||
-rw-r--r-- | mkspecs/features/qttest_p4.prf | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc index e7d7cb4..aac6bb0 100644 --- a/doc/src/platforms/platform-notes.qdoc +++ b/doc/src/platforms/platform-notes.qdoc @@ -426,7 +426,7 @@ details. \note A MinGW installation is only needed to build against the - binary pacakge, not to run the pre-compiled binaries that are in + binary package, not to run the pre-compiled binaries that are in the package. \section2 Intel C++ Compiler (Windows, Altix) diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf index d1c7c2b..5002058 100644 --- a/mkspecs/features/qttest_p4.prf +++ b/mkspecs/features/qttest_p4.prf @@ -13,5 +13,8 @@ symbian:{ # prefix test binary with tst_ !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_") -target.path += $$[QT_INSTALL_PREFIX]/tests/qt4 +isEmpty(target.path) { + target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET} +} + INSTALLS += target |