]> Shamusworld >> Repos - wozmaker/commitdiff
Added Windows icon.
authorU-MIKSAN\shamus <shamus@DESKTOP-6PN9E2O.MIKSAN.local>
Wed, 9 Jan 2019 17:18:37 +0000 (11:18 -0600)
committerU-MIKSAN\shamus <shamus@DESKTOP-6PN9E2O.MIKSAN.local>
Wed, 9 Jan 2019 17:18:37 +0000 (11:18 -0600)
res/woz-icon.ico [new file with mode: 0644]
wozmaker.pro

diff --git a/res/woz-icon.ico b/res/woz-icon.ico
new file mode 100644 (file)
index 0000000..2b4de94
Binary files /dev/null and b/res/woz-icon.ico differ
index f4e68dbea61f04449875fedadfc789573c3b3b08..80f3ece2c9eaa4ed7ee0d2e615808fed680e7677 100644 (file)
@@ -4,6 +4,7 @@ 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 ;-)
@@ -12,6 +13,8 @@ MOC_DIR     = obj
 RCC_DIR     = obj
 UI_DIR      = obj
 
+win32: RC_ICONS = res/woz-icon.ico
+
 INCLUDEPATH += \
        src