view base/base.pro @ 637:465f769ccad0

* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
author Chris Cannam
date Thu, 16 Sep 2010 14:40:52 +0100
parents 1a4c76e0f7c5
children
line wrap: on
line source
TEMPLATE = lib

include(../config.pri)

CONFIG += staticlib qt thread warn_on stl rtti exceptions
QT -= gui

TARGET = svbase

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

# Input
HEADERS += AudioLevel.h \
           AudioPlaySource.h \
           Clipboard.h \
           Command.h \
           Exceptions.h \
           LogRange.h \
           Pitch.h \
           Playable.h \
           PlayParameterRepository.h \
           PlayParameters.h \
           Preferences.h \
           Profiler.h \
           ProgressPrinter.h \
           ProgressReporter.h \
           PropertyContainer.h \
           RangeMapper.h \
           RealTime.h \
           RecentFiles.h \
           Resampler.h \
           ResizeableBitset.h \
           RingBuffer.h \
           Scavenger.h \
           Selection.h \
           Serialiser.h \
           StorageAdviser.h \
           StringBits.h \
           TempDirectory.h \
           TextMatcher.h \
           Thread.h \
           UnitDatabase.h \
           ViewManagerBase.h \
           Window.h \
           XmlExportable.h \
           ZoomConstraint.h
SOURCES += AudioLevel.cpp \
           Clipboard.cpp \
           Command.cpp \
           Exceptions.cpp \
           LogRange.cpp \
           Pitch.cpp \
           PlayParameterRepository.cpp \
           PlayParameters.cpp \
           Preferences.cpp \
           Profiler.cpp \
           ProgressPrinter.cpp \
           ProgressReporter.cpp \
           PropertyContainer.cpp \
           RangeMapper.cpp \
           RealTime.cpp \
           RecentFiles.cpp \
           Resampler.cpp \
           Selection.cpp \
           Serialiser.cpp \
           StorageAdviser.cpp \
           StringBits.cpp \
           TempDirectory.cpp \
           TextMatcher.cpp \
           Thread.cpp \
           UnitDatabase.cpp \
           ViewManagerBase.cpp \
           XmlExportable.cpp