Beginning to make cross-platform
This commit is contained in:
parent
2692ba4d0e
commit
e67c043555
3 changed files with 8 additions and 2 deletions
BIN
exe/fstl.ico
Normal file
BIN
exe/fstl.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
1
exe/fstl.rc
Normal file
1
exe/fstl.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "fstl.ico"
|
|
@ -32,6 +32,11 @@ RESOURCES += \
|
||||||
qt.qrc \
|
qt.qrc \
|
||||||
../gl/gl.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