From 43fc25dd3caa068be026c83834af96701b22e7fb Mon Sep 17 00:00:00 2001 From: Joern Date: Thu, 15 Jan 2015 18:03:15 +0100 Subject: [PATCH] QWT Build ... remove $$replace and use the latest src.pro code from QWT lib (which allows in-source and out-of-source/shadow build) ($$replace - for unknown reasons - creates an empty string/fails if the input string contains mixed Upper and Lower case characters - which it happening in many file systems) --- qwt/src/src.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qwt/src/src.pro b/qwt/src/src.pro index 1bc77d348..3824deb07 100644 --- a/qwt/src/src.pro +++ b/qwt/src/src.pro @@ -14,10 +14,12 @@ include( $${QWT_ROOT}/qwtconfig.pri ) include( $${QWT_ROOT}/qwtbuild.pri ) include( $${QWT_ROOT}/qwtfunctions.pri ) +QWT_OUT_ROOT = $${OUT_PWD}/.. + TEMPLATE = lib TARGET = $$qwtLibraryTarget(qwt) -DESTDIR = $$replace($${QWT_ROOT}/lib," ","\\ ") +DESTDIR = $${QWT_OUT_ROOT}/lib contains(QWT_CONFIG, QwtDll) {