mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
428f895b6f
* Adds new RetroArchQT build target to RetroArch_Metal.xcodeproj Prerequisites: * Install Qt Frameworks $ brew install qt * Build `moc` files using $ make -f Makefile.apple HAVE_QT=1 Q=/usr/local/opt/qt/bin/moc generate Limitations: * Qt frameworks are not embedded in bundle, therefore Qt must be installed via the `brew` command
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
//
|
|
// BaseConfig.xcconfig
|
|
// RetroArch
|
|
//
|
|
// Created by Stuart Carnie on 5/10/18.
|
|
//
|
|
|
|
OTHER_CFLAGS = $(inherited) -DHAVE_MAIN
|
|
|