annotate system/system.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 ebb6ac65bccc
children
rev   line source
Chris@150 1 TEMPLATE = lib
Chris@150 2
Chris@637 3 include(../config.pri)
Chris@150 4
Chris@150 5 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
Chris@150 6
Chris@387 7 QT -= gui
Chris@387 8
Chris@150 9 TARGET = svsystem
Chris@150 10
Chris@150 11 DEPENDPATH += .
Chris@150 12 INCLUDEPATH += .
Chris@150 13
Chris@150 14 # Input
Chris@150 15 HEADERS += Init.h System.h
Chris@150 16 SOURCES += Init.cpp System.cpp