]> git.sur5r.net Git - fstl/commitdiff
Beginning to make cross-platform
authorMatt Keeter <matt.j.keeter@gmail.com>
Fri, 21 Mar 2014 21:27:09 +0000 (17:27 -0400)
committerMatt Keeter <matt.j.keeter@gmail.com>
Fri, 21 Mar 2014 21:27:09 +0000 (17:27 -0400)
exe/fstl.ico [new file with mode: 0644]
exe/fstl.rc [new file with mode: 0644]
qt/fstl.pro

diff --git a/exe/fstl.ico b/exe/fstl.ico
new file mode 100644 (file)
index 0000000..2e2d891
Binary files /dev/null and b/exe/fstl.ico differ
diff --git a/exe/fstl.rc b/exe/fstl.rc
new file mode 100644 (file)
index 0000000..3620f29
--- /dev/null
@@ -0,0 +1 @@
+IDI_ICON1 ICON DISCARDABLE "fstl.ico"
index 950c376717f085be6490b5b7197a386b719f7ed9..cec8000b842c701b0d930bf2f97802fb1517e491 100644 (file)
@@ -32,6 +32,11 @@ RESOURCES += \
     qt.qrc \
     ../gl/gl.qrc
 
-QMAKE_INFO_PLIST = ../app/Info.plist
-
-ICON = ../app/fstl.icns
+macx {
+    QMAKE_INFO_PLIST = ../app/Info.plist
+    ICON = ../app/fstl.icns
+}
+
+win32 {
+    RC_FILE = ../exe/fstl.rc
+}