mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Modifications to support Mac. I hope removing the CONFIG += ppc doesn't break support for PPC
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@910 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
6715565727
commit
f91e111c36
@ -60,7 +60,6 @@ macx {
|
||||
GCS_LIBEXEC_PATH = $$GCS_APP_PATH/$${GCS_APP_TARGET}.app/Contents/Resources
|
||||
GCS_DATA_PATH = $$GCS_APP_PATH/$${GCS_APP_TARGET}.app/Contents/Resources
|
||||
GCS_DOC_PATH = $$GCS_DATA_PATH/doc
|
||||
contains(QT_CONFIG, ppc):CONFIG += ppc x86
|
||||
copydata = 1
|
||||
} else {
|
||||
win32 {
|
||||
|
@ -15,6 +15,8 @@ QT += opengl \
|
||||
# warn_on
|
||||
#VERSION = 1.2.0
|
||||
|
||||
macx:LIBS += -lz
|
||||
|
||||
unix:OBJECTS_DIR = .
|
||||
unix:MOC_DIR = .
|
||||
unix:UI_DIR = .
|
||||
|
Loading…
x
Reference in New Issue
Block a user