1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +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:
peabody124 2010-06-27 19:55:37 +00:00 committed by peabody124
parent 6715565727
commit f91e111c36
2 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,6 @@ macx {
GCS_LIBEXEC_PATH = $$GCS_APP_PATH/$${GCS_APP_TARGET}.app/Contents/Resources 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_DATA_PATH = $$GCS_APP_PATH/$${GCS_APP_TARGET}.app/Contents/Resources
GCS_DOC_PATH = $$GCS_DATA_PATH/doc GCS_DOC_PATH = $$GCS_DATA_PATH/doc
contains(QT_CONFIG, ppc):CONFIG += ppc x86
copydata = 1 copydata = 1
} else { } else {
win32 { win32 {

View File

@ -15,6 +15,8 @@ QT += opengl \
# warn_on # warn_on
#VERSION = 1.2.0 #VERSION = 1.2.0
macx:LIBS += -lz
unix:OBJECTS_DIR = . unix:OBJECTS_DIR = .
unix:MOC_DIR = . unix:MOC_DIR = .
unix:UI_DIR = . unix:UI_DIR = .