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

BIN
exe/fstl.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

1
exe/fstl.rc Normal file
View file

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "fstl.ico"

View file

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