mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
OP-1681 Fix Qwt library debug build naming
+review OPReview
This commit is contained in:
parent
a35fc57b29
commit
4ac6aea23e
@ -19,8 +19,6 @@ include( $${QWT_ROOT}/qwtconfig.pri )
|
|||||||
# include( $${QWT_ROOT}/qwtbuild.pri )
|
# include( $${QWT_ROOT}/qwtbuild.pri )
|
||||||
# include( $${QWT_ROOT}/qwtfunctions.pri )
|
# include( $${QWT_ROOT}/qwtfunctions.pri )
|
||||||
|
|
||||||
include(../../../openpilotgcslibrary.pri)
|
|
||||||
|
|
||||||
# QWT_OUT_ROOT = $${OUT_PWD}/..
|
# QWT_OUT_ROOT = $${OUT_PWD}/..
|
||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
@ -31,6 +29,12 @@ DEFINES += QWT_LIBRARY
|
|||||||
|
|
||||||
# DESTDIR = $${QWT_OUT_ROOT}/lib
|
# DESTDIR = $${QWT_OUT_ROOT}/lib
|
||||||
|
|
||||||
|
# NOTE: The include below must come AFTER the TARGET is
|
||||||
|
# defined. Otherwise the debug version of the library
|
||||||
|
# will not have the 'd' suffix it needs.
|
||||||
|
#
|
||||||
|
include(../../../openpilotgcslibrary.pri)
|
||||||
|
|
||||||
contains(QWT_CONFIG, QwtDll) {
|
contains(QWT_CONFIG, QwtDll) {
|
||||||
|
|
||||||
CONFIG += dll
|
CONFIG += dll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user