view framework/framework.pro @ 169:e96f563b1cfd

* Move prf file to prf/ (so that it can be pulled in using externals in other projects)
author Chris Cannam
date Fri, 27 Mar 2009 13:10:01 +0000
parents f2cbe0e89d0f
children 84b2c1a4984a
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers
load(../prf/sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += xml

TARGET = svframework

DEPENDPATH += ..
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

HEADERS += Document.h \
           MainWindowBase.h \
           SVFileReader.h

SOURCES += Document.cpp \
           MainWindowBase.cpp \
           SVFileReader.cpp