-Add missing Mac build files.
 -Convert PaletteList into a Singleton<T>.
このコミットが含まれているのは:
Person
2017-02-26 09:34:43 -08:00
コミット 29c084a058
25個のファイルの変更178行の追加97行の削除

ファイルの表示

@ -45,9 +45,8 @@ CONFIG(debug, debug|release) {
INCLUDEPATH += $$PRJ_SRC_DIR
INCLUDEPATH += $$PRJ_SRC_DIR/PaletteEditor
# TODO: Figure out how to build the app bundle correctly.
# This will build a binary instead of an app bundle.
macx:CONFIG -= app_bundle
# Uncomment this if you only want to build a binary instead of an app bundle.
#macx:CONFIG -= app_bundle
target.path = $$BIN_INSTALL_DIR
#message(TARGET INSTALL: $$target.path)