mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Revert qwt/src/src.pro
.. will break out of source builds in QT Creator .. means everyone else's builds will still work .. happy to apply change if it doesn't break builds for others Fixes #1247
This commit is contained in:
@@ -17,7 +17,7 @@ include( $${QWT_ROOT}/qwtfunctions.pri )
|
||||
TEMPLATE = lib
|
||||
TARGET = $$qwtLibraryTarget(qwt)
|
||||
|
||||
DESTDIR = $$replace($${OUT_PWD}/../lib," ","\\ ")
|
||||
DESTDIR = $$replace($${QWT_ROOT}/lib," ","\\ ")
|
||||
|
||||
contains(QWT_CONFIG, QwtDll) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user