view 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
line wrap: on
line source
TEMPLATE = lib

include(../config.pri)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions

QT -= gui

TARGET = svsystem

DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += Init.h System.h
SOURCES += Init.cpp System.cpp