X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=wozmaker.pro;h=dde889d184c71f0624e2caeba4fec14464547dae;hb=HEAD;hp=f4e68dbea61f04449875fedadfc789573c3b3b08;hpb=6618dd130b72fa3c19b7583855f227160c3384c1;p=wozmaker diff --git a/wozmaker.pro b/wozmaker.pro index f4e68db..dde889d 100644 --- a/wozmaker.pro +++ b/wozmaker.pro @@ -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