mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
LP-1: moved openpilotgcslibrary.pri to library.pri
Change-Id: Ie4eb9f6f64288e7c4b8d961ad4a2cc6b86e7fde8
This commit is contained in:
parent
8500c38c3d
commit
c02ccfef0a
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = Aggregation
|
TARGET = Aggregation
|
||||||
|
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
|
|
||||||
DEFINES += AGGREGATION_LIBRARY
|
DEFINES += AGGREGATION_LIBRARY
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = ExtensionSystem
|
TARGET = ExtensionSystem
|
||||||
DEFINES += EXTENSIONSYSTEM_LIBRARY
|
DEFINES += EXTENSIONSYSTEM_LIBRARY
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
include(extensionsystem_dependencies.pri)
|
include(extensionsystem_dependencies.pri)
|
||||||
|
|
||||||
unix:!macx:!freebsd*:LIBS += -ldl
|
unix:!macx:!freebsd*:LIBS += -ldl
|
||||||
|
@ -3,7 +3,7 @@ TARGET = GLC_lib
|
|||||||
#VERSION = 2.2.0
|
#VERSION = 2.2.0
|
||||||
|
|
||||||
DEFINES += GLC_LIB_LIBRARY
|
DEFINES += GLC_LIB_LIBRARY
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
|
|
||||||
QT += core opengl
|
QT += core opengl
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = opmapwidget
|
TARGET = opmapwidget
|
||||||
DEFINES += OPMAPWIDGET_LIBRARY
|
DEFINES += OPMAPWIDGET_LIBRARY
|
||||||
include(../../../../openpilotgcslibrary.pri)
|
include(../../../../library.pri)
|
||||||
|
|
||||||
# DESTDIR = ../build
|
# DESTDIR = ../build
|
||||||
SOURCES += mapgraphicitem.cpp \
|
SOURCES += mapgraphicitem.cpp \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = QScienceSpinBox
|
TARGET = QScienceSpinBox
|
||||||
|
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
|
|
||||||
QT += widgets
|
QT += widgets
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ TEMPLATE = lib
|
|||||||
TARGET = QtConcurrent
|
TARGET = QtConcurrent
|
||||||
DEFINES += BUILD_QTCONCURRENT
|
DEFINES += BUILD_QTCONCURRENT
|
||||||
|
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
qtconcurrent_global.h \
|
qtconcurrent_global.h \
|
||||||
|
@ -33,7 +33,7 @@ DEFINES += QWT_LIBRARY
|
|||||||
# defined. Otherwise the debug version of the library
|
# defined. Otherwise the debug version of the library
|
||||||
# will not have the 'd' suffix it needs.
|
# 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)
|
# disable all warnings (no need for warnings as qwt sources are imported)
|
||||||
CONFIG += warn_off
|
CONFIG += warn_off
|
||||||
|
@ -22,7 +22,7 @@ TEMPLATE = lib
|
|||||||
TARGET = sdlgamepad
|
TARGET = sdlgamepad
|
||||||
DEFINES += SDLGAMEPAD_LIBRARY
|
DEFINES += SDLGAMEPAD_LIBRARY
|
||||||
|
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
# Ensures that SDL framework and header files are found when compiled with Qt5.2.1
|
# Ensures that SDL framework and header files are found when compiled with Qt5.2.1
|
||||||
|
@ -11,7 +11,7 @@ QT += gui \
|
|||||||
|
|
||||||
DEFINES += QTCREATOR_UTILS_LIB
|
DEFINES += QTCREATOR_UTILS_LIB
|
||||||
|
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
|
|
||||||
DEFINES += DATA_REL_PATH=$$shell_quote(\"$$relative_path($$GCS_DATA_PATH, $$GCS_APP_PATH)\")
|
DEFINES += DATA_REL_PATH=$$shell_quote(\"$$relative_path($$GCS_DATA_PATH, $$GCS_APP_PATH)\")
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = VersionInfo
|
TARGET = VersionInfo
|
||||||
|
|
||||||
include(../../openpilotgcslibrary.pri)
|
include(../../library.pri)
|
||||||
include(../../python.pri)
|
include(../../python.pri)
|
||||||
|
|
||||||
HEADERS = version_info.h
|
HEADERS = version_info.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user