1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00

LP-1: moved openpilotgcslibrary.pri to library.pri

Change-Id: Ie4eb9f6f64288e7c4b8d961ad4a2cc6b86e7fde8
This commit is contained in:
LibrePilot Packager 2015-07-16 21:41:49 +01:00 committed by James Duley
parent 8500c38c3d
commit c02ccfef0a
11 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = Aggregation
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
DEFINES += AGGREGATION_LIBRARY

View File

@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = ExtensionSystem
DEFINES += EXTENSIONSYSTEM_LIBRARY
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
include(extensionsystem_dependencies.pri)
unix:!macx:!freebsd*:LIBS += -ldl

View File

@ -3,7 +3,7 @@ TARGET = GLC_lib
#VERSION = 2.2.0
DEFINES += GLC_LIB_LIBRARY
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
QT += core opengl

View File

@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = opmapwidget
DEFINES += OPMAPWIDGET_LIBRARY
include(../../../../openpilotgcslibrary.pri)
include(../../../../library.pri)
# DESTDIR = ../build
SOURCES += mapgraphicitem.cpp \

View File

@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = QScienceSpinBox
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
QT += widgets

View File

@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET = QtConcurrent
DEFINES += BUILD_QTCONCURRENT
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
HEADERS += \
qtconcurrent_global.h \

View File

@ -33,7 +33,7 @@ DEFINES += QWT_LIBRARY
# defined. Otherwise the debug version of the library
# will not have the 'd' suffix it needs.
#
include(../../../openpilotgcslibrary.pri)
include(../../../library.pri)
# disable all warnings (no need for warnings as qwt sources are imported)
CONFIG += warn_off

View File

@ -22,7 +22,7 @@ TEMPLATE = lib
TARGET = sdlgamepad
DEFINES += SDLGAMEPAD_LIBRARY
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
macx {
# Ensures that SDL framework and header files are found when compiled with Qt5.2.1

View File

@ -11,7 +11,7 @@ QT += gui \
DEFINES += QTCREATOR_UTILS_LIB
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
DEFINES += DATA_REL_PATH=$$shell_quote(\"$$relative_path($$GCS_DATA_PATH, $$GCS_APP_PATH)\")

View File

@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = VersionInfo
include(../../openpilotgcslibrary.pri)
include(../../library.pri)
include(../../python.pri)
HEADERS = version_info.h