Upgraded Qt to version 6.2.4 (LTS)

This commit is contained in:
Nav
2022-07-13 20:37:35 +01:00
parent c44fc2a3c0
commit 7e99520047
52 changed files with 18 additions and 102 deletions

View File

@@ -1 +1 @@
./libQt6Core.so.6.1.2
libQt6Core.so.6.2.4

View File

@@ -1 +1 @@
./libQt6DBus.so.6.1.2
libQt6DBus.so.6.2.4

Binary file not shown.

BIN
build/bin/lib/libQt6DBus.so.6.2.4 Executable file

Binary file not shown.

View File

@@ -1 +1 @@
./libQt6Gui.so.6.1.2
libQt6Gui.so.6.2.4

View File

@@ -1 +1 @@
libQt6Network.so.6.1.2
libQt6Network.so.6.2.4

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
libQt6OpenGL.so.6.1.2
libQt6OpenGL.so.6.2.4

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
libQt6OpenGLWidgets.so.6.1.2
libQt6OpenGLWidgets.so.6.2.4

Binary file not shown.

View File

@@ -1 +1 @@
./libQt6Svg.so.6.1.2
libQt6Svg.so.6.2.4

Binary file not shown.

BIN
build/bin/lib/libQt6Svg.so.6.2.4 Executable file

Binary file not shown.

View File

@@ -1 +1 @@
./libQt6SvgWidgets.so.6.1.2
libQt6SvgWidgets.so.6.2.4

Binary file not shown.

View File

@@ -1 +1 @@
./libQt6UiTools.so.6.1.2
libQt6UiTools.so.6.2.4

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
./libQt6Widgets.so.6.1.2
libQt6Widgets.so.6.2.4

View File

@@ -0,0 +1 @@
libQt6XcbQpa.so.6

View File

@@ -1 +1 @@
./libQt6XcbQpa.so.6.1.2
libQt6XcbQpa.so.6.2.4

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
./libQt6Xml.so.6.1.2
libQt6Xml.so.6.2.4

Binary file not shown.

BIN
build/bin/lib/libQt6Xml.so.6.2.4 Executable file

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
./libqxcb.so

Binary file not shown.

View File

@@ -10,9 +10,9 @@ rm -fr Bloom-*.rpm;
rm -fr bloom-*.pkg.tar.zst;
rm -fr "_CPack_Packages";
export CMAKE_PREFIX_PATH=/opt/Qt/6.1.2/gcc_64/
export CMAKE_PREFIX_PATH=/opt/Qt/6.2.4/gcc_64/
cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/local/install/bin/g++ ../../
cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/g++ ../../
cd /home/nav/Projects/Bloom/ && cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target clean
cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom