mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
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) {
|
||||
|
||||
|
||||
@@ -75,15 +75,6 @@
|
||||
<file>images/settings.png</file>
|
||||
<file>images/addchart.png</file>
|
||||
<file>images/library.png</file>
|
||||
<file>translations/gc_fr.qm</file>
|
||||
<file>translations/gc_ja.qm</file>
|
||||
<file>translations/gc_it.qm</file>
|
||||
<file>translations/gc_pt-br.qm</file>
|
||||
<file>translations/gc_de.qm</file>
|
||||
<file>translations/gc_ru.qm</file>
|
||||
<file>translations/gc_cs.qm</file>
|
||||
<file>translations/gc_es.qm</file>
|
||||
<file>translations/gc_pt.qm</file>
|
||||
<file>xml/charts.xml</file>
|
||||
<file>xml/metadata.xml</file>
|
||||
<file>xml/train-layout.xml</file>
|
||||
|
||||
Reference in New Issue
Block a user