Mercurial > hg > easaier-soundaccess
diff system/system.pro @ 0:fc9323a41f5a
start base : Sonic Visualiser sv1-1.0rc1
author | lbajardsilogic |
---|---|
date | Fri, 11 May 2007 09:08:14 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/system/system.pro Fri May 11 09:08:14 2007 +0000 @@ -0,0 +1,15 @@ +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