view system/system.pro @ 62:3a99e1897d18

add -log option to redirect stderr in a log file. Command to use: sound-access.exe -log 2> log.txt
author lbajardsilogic
date Fri, 08 Jun 2007 09:51:06 +0000
parents fc9323a41f5a
children
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES =
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions

TARGET = svsystem

DEPENDPATH += .
INCLUDEPATH += .

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