1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

OP-1681 Fix Qwt library debug build naming

+review OPReview
This commit is contained in:
Richard von Lehe 2015-01-18 22:12:44 -06:00
parent a35fc57b29
commit 4ac6aea23e

View File

@ -19,8 +19,6 @@ include( $${QWT_ROOT}/qwtconfig.pri )
# include( $${QWT_ROOT}/qwtbuild.pri )
# include( $${QWT_ROOT}/qwtfunctions.pri )
include(../../../openpilotgcslibrary.pri)
# QWT_OUT_ROOT = $${OUT_PWD}/..
TEMPLATE = lib
@ -31,6 +29,12 @@ DEFINES += QWT_LIBRARY
# 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) {
CONFIG += dll