View | Details | Raw Unified | Return to bug 224904 | Differences between
and this patch

Collapse All | Expand All

(-)x11-toolkits/qwt6/Makefile (-6 / +17 lines)
Lines 4-30 Link Here
4
PORTVERSION=	6.1.3
4
PORTVERSION=	6.1.3
5
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
6
MASTER_SITES=	SF
6
MASTER_SITES=	SF
7
PKGNAMESUFFIX=	6
8
7
9
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	lbartoletti@tuxfamily.org
10
COMMENT=	Qt Widgets for Technical Applications
9
COMMENT=	Qt Widgets for Technical Applications
11
10
12
USES=		gmake qmake tar:bzip2
11
USES=		gmake qmake tar:bzip2
13
USE_QT4=	corelib gui opengl svg xml moc_build
14
USE_GL=		gl
12
USE_GL=		gl
15
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
16
DOCSDIR=	${PREFIX}/share/doc/qwt6
14
DOCSDIR=	${PREFIX}/share/doc/qwt6-${FLAVOR}
17
15
18
PORTDOCS=	*
16
PORTDOCS=	*
19
PLIST_SUB=	INCLUDEDIR=include/qwt6 \
17
PLIST_SUB=	INCLUDEDIR=include/${FLAVOR}/qwt6 \
20
		SHLIB_VER=${PORTVERSION} \
18
		SHLIB_VER=${PORTVERSION} \
21
		SHLIB_SHVER=${PORTVERSION:R} \
19
		SHLIB_SHVER=${PORTVERSION:R} \
22
		QT_MKSPECDIR=share/qt4/mkspecs
20
		QT_MKSPECDIR=lib/${FLAVOR}/mkspecs
21
PLIST=		${PKGDIR}/pkg-plist.${FLAVOR}
23
22
23
FLAVORS=	qt5 qt4
24
FLAVOR?=	${FLAVORS:[2]}
25
26
.if ${FLAVOR} == qt4
27
PKGNAMESUFFIX=	6-qt4
28
USE_QT4=	corelib gui opengl svg xml moc_build
29
.else
30
PKGNAMESUFFIX=	6-qt5
31
USE_QT5=	buildtools_build widgets gui core designer gui opengl svg xml printsupport concurrent
32
.endif
33
24
OPTIONS_DEFINE=	DOCS
34
OPTIONS_DEFINE=	DOCS
25
35
26
post-patch:
36
post-patch:
27
	@${REINPLACE_CMD} -e '/INSTALLS.*doc/d' ${WRKSRC}/doc/doc.pro
37
	@${REINPLACE_CMD} -e '/INSTALLS.*doc/d' ${WRKSRC}/doc/doc.pro
38
	@${REINPLACE_CMD} -e 's/__QT_VERSION__/${FLAVOR:S/qt//}/g' ${WRKSRC}/qwtconfig.pri
28
39
29
post-install-DOCS-on:
40
post-install-DOCS-on:
30
	@(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
41
	@(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
(-)x11-toolkits/qwt6/files/patch-qwt.prf (-1 / +1 lines)
Lines 1-4 Link Here
1
--- qwt.prf.orig	2017-10-06 14:51:04 UTC
1
--- qwt.prf.orig	2014-10-13 16:16:53 UTC
2
+++ qwt.prf
2
+++ qwt.prf
3
@@ -34,4 +34,4 @@ else {
3
@@ -34,4 +34,4 @@ else {
4
 }   
4
 }   
(-)x11-toolkits/qwt6/files/patch-qwtconfig.pri (-5 / +18 lines)
Lines 9-29 Link Here
9
     # QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION-qt-$$QT_VERSION
9
     # QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION-qt-$$QT_VERSION
10
 }
10
 }
11
 
11
 
12
@@ -29,7 +29,7 @@ win32 {
12
@@ -28,9 +28,9 @@ win32 {
13
     # QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION-qt-$$QT_VERSION
13
 }
14
 }
14
 
15
 
15
 QWT_INSTALL_DOCS      = $${QWT_INSTALL_PREFIX}/doc
16
-QWT_INSTALL_DOCS      = $${QWT_INSTALL_PREFIX}/doc
16
-QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include
17
-QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include
17
+QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include/qwt6
18
-QWT_INSTALL_LIBS      = $${QWT_INSTALL_PREFIX}/lib
18
 QWT_INSTALL_LIBS      = $${QWT_INSTALL_PREFIX}/lib
19
+QWT_INSTALL_DOCS      = $${QWT_INSTALL_PREFIX}/share/doc/qwt6-qt__QT_VERSION__
20
+QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include/qt__QT_VERSION__/qwt6
21
+QWT_INSTALL_LIBS      = $${QWT_INSTALL_PREFIX}/lib/qt__QT_VERSION__
19
 
22
 
20
 ######################################################################
23
 ######################################################################
24
 # Designer plugin
25
@@ -42,7 +42,7 @@ QWT_INSTALL_LIBS      = $${QWT_INSTALL_P
26
 # runtime environment of designer/creator.
27
 ######################################################################
28
 
29
-QWT_INSTALL_PLUGINS   = $${QWT_INSTALL_PREFIX}/plugins/designer
30
+QWT_INSTALL_PLUGINS   = $${QWT_INSTALL_PREFIX}/lib/qt__QT_VERSION__/plugins/designer
31
 
32
 # linux distributors often organize the Qt installation
33
 # their way and QT_INSTALL_PREFIX doesn't offer a good
21
@@ -63,7 +63,7 @@ QWT_INSTALL_PLUGINS   = $${QWT_INSTALL_P
34
@@ -63,7 +63,7 @@ QWT_INSTALL_PLUGINS   = $${QWT_INSTALL_P
22
 # with every Qt upgrade. 
35
 # with every Qt upgrade. 
23
 ######################################################################
36
 ######################################################################
24
 
37
 
25
-QWT_INSTALL_FEATURES  = $${QWT_INSTALL_PREFIX}/features
38
-QWT_INSTALL_FEATURES  = $${QWT_INSTALL_PREFIX}/features
26
+QWT_INSTALL_FEATURES  = $${QWT_INSTALL_PREFIX}/share/qt4/mkspecs/features
39
+QWT_INSTALL_FEATURES  = $${QWT_INSTALL_PREFIX}/lib/qt__QT_VERSION__/mkspecs/features
27
 # QWT_INSTALL_FEATURES  = $$[QT_INSTALL_PREFIX]/features
40
 # QWT_INSTALL_FEATURES  = $$[QT_INSTALL_PREFIX]/features
28
 
41
 
29
 ######################################################################
42
 ######################################################################
(-)x11-toolkits/qwt6/files/patch-textengines_textengines.pri (-1 / +1 lines)
Lines 1-4 Link Here
1
--- textengines/textengines.pri.orig	2017-10-06 14:51:21 UTC
1
--- textengines/textengines.pri.orig	2016-06-13 07:14:23 UTC
2
+++ textengines/textengines.pri
2
+++ textengines/textengines.pri
3
@@ -34,7 +34,7 @@ contains(QWT_CONFIG, QwtFramework) {
3
@@ -34,7 +34,7 @@ contains(QWT_CONFIG, QwtFramework) {
4
     CONFIG += lib_bundle
4
     CONFIG += lib_bundle
(-)x11-toolkits/qwt6/pkg-plist (-114 lines)
Lines 1-111 Link Here
1
%%INCLUDEDIR%%/qwt.h
2
%%INCLUDEDIR%%/qwt_abstract_legend.h
3
%%INCLUDEDIR%%/qwt_abstract_scale.h
4
%%INCLUDEDIR%%/qwt_abstract_scale_draw.h
5
%%INCLUDEDIR%%/qwt_abstract_slider.h
6
%%INCLUDEDIR%%/qwt_analog_clock.h
7
%%INCLUDEDIR%%/qwt_arrow_button.h
8
%%INCLUDEDIR%%/qwt_clipper.h
9
%%INCLUDEDIR%%/qwt_color_map.h
10
%%INCLUDEDIR%%/qwt_column_symbol.h
11
%%INCLUDEDIR%%/qwt_compass.h
12
%%INCLUDEDIR%%/qwt_compass_rose.h
13
%%INCLUDEDIR%%/qwt_compat.h
14
%%INCLUDEDIR%%/qwt_counter.h
15
%%INCLUDEDIR%%/qwt_curve_fitter.h
16
%%INCLUDEDIR%%/qwt_date.h
17
%%INCLUDEDIR%%/qwt_date_scale_draw.h
18
%%INCLUDEDIR%%/qwt_date_scale_engine.h
19
%%INCLUDEDIR%%/qwt_dial.h
20
%%INCLUDEDIR%%/qwt_dial_needle.h
21
%%INCLUDEDIR%%/qwt_dyngrid_layout.h
22
%%INCLUDEDIR%%/qwt_event_pattern.h
23
%%INCLUDEDIR%%/qwt_global.h
24
%%INCLUDEDIR%%/qwt_graphic.h
25
%%INCLUDEDIR%%/qwt_interval.h
26
%%INCLUDEDIR%%/qwt_interval_symbol.h
27
%%INCLUDEDIR%%/qwt_knob.h
28
%%INCLUDEDIR%%/qwt_legend.h
29
%%INCLUDEDIR%%/qwt_legend_data.h
30
%%INCLUDEDIR%%/qwt_legend_label.h
31
%%INCLUDEDIR%%/qwt_magnifier.h
32
%%INCLUDEDIR%%/qwt_math.h
33
%%INCLUDEDIR%%/qwt_mathml_text_engine.h
34
%%INCLUDEDIR%%/qwt_matrix_raster_data.h
35
%%INCLUDEDIR%%/qwt_null_paintdevice.h
36
%%INCLUDEDIR%%/qwt_painter.h
37
%%INCLUDEDIR%%/qwt_painter_command.h
38
%%INCLUDEDIR%%/qwt_panner.h
39
%%INCLUDEDIR%%/qwt_picker.h
40
%%INCLUDEDIR%%/qwt_picker_machine.h
41
%%INCLUDEDIR%%/qwt_pixel_matrix.h
42
%%INCLUDEDIR%%/qwt_plot.h
43
%%INCLUDEDIR%%/qwt_plot_abstract_barchart.h
44
%%INCLUDEDIR%%/qwt_plot_barchart.h
45
%%INCLUDEDIR%%/qwt_plot_canvas.h
46
%%INCLUDEDIR%%/qwt_plot_curve.h
47
%%INCLUDEDIR%%/qwt_plot_dict.h
48
%%INCLUDEDIR%%/qwt_plot_directpainter.h
49
%%INCLUDEDIR%%/qwt_plot_glcanvas.h
50
%%INCLUDEDIR%%/qwt_plot_grid.h
51
%%INCLUDEDIR%%/qwt_plot_histogram.h
52
%%INCLUDEDIR%%/qwt_plot_intervalcurve.h
53
%%INCLUDEDIR%%/qwt_plot_item.h
54
%%INCLUDEDIR%%/qwt_plot_layout.h
55
%%INCLUDEDIR%%/qwt_plot_legenditem.h
56
%%INCLUDEDIR%%/qwt_plot_magnifier.h
57
%%INCLUDEDIR%%/qwt_plot_marker.h
58
%%INCLUDEDIR%%/qwt_plot_multi_barchart.h
59
%%INCLUDEDIR%%/qwt_plot_panner.h
60
%%INCLUDEDIR%%/qwt_plot_picker.h
61
%%INCLUDEDIR%%/qwt_plot_rasteritem.h
62
%%INCLUDEDIR%%/qwt_plot_renderer.h
63
%%INCLUDEDIR%%/qwt_plot_rescaler.h
64
%%INCLUDEDIR%%/qwt_plot_scaleitem.h
65
%%INCLUDEDIR%%/qwt_plot_seriesitem.h
66
%%INCLUDEDIR%%/qwt_plot_shapeitem.h
67
%%INCLUDEDIR%%/qwt_plot_spectrocurve.h
68
%%INCLUDEDIR%%/qwt_plot_spectrogram.h
69
%%INCLUDEDIR%%/qwt_plot_svgitem.h
70
%%INCLUDEDIR%%/qwt_plot_textlabel.h
71
%%INCLUDEDIR%%/qwt_plot_tradingcurve.h
72
%%INCLUDEDIR%%/qwt_plot_zoneitem.h
73
%%INCLUDEDIR%%/qwt_plot_zoomer.h
74
%%INCLUDEDIR%%/qwt_point_3d.h
75
%%INCLUDEDIR%%/qwt_point_data.h
76
%%INCLUDEDIR%%/qwt_point_mapper.h
77
%%INCLUDEDIR%%/qwt_point_polar.h
78
%%INCLUDEDIR%%/qwt_raster_data.h
79
%%INCLUDEDIR%%/qwt_round_scale_draw.h
80
%%INCLUDEDIR%%/qwt_samples.h
81
%%INCLUDEDIR%%/qwt_sampling_thread.h
82
%%INCLUDEDIR%%/qwt_scale_div.h
83
%%INCLUDEDIR%%/qwt_scale_draw.h
84
%%INCLUDEDIR%%/qwt_scale_engine.h
85
%%INCLUDEDIR%%/qwt_scale_map.h
86
%%INCLUDEDIR%%/qwt_scale_widget.h
87
%%INCLUDEDIR%%/qwt_series_data.h
88
%%INCLUDEDIR%%/qwt_series_store.h
89
%%INCLUDEDIR%%/qwt_slider.h
90
%%INCLUDEDIR%%/qwt_spline.h
91
%%INCLUDEDIR%%/qwt_symbol.h
92
%%INCLUDEDIR%%/qwt_system_clock.h
93
%%INCLUDEDIR%%/qwt_text.h
94
%%INCLUDEDIR%%/qwt_text_engine.h
95
%%INCLUDEDIR%%/qwt_text_label.h
96
%%INCLUDEDIR%%/qwt_thermo.h
97
%%INCLUDEDIR%%/qwt_transform.h
98
%%INCLUDEDIR%%/qwt_wheel.h
99
%%INCLUDEDIR%%/qwt_widget_overlay.h
100
lib/libqwt6.so
101
lib/libqwt6.so.6
102
lib/libqwt6.so.%%SHLIB_VER%%
103
lib/libqwt6.so.%%SHLIB_SHVER%%
104
lib/libqwtmathml.so
105
lib/libqwtmathml.so.6
106
lib/libqwtmathml.so.%%SHLIB_VER%%
107
lib/libqwtmathml.so.%%SHLIB_SHVER%%
108
%%QT_MKSPECDIR%%/features/qwt.prf
109
%%QT_MKSPECDIR%%/features/qwtconfig.pri
110
%%QT_MKSPECDIR%%/features/qwtfunctions.pri
111
%%QT_MKSPECDIR%%/features/qwtmathml.prf
112
yes
113
native
114
text/plain
(-)x11-toolkits/qwt6/pkg-plist.qt4 (+115 lines)
Line 0 Link Here
1
%%INCLUDEDIR%%/qwt.h
2
%%INCLUDEDIR%%/qwt_abstract_legend.h
3
%%INCLUDEDIR%%/qwt_abstract_scale.h
4
%%INCLUDEDIR%%/qwt_abstract_scale_draw.h
5
%%INCLUDEDIR%%/qwt_abstract_slider.h
6
%%INCLUDEDIR%%/qwt_analog_clock.h
7
%%INCLUDEDIR%%/qwt_arrow_button.h
8
%%INCLUDEDIR%%/qwt_clipper.h
9
%%INCLUDEDIR%%/qwt_color_map.h
10
%%INCLUDEDIR%%/qwt_column_symbol.h
11
%%INCLUDEDIR%%/qwt_compass.h
12
%%INCLUDEDIR%%/qwt_compass_rose.h
13
%%INCLUDEDIR%%/qwt_compat.h
14
%%INCLUDEDIR%%/qwt_counter.h
15
%%INCLUDEDIR%%/qwt_curve_fitter.h
16
%%INCLUDEDIR%%/qwt_date.h
17
%%INCLUDEDIR%%/qwt_date_scale_draw.h
18
%%INCLUDEDIR%%/qwt_date_scale_engine.h
19
%%INCLUDEDIR%%/qwt_dial.h
20
%%INCLUDEDIR%%/qwt_dial_needle.h
21
%%INCLUDEDIR%%/qwt_dyngrid_layout.h
22
%%INCLUDEDIR%%/qwt_event_pattern.h
23
%%INCLUDEDIR%%/qwt_global.h
24
%%INCLUDEDIR%%/qwt_graphic.h
25
%%INCLUDEDIR%%/qwt_interval.h
26
%%INCLUDEDIR%%/qwt_interval_symbol.h
27
%%INCLUDEDIR%%/qwt_knob.h
28
%%INCLUDEDIR%%/qwt_legend.h
29
%%INCLUDEDIR%%/qwt_legend_data.h
30
%%INCLUDEDIR%%/qwt_legend_label.h
31
%%INCLUDEDIR%%/qwt_magnifier.h
32
%%INCLUDEDIR%%/qwt_math.h
33
%%INCLUDEDIR%%/qwt_mathml_text_engine.h
34
%%INCLUDEDIR%%/qwt_matrix_raster_data.h
35
%%INCLUDEDIR%%/qwt_null_paintdevice.h
36
%%INCLUDEDIR%%/qwt_painter.h
37
%%INCLUDEDIR%%/qwt_painter_command.h
38
%%INCLUDEDIR%%/qwt_panner.h
39
%%INCLUDEDIR%%/qwt_picker.h
40
%%INCLUDEDIR%%/qwt_picker_machine.h
41
%%INCLUDEDIR%%/qwt_pixel_matrix.h
42
%%INCLUDEDIR%%/qwt_plot.h
43
%%INCLUDEDIR%%/qwt_plot_abstract_barchart.h
44
%%INCLUDEDIR%%/qwt_plot_barchart.h
45
%%INCLUDEDIR%%/qwt_plot_canvas.h
46
%%INCLUDEDIR%%/qwt_plot_curve.h
47
%%INCLUDEDIR%%/qwt_plot_dict.h
48
%%INCLUDEDIR%%/qwt_plot_directpainter.h
49
%%INCLUDEDIR%%/qwt_plot_glcanvas.h
50
%%INCLUDEDIR%%/qwt_plot_grid.h
51
%%INCLUDEDIR%%/qwt_plot_histogram.h
52
%%INCLUDEDIR%%/qwt_plot_intervalcurve.h
53
%%INCLUDEDIR%%/qwt_plot_item.h
54
%%INCLUDEDIR%%/qwt_plot_layout.h
55
%%INCLUDEDIR%%/qwt_plot_legenditem.h
56
%%INCLUDEDIR%%/qwt_plot_magnifier.h
57
%%INCLUDEDIR%%/qwt_plot_marker.h
58
%%INCLUDEDIR%%/qwt_plot_multi_barchart.h
59
%%INCLUDEDIR%%/qwt_plot_panner.h
60
%%INCLUDEDIR%%/qwt_plot_picker.h
61
%%INCLUDEDIR%%/qwt_plot_rasteritem.h
62
%%INCLUDEDIR%%/qwt_plot_renderer.h
63
%%INCLUDEDIR%%/qwt_plot_rescaler.h
64
%%INCLUDEDIR%%/qwt_plot_scaleitem.h
65
%%INCLUDEDIR%%/qwt_plot_seriesitem.h
66
%%INCLUDEDIR%%/qwt_plot_shapeitem.h
67
%%INCLUDEDIR%%/qwt_plot_spectrocurve.h
68
%%INCLUDEDIR%%/qwt_plot_spectrogram.h
69
%%INCLUDEDIR%%/qwt_plot_svgitem.h
70
%%INCLUDEDIR%%/qwt_plot_textlabel.h
71
%%INCLUDEDIR%%/qwt_plot_tradingcurve.h
72
%%INCLUDEDIR%%/qwt_plot_zoneitem.h
73
%%INCLUDEDIR%%/qwt_plot_zoomer.h
74
%%INCLUDEDIR%%/qwt_point_3d.h
75
%%INCLUDEDIR%%/qwt_point_data.h
76
%%INCLUDEDIR%%/qwt_point_mapper.h
77
%%INCLUDEDIR%%/qwt_point_polar.h
78
%%INCLUDEDIR%%/qwt_raster_data.h
79
%%INCLUDEDIR%%/qwt_round_scale_draw.h
80
%%INCLUDEDIR%%/qwt_samples.h
81
%%INCLUDEDIR%%/qwt_sampling_thread.h
82
%%INCLUDEDIR%%/qwt_scale_div.h
83
%%INCLUDEDIR%%/qwt_scale_draw.h
84
%%INCLUDEDIR%%/qwt_scale_engine.h
85
%%INCLUDEDIR%%/qwt_scale_map.h
86
%%INCLUDEDIR%%/qwt_scale_widget.h
87
%%INCLUDEDIR%%/qwt_series_data.h
88
%%INCLUDEDIR%%/qwt_series_store.h
89
%%INCLUDEDIR%%/qwt_slider.h
90
%%INCLUDEDIR%%/qwt_spline.h
91
%%INCLUDEDIR%%/qwt_symbol.h
92
%%INCLUDEDIR%%/qwt_system_clock.h
93
%%INCLUDEDIR%%/qwt_text.h
94
%%INCLUDEDIR%%/qwt_text_engine.h
95
%%INCLUDEDIR%%/qwt_text_label.h
96
%%INCLUDEDIR%%/qwt_thermo.h
97
%%INCLUDEDIR%%/qwt_transform.h
98
%%INCLUDEDIR%%/qwt_wheel.h
99
%%INCLUDEDIR%%/qwt_widget_overlay.h
100
%%QT_LIBDIR%%/libqwt6.so
101
%%QT_LIBDIR%%/libqwt6.so.6
102
%%QT_LIBDIR%%/libqwt6.so.%%SHLIB_SHVER%%
103
%%QT_LIBDIR%%/libqwt6.so.%%SHLIB_VER%%
104
%%QT_LIBDIR%%/libqwtmathml.so
105
%%QT_LIBDIR%%/libqwtmathml.so.6
106
%%QT_LIBDIR%%/libqwtmathml.so.%%SHLIB_SHVER%%
107
%%QT_LIBDIR%%/libqwtmathml.so.%%SHLIB_VER%%
108
%%QT_MKSPECDIR%%/features/qwt.prf
109
%%QT_MKSPECDIR%%/features/qwtconfig.pri
110
%%QT_MKSPECDIR%%/features/qwtfunctions.pri
111
%%QT_MKSPECDIR%%/features/qwtmathml.prf
112
113
yes
114
native
115
text/plain
(-)x11-toolkits/qwt6/pkg-plist.qt5 (+115 lines)
Line 0 Link Here
1
%%INCLUDEDIR%%/qwt.h
2
%%INCLUDEDIR%%/qwt_abstract_legend.h
3
%%INCLUDEDIR%%/qwt_abstract_scale.h
4
%%INCLUDEDIR%%/qwt_abstract_scale_draw.h
5
%%INCLUDEDIR%%/qwt_abstract_slider.h
6
%%INCLUDEDIR%%/qwt_analog_clock.h
7
%%INCLUDEDIR%%/qwt_arrow_button.h
8
%%INCLUDEDIR%%/qwt_clipper.h
9
%%INCLUDEDIR%%/qwt_color_map.h
10
%%INCLUDEDIR%%/qwt_column_symbol.h
11
%%INCLUDEDIR%%/qwt_compass.h
12
%%INCLUDEDIR%%/qwt_compass_rose.h
13
%%INCLUDEDIR%%/qwt_compat.h
14
%%INCLUDEDIR%%/qwt_counter.h
15
%%INCLUDEDIR%%/qwt_curve_fitter.h
16
%%INCLUDEDIR%%/qwt_date.h
17
%%INCLUDEDIR%%/qwt_date_scale_draw.h
18
%%INCLUDEDIR%%/qwt_date_scale_engine.h
19
%%INCLUDEDIR%%/qwt_dial.h
20
%%INCLUDEDIR%%/qwt_dial_needle.h
21
%%INCLUDEDIR%%/qwt_dyngrid_layout.h
22
%%INCLUDEDIR%%/qwt_event_pattern.h
23
%%INCLUDEDIR%%/qwt_global.h
24
%%INCLUDEDIR%%/qwt_graphic.h
25
%%INCLUDEDIR%%/qwt_interval.h
26
%%INCLUDEDIR%%/qwt_interval_symbol.h
27
%%INCLUDEDIR%%/qwt_knob.h
28
%%INCLUDEDIR%%/qwt_legend.h
29
%%INCLUDEDIR%%/qwt_legend_data.h
30
%%INCLUDEDIR%%/qwt_legend_label.h
31
%%INCLUDEDIR%%/qwt_magnifier.h
32
%%INCLUDEDIR%%/qwt_math.h
33
%%INCLUDEDIR%%/qwt_mathml_text_engine.h
34
%%INCLUDEDIR%%/qwt_matrix_raster_data.h
35
%%INCLUDEDIR%%/qwt_null_paintdevice.h
36
%%INCLUDEDIR%%/qwt_painter.h
37
%%INCLUDEDIR%%/qwt_painter_command.h
38
%%INCLUDEDIR%%/qwt_panner.h
39
%%INCLUDEDIR%%/qwt_picker.h
40
%%INCLUDEDIR%%/qwt_picker_machine.h
41
%%INCLUDEDIR%%/qwt_pixel_matrix.h
42
%%INCLUDEDIR%%/qwt_plot.h
43
%%INCLUDEDIR%%/qwt_plot_abstract_barchart.h
44
%%INCLUDEDIR%%/qwt_plot_barchart.h
45
%%INCLUDEDIR%%/qwt_plot_canvas.h
46
%%INCLUDEDIR%%/qwt_plot_curve.h
47
%%INCLUDEDIR%%/qwt_plot_dict.h
48
%%INCLUDEDIR%%/qwt_plot_directpainter.h
49
%%INCLUDEDIR%%/qwt_plot_glcanvas.h
50
%%INCLUDEDIR%%/qwt_plot_grid.h
51
%%INCLUDEDIR%%/qwt_plot_histogram.h
52
%%INCLUDEDIR%%/qwt_plot_intervalcurve.h
53
%%INCLUDEDIR%%/qwt_plot_item.h
54
%%INCLUDEDIR%%/qwt_plot_layout.h
55
%%INCLUDEDIR%%/qwt_plot_legenditem.h
56
%%INCLUDEDIR%%/qwt_plot_magnifier.h
57
%%INCLUDEDIR%%/qwt_plot_marker.h
58
%%INCLUDEDIR%%/qwt_plot_multi_barchart.h
59
%%INCLUDEDIR%%/qwt_plot_panner.h
60
%%INCLUDEDIR%%/qwt_plot_picker.h
61
%%INCLUDEDIR%%/qwt_plot_rasteritem.h
62
%%INCLUDEDIR%%/qwt_plot_renderer.h
63
%%INCLUDEDIR%%/qwt_plot_rescaler.h
64
%%INCLUDEDIR%%/qwt_plot_scaleitem.h
65
%%INCLUDEDIR%%/qwt_plot_seriesitem.h
66
%%INCLUDEDIR%%/qwt_plot_shapeitem.h
67
%%INCLUDEDIR%%/qwt_plot_spectrocurve.h
68
%%INCLUDEDIR%%/qwt_plot_spectrogram.h
69
%%INCLUDEDIR%%/qwt_plot_svgitem.h
70
%%INCLUDEDIR%%/qwt_plot_textlabel.h
71
%%INCLUDEDIR%%/qwt_plot_tradingcurve.h
72
%%INCLUDEDIR%%/qwt_plot_zoneitem.h
73
%%INCLUDEDIR%%/qwt_plot_zoomer.h
74
%%INCLUDEDIR%%/qwt_point_3d.h
75
%%INCLUDEDIR%%/qwt_point_data.h
76
%%INCLUDEDIR%%/qwt_point_mapper.h
77
%%INCLUDEDIR%%/qwt_point_polar.h
78
%%INCLUDEDIR%%/qwt_raster_data.h
79
%%INCLUDEDIR%%/qwt_round_scale_draw.h
80
%%INCLUDEDIR%%/qwt_samples.h
81
%%INCLUDEDIR%%/qwt_sampling_thread.h
82
%%INCLUDEDIR%%/qwt_scale_div.h
83
%%INCLUDEDIR%%/qwt_scale_draw.h
84
%%INCLUDEDIR%%/qwt_scale_engine.h
85
%%INCLUDEDIR%%/qwt_scale_map.h
86
%%INCLUDEDIR%%/qwt_scale_widget.h
87
%%INCLUDEDIR%%/qwt_series_data.h
88
%%INCLUDEDIR%%/qwt_series_store.h
89
%%INCLUDEDIR%%/qwt_slider.h
90
%%INCLUDEDIR%%/qwt_spline.h
91
%%INCLUDEDIR%%/qwt_symbol.h
92
%%INCLUDEDIR%%/qwt_system_clock.h
93
%%INCLUDEDIR%%/qwt_text.h
94
%%INCLUDEDIR%%/qwt_text_engine.h
95
%%INCLUDEDIR%%/qwt_text_label.h
96
%%INCLUDEDIR%%/qwt_thermo.h
97
%%INCLUDEDIR%%/qwt_transform.h
98
%%INCLUDEDIR%%/qwt_wheel.h
99
%%INCLUDEDIR%%/qwt_widget_overlay.h
100
%%QT_LIBDIR%%/libqwt6.so
101
%%QT_LIBDIR%%/libqwt6.so.6
102
%%QT_LIBDIR%%/libqwt6.so.%%SHLIB_SHVER%%
103
%%QT_LIBDIR%%/libqwt6.so.%%SHLIB_VER%%
104
%%QT_LIBDIR%%/libqwtmathml.so
105
%%QT_LIBDIR%%/libqwtmathml.so.6
106
%%QT_LIBDIR%%/libqwtmathml.so.%%SHLIB_SHVER%%
107
%%QT_LIBDIR%%/libqwtmathml.so.%%SHLIB_VER%%
108
%%QT_MKSPECDIR%%/features/qwt.prf
109
%%QT_MKSPECDIR%%/features/qwtconfig.pri
110
%%QT_MKSPECDIR%%/features/qwtfunctions.pri
111
%%QT_MKSPECDIR%%/features/qwtmathml.prf
112
113
yes
114
native
115
text/plain

Return to bug 224904