Beginning to make cross-platform
This commit is contained in:
parent
2692ba4d0e
commit
e67c043555
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue