From 3b546b71d639add9d7628bcd12a872234ce046b5 Mon Sep 17 00:00:00 2001 From: Joern Date: Sat, 20 Dec 2014 17:38:14 +0100 Subject: [PATCH] Allow "Out-Of-Source" Build (Original patch by yarrouye) ... separated the "out-of-source" patch from yves from original pull request ... the patch allows to use e.g. QTCreators "Shadow-Build" feature so that GC is build not in source, but in a different directory .. this is useful when using QTCreator and switch between different QT versions / 32/64 bit builds - since every build resides in a separate directory from GC source -- since the original commit (at least from GitHub view) is shown in a mixed pull request with other commits - this is a seperated version of the single commit --- qwt/src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwt/src/src.pro b/qwt/src/src.pro index a4b75e8ef..dcac61239 100644 --- a/qwt/src/src.pro +++ b/qwt/src/src.pro @@ -17,7 +17,7 @@ include( $${QWT_ROOT}/qwtfunctions.pri ) TEMPLATE = lib TARGET = $$qwtLibraryTarget(qwt) -DESTDIR = $${QWT_ROOT}/lib +DESTDIR = $${OUT_PWD}/../lib contains(QWT_CONFIG, QwtDll) {