mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-1: moved openpilotgcs.pri to gcs.pri
Change-Id: I8d3f0a6b7420cef2988cb04b526ca81fc66c5d7c
This commit is contained in:
parent
c14cacb043
commit
8500c38c3d
@ -1,4 +1,4 @@
|
||||
include(openpilotgcs.pri)
|
||||
include(gcs.pri)
|
||||
|
||||
TEMPLATE = aux
|
||||
|
||||
|
@ -24,7 +24,7 @@ macx {
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
|
||||
}
|
||||
|
||||
include(openpilotgcs.pri)
|
||||
include(gcs.pri)
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../../openpilotgcs.pri)
|
||||
include(../../gcs.pri)
|
||||
include(../shared/qtsingleapplication/qtsingleapplication.pri)
|
||||
|
||||
TEMPLATE = app
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
/*
|
||||
The GCS application name is defined in the top level makefile - GCS_BIG_NAME / GCS_SMALL_NAME, and
|
||||
set for the build in ../../openpilotgcs.pri and ./app.pro
|
||||
set for the build in ../../gcs.pri and ./app.pro
|
||||
|
||||
The GCS locale is set to the system locale by default unless the "hidden" setting General/Locale has a value.
|
||||
The user can not change General/Locale from the Options dialog.
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../openpilotgcs.pri)
|
||||
include(../gcs.pri)
|
||||
|
||||
win32 {
|
||||
DLLDESTDIR = $$GCS_APP_PATH
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../openpilotgcs.pri)
|
||||
include(../gcs.pri)
|
||||
|
||||
isEmpty(PROVIDER) {
|
||||
PROVIDER = OpenPilot
|
||||
|
@ -2,7 +2,7 @@
|
||||
error("AeroSimRC plugin is only available for win32 platform")
|
||||
}
|
||||
|
||||
include(../../../../../openpilotgcs.pri)
|
||||
include(../../../../../gcs.pri)
|
||||
|
||||
QT += network
|
||||
QT -= gui
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../../../../../openpilotgcs.pri)
|
||||
include(../../../../../gcs.pri)
|
||||
|
||||
QT += core gui network widgets
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../../openpilotgcs.pri)
|
||||
include(../../gcs.pri)
|
||||
|
||||
TEMPLATE = aux
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../../../openpilotgcs.pri)
|
||||
include(../../../gcs.pri)
|
||||
|
||||
# Commented languages with outdated translations
|
||||
# Allow removing the 'C' language in default config files at first start.
|
||||
|
@ -119,7 +119,7 @@ else ifeq ($(UNAME), Windows)
|
||||
# When changing PYTHON_DIR, you must also update it in ground/gcs/src/python.pri
|
||||
PYTHON_DIR := $(QT_SDK_DIR)/Tools/$(QT_SDK_ARCH)/opt/bin
|
||||
NSIS_DIR := $(TOOLS_DIR)/nsis-2.46-unicode
|
||||
# When changing SDL_DIR or OPENSSL_DIR, you must also update them in ground/gcs/openpilotgcs.pri
|
||||
# When changing SDL_DIR or OPENSSL_DIR, you must also update them in ground/gcs/gcs.pri
|
||||
SDL_DIR := $(TOOLS_DIR)/SDL-1.2.15
|
||||
OPENSSL_DIR := $(TOOLS_DIR)/openssl-1.0.1e-win32
|
||||
MESAWIN_DIR := $(TOOLS_DIR)/mesawin
|
||||
|
Loading…
Reference in New Issue
Block a user