We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3e9ef commit 62f75a4Copy full SHA for 62f75a4
tests/auto/plugins/QtIfwTest/QtIfwTest.pro
@@ -24,7 +24,7 @@ isEmpty(QT_IFW_VERSION): QT_IFW_VERSION = 3.2
24
isEmpty(QT_TOOL_PATH): QT_TOOL_PATH = $$[QT_INSTALL_BINS]/../../../Tools
25
26
DEFINES += SRCDIR=\\\"$$PWD/\\\"
27
-DEFINES += BINDIR=\\\"$$QT_TOOL_PATH/QtInstallerFramework/$$QT_IFW_VERSION/bin/\\\"
+DEFINES += BINDIR=\\\"$$clean_path($$QT_TOOL_PATH/QtInstallerFramework/$$QT_IFW_VERSION/bin/)\\\"
28
DEFINES += QTDIR=\\\"$$[QT_INSTALL_BINS]/../../../\\\"
29
30
include($$PWD/../testlib/testlib.pri)
0 commit comments