mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 14:04:32 +00:00
Compile fix after native separator change.
Change-Id: I3044637a65b87483dd9ded63920adb5536952700 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
0c83dabd59
commit
e15fe10836
@ -11,6 +11,9 @@ IFW_NEWLINE = $$escape_expand(\\n\\t)
|
||||
defineReplace(toNativeSeparators) {
|
||||
return($$replace(1, /, $$QMAKE_DIR_SEP))
|
||||
}
|
||||
defineReplace(fromNativeSeparators) {
|
||||
return($$replace(1, \\\\, /))
|
||||
}
|
||||
|
||||
defineReplace(cleanPath) {
|
||||
win32:1 ~= s|\\\\|/|g
|
||||
|
@ -5,4 +5,4 @@ QT += testlib
|
||||
|
||||
SOURCES = tst_consumeoutputoperationtest.cpp
|
||||
|
||||
DEFINES += "QMAKE_BINARY=$$QMAKE_BINARY"
|
||||
DEFINES += "QMAKE_BINARY=$$fromNativeSeparators($$QMAKE_BINARY)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user