forked from dimv36/QCustomPlot-PyQt5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqcustomplot-python.pro
More file actions
executable file
·111 lines (103 loc) · 3.7 KB
/
qcustomplot-python.pro
File metadata and controls
executable file
·111 lines (103 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#-------------------------------------------------
#
# Project created by QtCreator 2015-06-13T15:24:47
#
#-------------------------------------------------
QT += core gui widgets printsupport
TARGET = qcustomplot
TEMPLATE = lib
DEFINES += QCUSTOMPLOTPYTHON_LIBRARY
SOURCES += \
qcustomplot.cpp \
sipqcustomplotcmodule.cpp \
sipqcustomplotQCP.cpp \
sipqcustomplotQCPAbstractItem.cpp \
sipqcustomplotQCPAbstractLegendItem.cpp \
sipqcustomplotQCPAbstractPlottable.cpp \
sipqcustomplotQCPAntialiasedElements.cpp \
sipqcustomplotQCPAxis.cpp \
sipqcustomplotQCPAxisAxisTypes.cpp \
sipqcustomplotQCPAxisRect.cpp \
sipqcustomplotQCPAxisSelectableParts.cpp \
sipqcustomplotQCPBarData.cpp \
sipqcustomplotQCPBarDataMap.cpp \
sipqcustomplotQCPBars.cpp \
sipqcustomplotQCPBarsGroup.cpp \
sipqcustomplotQCPColorGradient.cpp \
sipqcustomplotQCPColorMap.cpp \
sipqcustomplotQCPColorMapData.cpp \
sipqcustomplotQCPColorScale.cpp \
sipqcustomplotQCPColorScaleAxisRectPrivate.cpp \
sipqcustomplotQCPCurve.cpp \
sipqcustomplotQCPCurveData.cpp \
sipqcustomplotQCPCurveDataMap.cpp \
sipqcustomplotQCPData.cpp \
sipqcustomplotQCPDataMap.cpp \
sipqcustomplotQCPFinancial.cpp \
sipqcustomplotQCPFinancialData.cpp \
sipqcustomplotQCPFinancialDataMap.cpp \
sipqcustomplotQCPGraph.cpp \
sipqcustomplotQCPGrid.cpp \
sipqcustomplotQCPInteractions.cpp \
sipqcustomplotQCPItemAnchor.cpp \
sipqcustomplotQCPItemBracket.cpp \
sipqcustomplotQCPItemCurve.cpp \
sipqcustomplotQCPItemEllipse.cpp \
sipqcustomplotQCPItemLine.cpp \
sipqcustomplotQCPItemPixmap.cpp \
sipqcustomplotQCPItemPosition.cpp \
sipqcustomplotQCPItemRect.cpp \
sipqcustomplotQCPItemStraightLine.cpp \
sipqcustomplotQCPItemText.cpp \
sipqcustomplotQCPItemTracer.cpp \
sipqcustomplotQCPLayer.cpp \
sipqcustomplotQCPLayerable.cpp \
sipqcustomplotQCPLayout.cpp \
sipqcustomplotQCPLayoutElement.cpp \
sipqcustomplotQCPLayoutGrid.cpp \
sipqcustomplotQCPLayoutInset.cpp \
sipqcustomplotQCPLegend.cpp \
sipqcustomplotQCPLegendSelectableParts.cpp \
sipqcustomplotQCPLineEnding.cpp \
sipqcustomplotQCPMarginGroup.cpp \
sipqcustomplotQCPMarginSides.cpp \
sipqcustomplotQCPPainter.cpp \
sipqcustomplotQCPPainterPainterModes.cpp \
sipqcustomplotQCPPlottableLegendItem.cpp \
sipqcustomplotQCPPlottingHints.cpp \
sipqcustomplotQCPPlotTitle.cpp \
sipqcustomplotQCPRange.cpp \
sipqcustomplotQCPScatterStyle.cpp \
sipqcustomplotQCPStatisticalBox.cpp \
sipqcustomplotQCustomPlot.cpp \
sipqcustomplotQHash0100QCPMarginSide0101QCPMarginGroup.cpp \
sipqcustomplotQList0101QCPAbstractItem.cpp \
sipqcustomplotQList0101QCPAbstractLegendItem.cpp \
sipqcustomplotQList0101QCPAbstractPlottable.cpp \
sipqcustomplotQList0101QCPAxis.cpp \
sipqcustomplotQList0101QCPAxisRect.cpp \
sipqcustomplotQList0101QCPBars.cpp \
sipqcustomplotQList0101QCPColorMap.cpp \
sipqcustomplotQList0101QCPGraph.cpp \
sipqcustomplotQList0101QCPItemAnchor.cpp \
sipqcustomplotQList0101QCPItemPosition.cpp \
sipqcustomplotQList0101QCPLayerable.cpp \
sipqcustomplotQList0101QCPLayoutElement.cpp \
sipqcustomplotQList0101QCPLegend.cpp \
sipqcustomplotQMap24000100QColor.cpp \
sipqcustomplotQVector0100QCPData.cpp \
sipqcustomplotQVector0100QString.cpp
HEADERS += \
qcustomplot.h \
sipAPIqcustomplot.h
unix {
target.path = /usr/lib64/python3.4/site-packages/qcustomplot/
INCLUDEPATH += /usr/include/python3.4m
INSTALLS += target
}
win32 {
LIBS += C:/Python34/libs/python34.lib
INCLUDEPATH += "C:/Python34/include"
}
DISTFILES += \
qcustomplot.sip