Mercurial > hg > svgui
view svgui.pro @ 1494:78d9282519b0
Ensure rightCropFrame doesn't end up rounded to the left of the desired end pixel
HG Enter commit message. Lines beginning with 'HG:' are removed.
author | Chris Cannam |
---|---|
date | Tue, 13 Aug 2019 14:35:29 +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)