view framework/framework.pro @ 241:a99de38af73f integration_library

Set m_pluginBlockSize = 1024 instead of 2048, block size which does not work on OSX 10.5.8
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Tue, 23 Aug 2011 14:43:54 +0100
parents 84b2c1a4984a
children
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 network

TARGET = svframework

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

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

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