diff --git a/CMakeLists.txt b/CMakeLists.txt index a5ef05cf99..452d64a9f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) # Project Name and Version # starting from 2020: using semantic version number .. diff --git a/README.md b/README.md index 3f0f1c1a0c..d23dc5876c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This software is licensed under the term of the [GNU Lesser General Public Licen [![Lates Release](https://img.shields.io/github/v/release/jkriege2/JKQtPlotter)](https://github.com/jkriege2/JKQtPlotter/releases) ![Language](https://img.shields.io/github/languages/top/jkriege2/JKQtPlotter) -[![Qt&5](https://img.shields.io/badge/Qt-5-brightgreen)](https://doc.qt.io/qt-5/) +[![Qt5](https://img.shields.io/badge/Qt-5-brightgreen)](https://doc.qt.io/qt-5/) [![Documentation](https://img.shields.io/badge/documentation-online-blue)](http://jkriege2.github.io/JKQtPlotter/index.html) [[![Build status](https://ci.appveyor.com/api/projects/status/vq2o9pfi97isxm2a?svg=true)](https://ci.appveyor.com/project/jkriege2/jkqtplotter) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index a7d3495116..2d31319978 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) message( STATUS ) message( STATUS "............................................................................." ) diff --git a/examples/advplotstyling/CMakeLists.txt b/examples/advplotstyling/CMakeLists.txt index 0d7c653fb0..660c36b8bd 100644 --- a/examples/advplotstyling/CMakeLists.txt +++ b/examples/advplotstyling/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME advplotstyling) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/barchart/CMakeLists.txt b/examples/barchart/CMakeLists.txt index 189303b94d..08190c192b 100644 --- a/examples/barchart/CMakeLists.txt +++ b/examples/barchart/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME barchart) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/boxplot/CMakeLists.txt b/examples/boxplot/CMakeLists.txt index efeae38684..53bc318376 100644 --- a/examples/boxplot/CMakeLists.txt +++ b/examples/boxplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME boxplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/contourplot/CMakeLists.txt b/examples/contourplot/CMakeLists.txt index 30aae8a781..705016fab0 100644 --- a/examples/contourplot/CMakeLists.txt +++ b/examples/contourplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME contourplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/datastore/CMakeLists.txt b/examples/datastore/CMakeLists.txt index 20b734bef8..cfc1607789 100644 --- a/examples/datastore/CMakeLists.txt +++ b/examples/datastore/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME datastore) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/datastore_groupedstat/CMakeLists.txt b/examples/datastore_groupedstat/CMakeLists.txt index 1b519a7e4e..6ddc4fea07 100644 --- a/examples/datastore_groupedstat/CMakeLists.txt +++ b/examples/datastore_groupedstat/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME datastore_groupedstat) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/datastore_iterators/CMakeLists.txt b/examples/datastore_iterators/CMakeLists.txt index f2b1359519..cc21f72746 100644 --- a/examples/datastore_iterators/CMakeLists.txt +++ b/examples/datastore_iterators/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME datastore_iterators) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/datastore_regression/CMakeLists.txt b/examples/datastore_regression/CMakeLists.txt index f8bcfbb81b..caaf47f82c 100644 --- a/examples/datastore_regression/CMakeLists.txt +++ b/examples/datastore_regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME datastore_regression) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/datastore_statistics/CMakeLists.txt b/examples/datastore_statistics/CMakeLists.txt index 376c36c506..09f82472c0 100644 --- a/examples/datastore_statistics/CMakeLists.txt +++ b/examples/datastore_statistics/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME datastore_statistics) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/datastore_statistics_2d/CMakeLists.txt b/examples/datastore_statistics_2d/CMakeLists.txt index 9acde2c471..f026129bc2 100644 --- a/examples/datastore_statistics_2d/CMakeLists.txt +++ b/examples/datastore_statistics_2d/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME datastore_statistics_2d) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/dateaxes/CMakeLists.txt b/examples/dateaxes/CMakeLists.txt index eaad7e4e1b..ef5f7fe9ca 100644 --- a/examples/dateaxes/CMakeLists.txt +++ b/examples/dateaxes/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME dateaxes) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/distributionplot/CMakeLists.txt b/examples/distributionplot/CMakeLists.txt index 584be53552..5ac482f4d5 100644 --- a/examples/distributionplot/CMakeLists.txt +++ b/examples/distributionplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME distributionplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/errorbarstyles/CMakeLists.txt b/examples/errorbarstyles/CMakeLists.txt index 3812865146..dc98940c43 100644 --- a/examples/errorbarstyles/CMakeLists.txt +++ b/examples/errorbarstyles/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME errorbarstyles) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/evalcurve/CMakeLists.txt b/examples/evalcurve/CMakeLists.txt index 50e6b5f1a4..eb48a6aaec 100644 --- a/examples/evalcurve/CMakeLists.txt +++ b/examples/evalcurve/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME evalcurve) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/filledgraphs/CMakeLists.txt b/examples/filledgraphs/CMakeLists.txt index bea99da6d3..b74947b0a2 100644 --- a/examples/filledgraphs/CMakeLists.txt +++ b/examples/filledgraphs/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME filledgraphs) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/functionplot/CMakeLists.txt b/examples/functionplot/CMakeLists.txt index 306f339155..f1dc9b94a5 100644 --- a/examples/functionplot/CMakeLists.txt +++ b/examples/functionplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME functionplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/geo_arrows/CMakeLists.txt b/examples/geo_arrows/CMakeLists.txt index 3ca16b3267..bd21383491 100644 --- a/examples/geo_arrows/CMakeLists.txt +++ b/examples/geo_arrows/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME geo_arrows) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/geo_simple/CMakeLists.txt b/examples/geo_simple/CMakeLists.txt index f9faf66107..17da519160 100644 --- a/examples/geo_simple/CMakeLists.txt +++ b/examples/geo_simple/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME geo_simple) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/geometric/CMakeLists.txt b/examples/geometric/CMakeLists.txt index 2c06d89e68..3febe2da40 100644 --- a/examples/geometric/CMakeLists.txt +++ b/examples/geometric/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME geometric) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/imageplot/CMakeLists.txt b/examples/imageplot/CMakeLists.txt index 69988ff027..498a77d8a7 100644 --- a/examples/imageplot/CMakeLists.txt +++ b/examples/imageplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME imageplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/imageplot_cimg/CMakeLists.txt b/examples/imageplot_cimg/CMakeLists.txt index 50b4cbcf12..a3f940881f 100644 --- a/examples/imageplot_cimg/CMakeLists.txt +++ b/examples/imageplot_cimg/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) find_package( CImg ) if(CImg_FOUND) diff --git a/examples/imageplot_modifier/CMakeLists.txt b/examples/imageplot_modifier/CMakeLists.txt index 620c83ff06..2d1344ecb4 100644 --- a/examples/imageplot_modifier/CMakeLists.txt +++ b/examples/imageplot_modifier/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME imageplot_modifier) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/imageplot_nodatastore/CMakeLists.txt b/examples/imageplot_nodatastore/CMakeLists.txt index 0e20fc79a5..b20f5db05a 100644 --- a/examples/imageplot_nodatastore/CMakeLists.txt +++ b/examples/imageplot_nodatastore/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME imageplot_nodatastore) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/imageplot_opencv/CMakeLists.txt b/examples/imageplot_opencv/CMakeLists.txt index 158952848d..88fb029fa4 100644 --- a/examples/imageplot_opencv/CMakeLists.txt +++ b/examples/imageplot_opencv/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) find_package( OpenCV ) if(OpenCV_FOUND) diff --git a/examples/imageplot_userpal/CMakeLists.txt b/examples/imageplot_userpal/CMakeLists.txt index eef52d2042..157dad2743 100644 --- a/examples/imageplot_userpal/CMakeLists.txt +++ b/examples/imageplot_userpal/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME imageplot_userpal) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/impulsesplot/CMakeLists.txt b/examples/impulsesplot/CMakeLists.txt index ae6ac621c6..ec8b47f802 100644 --- a/examples/impulsesplot/CMakeLists.txt +++ b/examples/impulsesplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME impulsesplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/jkqtfastplotter_test/CMakeLists.txt b/examples/jkqtfastplotter_test/CMakeLists.txt index 5e58e6291d..3aa909c1a0 100644 --- a/examples/jkqtfastplotter_test/CMakeLists.txt +++ b/examples/jkqtfastplotter_test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME jkqtfastplotter_test) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/jkqtmathtext_simpletest/CMakeLists.txt b/examples/jkqtmathtext_simpletest/CMakeLists.txt index 7dbdc25c36..f13a150aa8 100644 --- a/examples/jkqtmathtext_simpletest/CMakeLists.txt +++ b/examples/jkqtmathtext_simpletest/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME jkqtmathtext_simpletest) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/jkqtmathtext_test/CMakeLists.txt b/examples/jkqtmathtext_test/CMakeLists.txt index 88708fcad6..a129458afa 100644 --- a/examples/jkqtmathtext_test/CMakeLists.txt +++ b/examples/jkqtmathtext_test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME jkqtmathtext_test) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/jkqtplot_test/CMakeLists.txt b/examples/jkqtplot_test/CMakeLists.txt index 62159dd2de..4fcb2f8922 100644 --- a/examples/jkqtplot_test/CMakeLists.txt +++ b/examples/jkqtplot_test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME jkqtplot_test) set(EXENAME ${EXAMPLE_NAME}) diff --git a/examples/logaxes/CMakeLists.txt b/examples/logaxes/CMakeLists.txt index f13cb2cdec..b3072f4537 100644 --- a/examples/logaxes/CMakeLists.txt +++ b/examples/logaxes/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME logaxes) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/mandelbrot/CMakeLists.txt b/examples/mandelbrot/CMakeLists.txt index ee5b9db9a3..a30ff7fa33 100644 --- a/examples/mandelbrot/CMakeLists.txt +++ b/examples/mandelbrot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME mandelbrot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/multiplot/CMakeLists.txt b/examples/multiplot/CMakeLists.txt index 85587b0939..94943d0f66 100644 --- a/examples/multiplot/CMakeLists.txt +++ b/examples/multiplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME test_multiplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/parametriccurve/CMakeLists.txt b/examples/parametriccurve/CMakeLists.txt index d2567bf966..a5fd2fb1e5 100644 --- a/examples/parametriccurve/CMakeLists.txt +++ b/examples/parametriccurve/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME parametriccurve) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/paramscatterplot/CMakeLists.txt b/examples/paramscatterplot/CMakeLists.txt index d04dc35ab0..879456257f 100644 --- a/examples/paramscatterplot/CMakeLists.txt +++ b/examples/paramscatterplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME paramscatterplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/paramscatterplot_image/CMakeLists.txt b/examples/paramscatterplot_image/CMakeLists.txt index fead56c134..8704d1f1b4 100644 --- a/examples/paramscatterplot_image/CMakeLists.txt +++ b/examples/paramscatterplot_image/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME paramscatterplot_image) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/parsedfunctionplot/CMakeLists.txt b/examples/parsedfunctionplot/CMakeLists.txt index 5127024e30..cf3a1d4b7c 100644 --- a/examples/parsedfunctionplot/CMakeLists.txt +++ b/examples/parsedfunctionplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME parsedfunctionplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/rgbimageplot/CMakeLists.txt b/examples/rgbimageplot/CMakeLists.txt index 38a6198e85..bfe125395e 100644 --- a/examples/rgbimageplot/CMakeLists.txt +++ b/examples/rgbimageplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME rgbimageplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/rgbimageplot_opencv/CMakeLists.txt b/examples/rgbimageplot_opencv/CMakeLists.txt index f437116b26..95af5a2671 100644 --- a/examples/rgbimageplot_opencv/CMakeLists.txt +++ b/examples/rgbimageplot_opencv/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) find_package( OpenCV ) if (OpenCV_FOUND) diff --git a/examples/rgbimageplot_qt/CMakeLists.txt b/examples/rgbimageplot_qt/CMakeLists.txt index 1c109d8445..e6970699bf 100644 --- a/examples/rgbimageplot_qt/CMakeLists.txt +++ b/examples/rgbimageplot_qt/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME rgbimageplot_qt) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/simpletest/CMakeLists.txt b/examples/simpletest/CMakeLists.txt index e063c4c129..5c9e09ea34 100644 --- a/examples/simpletest/CMakeLists.txt +++ b/examples/simpletest/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME simpletest) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/speed/CMakeLists.txt b/examples/speed/CMakeLists.txt index 432c915ca2..11a933f54b 100644 --- a/examples/speed/CMakeLists.txt +++ b/examples/speed/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME speed) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/stackedbars/CMakeLists.txt b/examples/stackedbars/CMakeLists.txt index 1aee8a7ad1..3bd1f811dd 100644 --- a/examples/stackedbars/CMakeLists.txt +++ b/examples/stackedbars/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME stackedbars) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/stepplots/CMakeLists.txt b/examples/stepplots/CMakeLists.txt index fa5d9c35b8..69b64c4d0e 100644 --- a/examples/stepplots/CMakeLists.txt +++ b/examples/stepplots/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME stepplots) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/styledboxplot/CMakeLists.txt b/examples/styledboxplot/CMakeLists.txt index d5c47a77cd..3e0d88cc60 100644 --- a/examples/styledboxplot/CMakeLists.txt +++ b/examples/styledboxplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME styledboxplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/styling/CMakeLists.txt b/examples/styling/CMakeLists.txt index d44cbbe836..8ba278828f 100644 --- a/examples/styling/CMakeLists.txt +++ b/examples/styling/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME styling) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/symbols_and_errors/CMakeLists.txt b/examples/symbols_and_errors/CMakeLists.txt index 04d5e99aa0..53d3a240ee 100644 --- a/examples/symbols_and_errors/CMakeLists.txt +++ b/examples/symbols_and_errors/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME symbols_and_errors) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/symbols_and_styles/CMakeLists.txt b/examples/symbols_and_styles/CMakeLists.txt index 7e4e778d5e..57d7419aff 100644 --- a/examples/symbols_and_styles/CMakeLists.txt +++ b/examples/symbols_and_styles/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME symbols_and_styles) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/ui/CMakeLists.txt b/examples/ui/CMakeLists.txt index f1536dd86c..49a4e3abac 100644 --- a/examples/ui/CMakeLists.txt +++ b/examples/ui/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME ui) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/user_interaction/CMakeLists.txt b/examples/user_interaction/CMakeLists.txt index a7d5e26bc9..49b5ab557b 100644 --- a/examples/user_interaction/CMakeLists.txt +++ b/examples/user_interaction/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME user_interaction) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/examples/violinplot/CMakeLists.txt b/examples/violinplot/CMakeLists.txt index 159bd8196e..de2bd07925 100644 --- a/examples/violinplot/CMakeLists.txt +++ b/examples/violinplot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16) set(EXAMPLE_NAME violinplot) set(EXENAME jkqtptest_${EXAMPLE_NAME}) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 3f3f403ca2..adc286194f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.16)