]> Shamusworld >> Repos - wozmaker/blobdiff - wozmaker.pro
Added Windows icon.
[wozmaker] / wozmaker.pro
index 8c42cb957193418d457b2918ab5b1f5f6a4fc415..80f3ece2c9eaa4ed7ee0d2e615808fed680e7677 100644 (file)
@@ -1,9 +1,10 @@
 # Use 'qmake -o Makefile wozmaker.pro'
 
-CONFIG    += qt warn_on release debug
+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
 
@@ -31,6 +34,7 @@ HEADERS = \
        src/mainwin.h \
        src/navwidget.h \
        src/nibblewidget.h \
+       src/settingsdialog.h \
        src/waveformwidget.h
 
 SOURCES = \
@@ -46,5 +50,6 @@ SOURCES = \
        src/mainwin.cpp \
        src/navwidget.cpp \
        src/nibblewidget.cpp \
+       src/settingsdialog.cpp \
        src/waveformwidget.cpp