]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added infrastructure to support mirror tool, cross compile script.
[architektonas] / architektonas.pro
index a2b2d49f755924c72d20dd9f37f8c90fdc526b14..54e428ea04f38e9f88c818c79caef942722b38d2 100644 (file)
@@ -7,7 +7,8 @@
 # See the README and GPLv3 files for licensing and warranty information
 #
 
-CONFIG    += qt warn_on release debug
+#CONFIG    += qt warn_on release debug
+CONFIG    += qt warn_on release
 RESOURCES += res/architektonas.qrc
 #LIBS      += -Ldxflib/lib -ldxf
 
@@ -17,6 +18,10 @@ MOC_DIR     = obj
 RCC_DIR     = obj
 UI_DIR      = obj
 
+# Icon on Win32, Mac
+win32 { LIBS += res/architektonas-icon.o }
+macx  { ICON = architektonas-icon.icns }
+
 INCLUDEPATH += \
        src
 #      fparser \