]> Shamusworld >> Repos - wozmaker/blobdiff - wozmaker.pro
Flesh out the disk settings dialog.
[wozmaker] / wozmaker.pro
index f4e68dbea61f04449875fedadfc789573c3b3b08..dde889d184c71f0624e2caeba4fec14464547dae 100644 (file)
@@ -1,10 +1,11 @@
 # Use 'qmake -o Makefile wozmaker.pro'
 
-CONFIG    += qt warn_on release c++11
-RESOURCES += res/resources.qrc
-#LIBS      += -Ldxflib/lib -ldxf
-#LIBS      += -lao
-QT        += widgets
+CONFIG     += qt warn_on release c++11
+RESOURCES  += res/resources.qrc
+#LIBS       += -Ldxflib/lib -ldxf
+#LIBS       += -lao
+#QMAKE_LIBS += -static
+QT         += widgets
 
 # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-)
 OBJECTS_DIR = obj
@@ -12,6 +13,8 @@ MOC_DIR     = obj
 RCC_DIR     = obj
 UI_DIR      = obj
 
+win32: RC_ICONS = res/woz-icon.ico
+
 INCLUDEPATH += \
        src