annotate svgui.pro @ 1204:d421df27e184 3.0-integration

Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it
author Chris Cannam
date Tue, 20 Dec 2016 10:49:24 +0000
parents d1bab6a99100
children
rev   line source
chris@617 1
chris@617 2 TEMPLATE = lib
chris@617 3
Chris@1050 4 INCLUDEPATH += ../vamp-plugin-sdk
Chris@1050 5
Chris@624 6 exists(config.pri) {
Chris@624 7 include(config.pri)
Chris@624 8 }
chris@617 9
Chris@912 10 CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11
Chris@957 11 QT += network xml gui widgets svg
chris@617 12
chris@617 13 TARGET = svgui
chris@617 14
chris@617 15 DEPENDPATH += . ../svcore
chris@617 16 INCLUDEPATH += . ../svcore
chris@617 17 OBJECTS_DIR = o
chris@617 18 MOC_DIR = o
chris@617 19
Chris@1155 20 include(files.pri)
chris@617 21
Chris@1155 22 HEADERS = $$(SVGUI_HEADERS)
Chris@1155 23 SOURCES = $$(SVGUI_SOURCES)