From: U-MIKSAN\shamus Date: Wed, 9 Jan 2019 17:18:37 +0000 (-0600) Subject: Added Windows icon. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb379d6be716f3b6c9dd15d604805c8987d7de0;p=wozmaker Added Windows icon. --- diff --git a/res/woz-icon.ico b/res/woz-icon.ico new file mode 100644 index 0000000..2b4de94 Binary files /dev/null and b/res/woz-icon.ico differ diff --git a/wozmaker.pro b/wozmaker.pro index f4e68db..80f3ece 100644 --- a/wozmaker.pro +++ b/wozmaker.pro @@ -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