Mercurial > hg > svcore
view base/base.pro @ 636:1a4c76e0f7c5
* Experimental autoconf procedure to produce qmake include file
author | Chris Cannam |
---|---|
date | Tue, 14 Sep 2010 09:45:30 +0100 |
parents | 35499d48a5d1 |
children | 465f769ccad0 |
line wrap: on
line source
TEMPLATE = lib #SV_UNIT_PACKAGES = include(../config.pri) #CONFIG += sv staticlib qt thread warn_on stl rtti exceptions 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