File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.12 )
1+ cmake_minimum_required (VERSION 3.15 )
22
33project (QQualif CXX C)
44
Original file line number Diff line number Diff line change 33#
44
55set (QQUALIF_MAJOR_VERSION "4" )
6- set (QQUALIF_MINOR_VERSION "2 " )
7- set (QQUALIF_RELEASE_VERSION "1 " )
6+ set (QQUALIF_MINOR_VERSION "3 " )
7+ set (QQUALIF_RELEASE_VERSION "0 " )
88set (QQUALIF_VERSION ${QQUALIF_MAJOR_VERSION} .${QQUALIF_MINOR_VERSION} .${QQUALIF_RELEASE_VERSION} )
99
1010
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ if (BUILD_GQVtk)
1010endif (BUILD_GQVtk)
1111add_subdirectory (QtQualif)
1212
13- # those two components currently only compile when either vtk, lima or
14- # both are activated
13+ # those two components currently only compile when either vtk, lima or both are activated
1514if (BUILD_GQLima)
1615 if (BUILD_GQVtk)
1716 add_subdirectory (QCalQual)
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ find_package (GUIToolkitsVariables)
55
66include (${CMAKE_SOURCE_DIR} /cmake/version .cmake)
77include (${GUIToolkitsVariables_CMAKE_DIR} /common.cmake)
8+ include (${GUIToolkitsVariables_CMAKE_DIR} /common_qt.cmake)
89include (${GUIToolkitsVariables_CMAKE_DIR} /workarounds.cmake)
910
10- find_package (Qt5Core NO_CMAKE_SYSTEM_PATH) # In order to enable moc ...
11+ find_package (Qt ${QT_MAJOR} Core NO_CMAKE_SYSTEM_PATH) # In order to enable moc ...
1112find_package (QwtCharts 5 REQUIRED)
1213
1314file (GLOB HEADERS public /${CURRENT_PACKAGE_NAME} /*.h)
Original file line number Diff line number Diff line change 1818#include < QHBoxLayout>
1919#include < QLabel>
2020
21+ #include < qwt_text.h>
22+
2123#include < assert.h>
2224#include < iostream>
2325#include < memory>
Original file line number Diff line number Diff line change 1+ Version 4.3.0 : 13/12/23
2+ ===============
3+
4+ Portage Qt 6/GUIToolkitsVariables v 1.4.0/QwtCharts v 5.3.0.
5+
6+
17Version 4.2.0 : 21/06/23
28===============
39
You can’t perform that action at this time.
0 commit comments