2019-02-08 00:24:46 +08:00
|
|
|
# uncomment this line to prevent linking in of the XITS fonts
|
|
|
|
#DEFINES += NO_XITS_FONTS
|
|
|
|
|
2018-11-26 03:25:44 +08:00
|
|
|
|
2018-12-31 17:47:49 +08:00
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
isEmpty(JKQTP_PLOTTER_PRI_INCLUDED) {
|
|
|
|
JKQTP_PLOTTER_PRI_INCLUDED = 1
|
2018-11-26 03:25:44 +08:00
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
INCLUDEPATH += $PWD
|
2018-11-26 03:25:44 +08:00
|
|
|
|
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
HEADERS += \
|
2022-07-19 20:39:59 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtplotter_configmacros.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtplotter_imexport.h \
|
2019-05-30 04:40:02 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtptools.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpbaseelements.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpbaseplotter.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpdatastorage.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbase.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbaseerrors.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbasestylingmixins.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtplotter.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtplotterstyle.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpbaseplotterstyle.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpcoordinateaxes.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpcoordinateaxesstyle.h \
|
2020-09-26 21:58:58 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbasestyle.h \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtpimagetools.h \
|
2024-01-22 05:22:20 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtpkey.h \
|
|
|
|
$$PWD/jkqtplotter/jkqtpkeystyle.h \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpboxplot.h \
|
2020-09-21 19:40:38 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpboxplotbase.h \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpboxplotstylingmixins.h \
|
2020-09-05 19:14:46 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpevaluatedfunctionbase.h \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpevaluatedfunction.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpfilledcurve.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeometric.h \
|
2020-08-26 16:36:07 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeoannotations.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeobase.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeolines.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeoshapes.h \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimage.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimpulses.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpparsedfunction.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtppeakstream.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpsinglecolumnsymbols.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimageoverlays.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpcontour.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimagergb.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpviolinplot.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpviolinplotstylingmixins.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpstatisticsadaptors.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpscatter.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtprange.h \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpspecialline.h \
|
2020-09-17 22:59:57 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpbarchartbase.h \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpbarchart.h \
|
2020-09-05 05:41:23 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpevaluatedparametriccurve.h \
|
2022-08-26 04:41:41 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtplines.h \
|
2024-02-06 21:53:51 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgraphlabelstylemixin.h \
|
2024-02-06 21:49:14 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgraphlabels.h \
|
2024-02-09 04:52:30 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpvectorfield.h \
|
2024-02-11 21:18:50 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpfinancial.h \
|
2019-06-20 21:18:58 +08:00
|
|
|
$$PWD/jkqtplotter/gui/jkqtpcomboboxes.h \
|
|
|
|
$$PWD/jkqtplotter/gui/jkqtpenhancedspinboxes.h \
|
|
|
|
$$PWD/jkqtplotter/gui/jkqtpenhancedtableview.h \
|
|
|
|
$$PWD/jkqtplotter/gui/jkqtpgraphsmodel.h \
|
2024-02-09 04:52:30 +08:00
|
|
|
$$PWD/jkqtplotter/gui/jkvanishqtoolbar.h
|
2018-11-26 03:25:44 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
SOURCES += \
|
|
|
|
$$PWD/jkqtplotter/jkqtptools.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpbaseelements.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpbaseplotter.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpdatastorage.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbase.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbaseerrors.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbasestylingmixins.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtpimagetools.cpp \
|
2019-05-30 04:40:02 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtplotter.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtplotterstyle.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpbaseplotterstyle.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpcoordinateaxes.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpcoordinateaxesstyle.cpp \
|
2020-09-26 21:58:58 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtpgraphsbasestyle.cpp \
|
2024-01-22 05:22:20 +08:00
|
|
|
$$PWD/jkqtplotter/jkqtpkey.cpp \
|
|
|
|
$$PWD/jkqtplotter/jkqtpkeystyle.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpboxplot.cpp \
|
2020-09-21 19:40:38 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpboxplotbase.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpboxplotstylingmixins.cpp \
|
2020-09-05 19:14:46 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpevaluatedfunctionbase.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpevaluatedfunction.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpfilledcurve.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeometric.cpp \
|
2020-08-26 16:36:07 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeoannotations.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeobase.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeolines.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgeoshapes.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimage.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimpulses.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpparsedfunction.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtppeakstream.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpsinglecolumnsymbols.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimageoverlays.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpcontour.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpimagergb.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpviolinplot.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpviolinplotstylingmixins.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpstatisticsadaptors.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpscatter.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtprange.cpp \
|
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpspecialline.cpp \
|
2020-09-17 22:59:57 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpbarchartbase.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpbarchart.cpp \
|
2020-09-05 05:41:23 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpevaluatedparametriccurve.cpp \
|
2022-08-26 04:41:41 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtplines.cpp \
|
2024-02-06 21:53:51 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgraphlabelstylemixin.cpp \
|
2024-02-06 21:49:14 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpgraphlabels.cpp \
|
2024-02-09 04:52:30 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpvectorfield.cpp \
|
2024-02-11 21:18:50 +08:00
|
|
|
$$PWD/jkqtplotter/graphs/jkqtpfinancial.cpp \
|
2019-06-20 21:18:58 +08:00
|
|
|
$$PWD/jkqtplotter/gui/jkqtpcomboboxes.cpp \
|
|
|
|
$$PWD/jkqtplotter/gui/jkqtpenhancedspinboxes.cpp \
|
|
|
|
$$PWD/jkqtplotter/gui/jkqtpenhancedtableview.cpp \
|
|
|
|
$$PWD/jkqtplotter/gui/jkqtpgraphsmodel.cpp \
|
2019-06-20 22:06:31 +08:00
|
|
|
$$PWD/jkqtplotter/gui/jkvanishqtoolbar.cpp
|
2018-11-26 03:25:44 +08:00
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
|
2019-06-20 21:18:58 +08:00
|
|
|
RESOURCES += $$PWD/jkqtplotter/resources/jkqtpbaseplotter.qrc \
|
|
|
|
$$PWD/jkqtplotter/resources/jkqtpstyles.qrc
|
2019-05-30 04:40:02 +08:00
|
|
|
|
|
|
|
QT += xml svg opengl
|
|
|
|
|
|
|
|
}
|