annotate svgui.pro @ 1509:8145a9c4c253

The default key frame map is not working well at the moment, because its extents are not being properly updated as the models they depend on are loaded. Leave it empty for now.
author Chris Cannam
date Tue, 17 Sep 2019 12:50:34 +0100
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)