Mercurial > hg > easaier-soundaccess
view system/system.pro @ 169:269562a2b89c
- be sure we create a picture multiple of 4 when resizing,
- change interpolation from BI_CUBIC to FAST_BILINEAR to imporove speed.
author | lbarthelemy |
---|---|
date | Mon, 19 Nov 2007 16:11:02 +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