mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
OP-1666 deb tidy: Removed FORCE_COPY_QT
It does not really make sense because it is designed for OP Qt which is copied by default if it exists.
This commit is contained in:
parent
9cc7b654af
commit
240f862196
3
Makefile
3
Makefile
@ -783,9 +783,6 @@ ifneq ($(strip $(filter package clean_package,$(MAKECMDGOALS))),)
|
||||
export PACKAGE_NAME := OpenPilot
|
||||
export PACKAGE_SEP := -
|
||||
|
||||
# Copy the Qt libraries regardless whether the building machine needs them to run GCS
|
||||
export FORCE_COPY_QT := true
|
||||
|
||||
# We can only package release builds
|
||||
ifneq ($(GCS_BUILD_CONF),release)
|
||||
$(error Packaging is currently supported for release builds only)
|
||||
|
@ -122,9 +122,6 @@ macx {
|
||||
} else {
|
||||
copyqt = 0
|
||||
}
|
||||
|
||||
FORCE_COPY_QT = $$(FORCE_COPY_QT)
|
||||
!isEmpty(FORCE_COPY_QT):copyqt = 1
|
||||
}
|
||||
GCS_LIBRARY_PATH = $$GCS_BUILD_TREE/$$GCS_LIBRARY_BASENAME/openpilotgcs
|
||||
GCS_PLUGIN_PATH = $$GCS_LIBRARY_PATH/plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user