Mercurial > hg > svgui
view view/view.pro @ 282:4edaff85875d
* Add mouse actions to key and mouse reference dialog
* Use QDialogButtonBox in all dialogs, for proper button ordering across
platforms (requires Qt 4.2)
* Fix #1733610 program does not exit if preferences dialog visible on close
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2007 11:07:01 +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