annotate svgui.pro @ 1155:d1bab6a99100 project-file-rework

Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
author Chris Cannam
date Mon, 24 Oct 2016 17:53:33 +0100
parents 0edfed2c8482
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)