ResInsight/ApplicationExeCode
Magne Sjaastad 212f5bf5ae
Add support for Qt6 and disable Qt5
Required changes to use Qt6 and disable support for Qt5. There are still some adjustments related to Qt6 to be done, but these changes are not required to make Qt6 compile on relevant systems.

* Build system changes Qt6
* Override enterEvent
* Update QKeySequence
* QtChart changes
* Use QScreen to instepct dotsPerInch
* Add app->quit()
* Required updates for code related to QString
* Use RiaQDateTimeTools
* Required changes related to regular expressions
* Support compile on Qt  < 6.5
When version < 6.5 is found, qt_generate_deploy_app_script() is disabled. Compilation of ResInsight will work, but the install target will be incomplete.
* Octave: add missing header.
* Qt Advanced Docking: force Qt6 where both Qt5 and Qt6 is available.

---------

Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com>
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2024-09-30 11:21:17 +02:00
..
Resources Updated icons 2024-07-05 15:55:24 +02:00
.clang-format Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
.clang-tidy Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
CMakeLists.txt Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02:00
empty.cpp Use a separate target to copy files to build folder 2023-12-11 10:30:21 +01:00
qt.conf Create binary artifacts for Linux 2024-02-13 09:06:38 +01:00
resinsight Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
resinsight.desktop.in Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
RiaGrpcConsoleApplication.cpp #11285 GRPC: fix high CPU usage in console application 2024-03-13 16:16:38 +01:00
RiaGrpcConsoleApplication.h Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
RiaGrpcGuiApplication.cpp Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
RiaGrpcGuiApplication.h Create a new ApplicationExe project for the executable 2021-01-11 15:27:45 +01:00
RiaMain.cpp Cmake cleanup and selected Qt6 adjustments 2024-04-17 15:06:51 +02:00
RiaMainTools.cpp Add option to Preferences to flush file loggers when a signal is triggered 2024-02-02 08:30:30 +01:00
RiaMainTools.h Memory Management : Adjustment and fixes 2022-03-03 14:39:41 +01:00