annotate system/system.pro @ 645:bd347bc308d6

* Some ambiguity about old/new symbols here, use a more reliable option
author Chris Cannam
date Fri, 17 Sep 2010 14:41:30 +0100
parents 465f769ccad0
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