comparison view/view.pro @ 173:9c40dc10c88c

* Rename the existing Panner to Overview (big duh!) * Fixes to the new Panner.
author Chris Cannam
date Thu, 19 Oct 2006 09:57:27 +0000
parents 33929e0c3c6b
children 44f391ec2172
comparison
equal deleted inserted replaced
172:d0b95a8cac96 173:9c40dc10c88c
12 INCLUDEPATH += . .. 12 INCLUDEPATH += . ..
13 OBJECTS_DIR = tmp_obj 13 OBJECTS_DIR = tmp_obj
14 MOC_DIR = tmp_moc 14 MOC_DIR = tmp_moc
15 15
16 # Input 16 # Input
17 HEADERS += Pane.h PaneStack.h Panner.h View.h ViewManager.h 17 HEADERS += Overview.h \
18 SOURCES += Pane.cpp PaneStack.cpp Panner.cpp View.cpp ViewManager.cpp 18 Pane.h \
19 PaneStack.h \
20 View.h \
21 ViewManager.h
22 SOURCES += Overview.cpp \
23 Pane.cpp \
24 PaneStack.cpp \
25 View.cpp \
26 ViewManager.cpp