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:
Mark Liversedge
2015-01-14 14:11:05 +00:00
parent 3f7b07d27c
commit f6dcc1711f

View File

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