新增超级曲线图表
This commit is contained in:
35
third/3rd_qcustomplot/3rd_qcustomplot.pri
Normal file
35
third/3rd_qcustomplot/3rd_qcustomplot.pri
Normal file
@@ -0,0 +1,35 @@
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
||||
greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11
|
||||
#lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
!contains(DEFINES, qcustomplot_v1_3) {
|
||||
!contains(DEFINES, qcustomplot_v2_0) {
|
||||
!contains(DEFINES, qcustomplot_v2_1) {
|
||||
DEFINES += qcustomplot_v2_0
|
||||
}}}
|
||||
|
||||
!contains(DEFINES, qcustomplot_v2_1) {
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
DEFINES -= qcustomplot_v1_3
|
||||
DEFINES -= qcustomplot_v2_0
|
||||
DEFINES += qcustomplot_v2_1
|
||||
}}
|
||||
|
||||
contains(DEFINES, qcustomplot_v1_3) {
|
||||
INCLUDEPATH += $$PWD/v1_3
|
||||
HEADERS += $$PWD/v1_3/qcustomplot.h
|
||||
SOURCES += $$PWD/v1_3/qcustomplot.cpp
|
||||
} else {
|
||||
contains(DEFINES, qcustomplot_v2_0) {
|
||||
INCLUDEPATH += $$PWD/v2_0
|
||||
HEADERS += $$PWD/v2_0/qcustomplot.h
|
||||
SOURCES += $$PWD/v2_0/qcustomplot.cpp
|
||||
} else {
|
||||
INCLUDEPATH += $$PWD/v2_1
|
||||
greaterThan(QT_MAJOR_VERSION, 5) {
|
||||
HEADERS += $$PWD/v2_1_6/qcustomplot.h
|
||||
} else {
|
||||
HEADERS += $$PWD/v2_1/qcustomplot.h
|
||||
}
|
||||
SOURCES += $$PWD/v2_1/qcustomplot.cpp
|
||||
}}
|
||||
23553
third/3rd_qcustomplot/v1_3/qcustomplot.cpp
Normal file
23553
third/3rd_qcustomplot/v1_3/qcustomplot.cpp
Normal file
File diff suppressed because it is too large
Load Diff
3768
third/3rd_qcustomplot/v1_3/qcustomplot.h
Normal file
3768
third/3rd_qcustomplot/v1_3/qcustomplot.h
Normal file
File diff suppressed because it is too large
Load Diff
30214
third/3rd_qcustomplot/v2_0/qcustomplot.cpp
Normal file
30214
third/3rd_qcustomplot/v2_0/qcustomplot.cpp
Normal file
File diff suppressed because it is too large
Load Diff
6673
third/3rd_qcustomplot/v2_0/qcustomplot.h
Normal file
6673
third/3rd_qcustomplot/v2_0/qcustomplot.h
Normal file
File diff suppressed because it is too large
Load Diff
35496
third/3rd_qcustomplot/v2_1/qcustomplot.cpp
Normal file
35496
third/3rd_qcustomplot/v2_1/qcustomplot.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7737
third/3rd_qcustomplot/v2_1/qcustomplot.h
Normal file
7737
third/3rd_qcustomplot/v2_1/qcustomplot.h
Normal file
File diff suppressed because it is too large
Load Diff
7722
third/3rd_qcustomplot/v2_1_6/qcustomplot.h
Normal file
7722
third/3rd_qcustomplot/v2_1_6/qcustomplot.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user