mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
mumble.pro: use forward slash for GENQRC also on Windows
This fixes a problem with MinGW on Linux where the "win32" block is triggered and the two backslashes are used, resulting in a path without slashes. Python on Windows handles the path correctly with both methods.
This commit is contained in:
parent
a08c509de6
commit
3bc58e8f62
@ -643,9 +643,6 @@ CONFIG(no-update) {
|
||||
}
|
||||
}
|
||||
GENQRC = $$PYTHON ../../scripts/generate-mumble_qt-qrc.py
|
||||
win32 {
|
||||
GENQRC = $$PYTHON ..\\..\\scripts\\generate-mumble_qt-qrc.py
|
||||
}
|
||||
!system($$GENQRC mumble_qt_auto.qrc $$[QT_INSTALL_TRANSLATIONS] $$QT_TRANSLATIONS_FALLBACK_DIR) {
|
||||
error(Failed to run generate-mumble_qt-qrc.py script)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user