Mercurial > hg > easaier-soundaccess
view view/view.pro @ 61:0387f53242b2
fix the 2ed color bug in the layer list. Now color in layer list is ok.
author | benoitrigolleau |
---|---|
date | Tue, 29 May 2007 09:26:15 +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 QT += xml TARGET = svview DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += Overview.h \ Pane.h \ PaneStack.h \ View.h \ ViewManager.h SOURCES += Overview.cpp \ Pane.cpp \ PaneStack.cpp \ View.cpp \ ViewManager.cpp