Skip to content

Commit

Permalink
Hint for Qt6 theming
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed May 22, 2024
1 parent abee652 commit 484b92f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 2 additions & 0 deletions doc/INSTALL-LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ sudo cmake --install build

Step 6: Please read [HOWTO-LINUX](HOWTO-LINUX.md) to learn how to use this software.

If the theming of the codequery GUI app looks strange in environments other than KDE Plasma, please refer to [this page](https://wiki.archlinux.org/title/Qt#Configuration_of_Qt_5/6_applications_under_environments_other_than_KDE_Plasma) for hints.

8 changes: 3 additions & 5 deletions windows-install/qt5/buildqt5_github.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ set PATH=%Qt5_DIR%/bin;%PATH%
cmake --version
gcc -v
g++ -v
md buildqt5
cd buildqt5
cmake -G Ninja -DBUILD_QT5=ON -DGHAWIN=ON -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE="c:\vcpkg\scripts\buildsystems\vcpkg.cmake" ..
ninja
cd ..
cmake -G Ninja -DBUILD_QT5=ON -DGHAWIN=ON -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE="c:\vcpkg\scripts\buildsystems\vcpkg.cmake" -S . -B buildqt5
cmake --build buildqt5

7 changes: 2 additions & 5 deletions windows-install/qt6/buildqt6_github.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ set PATH=%Qt6_DIR%/bin;%PATH%
cmake --version
gcc -v
g++ -v
md buildqt6
cd buildqt6
cmake -G Ninja -DGHAWIN=ON -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE="c:\vcpkg\scripts\buildsystems\vcpkg.cmake" ..
ninja
cd ..
cmake -G Ninja -DGHAWIN=ON -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE="c:\vcpkg\scripts\buildsystems\vcpkg.cmake" -S . -B buildqt6
cmake --build buildqt6

0 comments on commit 484b92f

Please sign in to comment.