]> git.sur5r.net Git - fstl/blobdiff - qt/fstl.pro
Beginning to make cross-platform
[fstl] / qt / fstl.pro
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
+}