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
This commit is contained in:
Joern
2014-12-20 17:38:14 +01:00
parent 92da82e922
commit 3b546b71d6

View File

@@ -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) {