2019-11-07 02:55:57 +00:00
|
|
|
TARGET = stockchart
|
|
|
|
TEMPLATE = app
|
|
|
|
MOC_DIR = temp/moc
|
|
|
|
RCC_DIR = temp/rcc
|
|
|
|
UI_DIR = temp/ui
|
|
|
|
OBJECTS_DIR = temp/obj
|
|
|
|
DESTDIR = $$PWD/../bin
|
|
|
|
|
2023-09-18 00:36:58 +00:00
|
|
|
HEADERS += legend.h
|
|
|
|
HEADERS += griditem.h
|
|
|
|
HEADERS += plot.h
|
|
|
|
HEADERS += quotefactory.h
|
2019-11-07 02:55:57 +00:00
|
|
|
|
2023-09-18 00:36:58 +00:00
|
|
|
SOURCES += legend.cpp
|
|
|
|
SOURCES += griditem.cpp
|
|
|
|
SOURCES += quotefactory.cpp
|
|
|
|
SOURCES += plot.cpp
|
|
|
|
SOURCES += main.cpp
|
2019-11-07 02:55:57 +00:00
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD
|
2023-09-18 00:36:58 +00:00
|
|
|
INCLUDEPATH += $$PWD/../../../3rd_qwt
|
|
|
|
include ($$PWD/../../../3rd_qwt/3rd_qwt.pri)
|