修复qwt示例

This commit is contained in:
feiyangqingyun
2023-09-18 08:37:20 +08:00
parent 59e4c39f91
commit f21dfb4776
25 changed files with 102 additions and 122 deletions

View File

@@ -6,19 +6,17 @@ UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
HEADERS = \
legend.h \
griditem.h \
plot.h \
quotefactory.h
HEADERS += legend.h
HEADERS += griditem.h
HEADERS += plot.h
HEADERS += quotefactory.h
SOURCES = \
legend.cpp \
griditem.cpp \
quotefactory.cpp \
plot.cpp \
main.cpp
SOURCES += legend.cpp
SOURCES += griditem.cpp
SOURCES += quotefactory.cpp
SOURCES += plot.cpp
SOURCES += main.cpp
include ($$PWD/../../qwt/qwt.pri)
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/../../qwt
INCLUDEPATH += $$PWD/../../../3rd_qwt
include ($$PWD/../../../3rd_qwt/3rd_qwt.pri)