]> git.sur5r.net Git - fstl/blobdiff - qt/fstl.pro
and compress the app and the README into a zip file
[fstl] / qt / fstl.pro
index 950c376717f085be6490b5b7197a386b719f7ed9..7a0f449862e534c1aaa7e20b4c92835ed565f26e 100644 (file)
@@ -32,6 +32,15 @@ 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
+}
+
+static {
+    CONFIG += static
+}