view view/view.pro @ 612:ea786e8bd931 sv_v2.0

Use drawPoint when drawing a single point, rather than drawLine. Otherwise the line seems to go missing some of the time, though I can't see any mistake in the code here. Fixes SV bug #485
author Chris Cannam
date Thu, 21 Jun 2012 14:37:43 +0100
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