mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Merge pull request #1238 from WillerZ/master
Changes to build on OS X with spaces in path
This commit is contained in:
@@ -17,7 +17,7 @@ include( $${QWT_ROOT}/qwtfunctions.pri )
|
||||
TEMPLATE = lib
|
||||
TARGET = $$qwtLibraryTarget(qwt)
|
||||
|
||||
DESTDIR = $${OUT_PWD}/../lib
|
||||
DESTDIR = $$replace($${OUT_PWD}/../lib," ","\\ ")
|
||||
|
||||
contains(QWT_CONFIG, QwtDll) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user