Skip to content

Commit 62f75a4

Browse files
committed
use clean path
1 parent 7b3e9ef commit 62f75a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/plugins/QtIfwTest/QtIfwTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ isEmpty(QT_IFW_VERSION): QT_IFW_VERSION = 3.2
2424
isEmpty(QT_TOOL_PATH): QT_TOOL_PATH = $$[QT_INSTALL_BINS]/../../../Tools
2525

2626
DEFINES += SRCDIR=\\\"$$PWD/\\\"
27-
DEFINES += BINDIR=\\\"$$QT_TOOL_PATH/QtInstallerFramework/$$QT_IFW_VERSION/bin/\\\"
27+
DEFINES += BINDIR=\\\"$$clean_path($$QT_TOOL_PATH/QtInstallerFramework/$$QT_IFW_VERSION/bin/)\\\"
2828
DEFINES += QTDIR=\\\"$$[QT_INSTALL_BINS]/../../../\\\"
2929

3030
include($$PWD/../testlib/testlib.pri)

0 commit comments

Comments
 (0)