Mercurial > hg > easaier-soundaccess
view system/system.pro @ 37:67b1b8cec8c0
Fix a problem on Win32 with outout redirected to console
author | lbajardsilogic |
---|---|
date | Tue, 15 May 2007 08:51:37 +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