Mercurial > hg > svgui
view view/view.pro @ 463:1461cfc7e446
* The main fix here is to the arguments of SVApplication -- the first
one should be int& rather than int (was causing a crash! gah!)
Various other tiny fixes
author | Chris Cannam |
---|---|
date | Fri, 09 Jan 2009 14:55:12 +0000 |
parents | 9c40dc10c88c |
children | 44f391ec2172 |
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