File tree 4 files changed +3
-11
lines changed
4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUN apt-get update \
39
39
libqt5qml5 \
40
40
libqt5quick5 \
41
41
libqt5quickcontrols2-5 \
42
- libqt5charts5-dev \
43
42
libqt5scintilla2-dev \
44
43
libqt5sql5-sqlite \
45
44
libqt5svg5-dev \
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ Architecture: all
78
78
Depends:
79
79
libjs-jquery,
80
80
libjs-leaflet,
81
- ${misc:Depends}
81
+ ${misc:Depends},
82
+ qml-module-qtcharts
82
83
Description: QGIS - architecture-independent data
83
84
QGIS is a Geographic Information System (GIS) which manages, analyzes and
84
85
display databases of geographic information.
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ BuildRequires: qwt-qt5-devel
107
107
# Installation of QCA plugins must be explicit
108
108
Requires: qca-qt5-ossl
109
109
Requires: gpsbabel
110
+ Requires: qt5-qtcharts
110
111
111
112
# We don't want to provide private Python extension libs
112
113
%global __provides_exclude_from ^(%{python3_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
Original file line number Diff line number Diff line change @@ -737,15 +737,6 @@ SET(QGIS_GUI_MOC_HDRS
737
737
FIND_PACKAGE (Qt5Qml REQUIRED)
738
738
FIND_PACKAGE (Qt5QuickWidgets REQUIRED)
739
739
740
- IF (Qt5Widgets_VERSION VERSION_GREATER 5.7.0)
741
- FIND_PACKAGE (Qt5Charts REQUIRED )
742
- IF (Qt5Charts_FOUND)
743
- INCLUDE_DIRECTORIES ( ${Qt5Charts_INCLUDE_DIRS} )
744
- TARGET_LINK_LIBRARIES (${Qt5Charts_LIBRARIES} )
745
- ENDIF (Qt5Charts_FOUND)
746
- ENDIF (Qt5Widgets_VERSION VERSION_GREATER 5.7.0)
747
-
748
-
749
740
IF (Qt5Qml_FOUND)
750
741
ADD_DEFINITIONS (-DWITH_QML)
751
742
SET (QGIS_GUI_MOC_HDRS
You can’t perform that action at this time.
0 commit comments