Mercurial > hg > svgui
view svgui.pro @ 1262:a9c2e791ab8d
Fix loading of should-not-auto-invert scalable icons
| author | Chris Cannam |
|---|---|
| date | Tue, 18 Jul 2017 15:11:49 +0100 |
| parents | d1bab6a99100 |
| children |
line wrap: on
line source
TEMPLATE = lib INCLUDEPATH += ../vamp-plugin-sdk exists(config.pri) { include(config.pri) } CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 QT += network xml gui widgets svg TARGET = svgui DEPENDPATH += . ../svcore INCLUDEPATH += . ../svcore OBJECTS_DIR = o MOC_DIR = o include(files.pri) HEADERS = $$(SVGUI_HEADERS) SOURCES = $$(SVGUI_SOURCES)
