successful Mac build on OSX 10.10

This commit is contained in:
Gambhiro
2015-12-09 16:14:33 +00:00
parent fd6e14d651
commit 66aa8fa6a1
5 changed files with 14 additions and 40 deletions

View File

@ -7,6 +7,10 @@ TARGET = fractorium
include(../defaults.pri)
# TODO: Figure out how to build the app bundle correctly.
# This will build a binary instead of an app bundle.
macx:CONFIG -= app_bundle
PRJ_DIR = $$SRC_DIR/Fractorium
target.path = $$BIN_INSTALL_DIR
@ -16,8 +20,7 @@ assets.path = $$SHARE_INSTALL_DIR
assets.files = $$ASSETS_DIR/flam3-palettes.xml $$ASSETS_DIR/dark.qss
INSTALLS += assets
# FIXME: move to Data and install to $$SHARE_INSTALL_DIR ?
macx:ICON = ../../package/osx/Fractorium.icns
macx:ICON = $$ASSETS_DIR/Fractorium.icns
LIBS += -L$$absolute_path($$DESTDIR) -lEmber
LIBS += -L$$absolute_path($$DESTDIR) -lEmberCL