view system/system.pro @ 622:43b0bfd07bd3

* Fix potential static initialiser race (FileFinder vs InteractiveFileFinder instance pointers)
author Chris Cannam
date Fri, 12 Mar 2010 14:53:44 +0000
parents ebb6ac65bccc
children 465f769ccad0
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES =
load(../prf/sv.prf)

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