Mercurial > hg > svgui
view svgui.pro @ 1411:6dc3a36d9794
Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)
| author | Chris Cannam |
|---|---|
| date | Wed, 19 Dec 2018 10:40:09 +0000 |
| 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)
