qt_demoe/qwtdemo/examples/stockchart/stockchart.pro

25 lines
429 B
Prolog

TARGET = stockchart
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
HEADERS = \
legend.h \
griditem.h \
plot.h \
quotefactory.h
SOURCES = \
legend.cpp \
griditem.cpp \
quotefactory.cpp \
plot.cpp \
main.cpp
include ($$PWD/../../qwt/qwt.pri)
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/../../qwt