Mercurial > hg > svgui
view view/view.pro @ 555:3f698e237585
* Pop view progress bars back into "indeterminate" mode if they are not
updated for a couple of seconds (useful for plugins with very active
getRemainingFeatures())
author | Chris Cannam |
---|---|
date | Fri, 12 Mar 2010 15:34:18 +0000 |
parents | 44f391ec2172 |
children |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../prf/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