Beginning to make cross-platform

This commit is contained in:
Matt Keeter 2014-03-21 17:27:09 -04:00
parent 2692ba4d0e
commit e67c043555
3 changed files with 8 additions and 2 deletions

View file

@ -32,6 +32,11 @@ RESOURCES += \
qt.qrc \
../gl/gl.qrc
QMAKE_INFO_PLIST = ../app/Info.plist
macx {
QMAKE_INFO_PLIST = ../app/Info.plist
ICON = ../app/fstl.icns
}
ICON = ../app/fstl.icns
win32 {
RC_FILE = ../exe/fstl.rc
}