Skip to content

Commit

Permalink
👷 Downgade QT to 6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Feb 6, 2025
1 parent 8b3f719 commit 6ad6b16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cache: 'true'
version: 6.8.1
version: 6.7.3
modules: qt5compat qtpositioning qtwebchannel qtwebengine qtwebview
dir: "${{ github.workspace }}/qt/"

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ if (WIN32)

FetchContent_Declare(
fossil
URL https://fossil-scm.org/home/uv/fossil-w64-2.23.zip
URL https://fossil-scm.org/home/uv/fossil-w64-2.25.zip
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
URL_MD5 043e72168635ca2a967e7c0b7967d521
URL_MD5 bdf562f5e0754b5e38020a11f0bb4555
)
FetchContent_MakeAvailable(fossil)

Expand Down
1 change: 0 additions & 1 deletion recipes/qtkeychain/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def generate(self):
tc.variables["QTKEYCHAIN_STATIC"] = self.options.static
tc.variables["BUILD_WITH_QT6"] = "ON"
tc.variables["BUILD_TEST_APPLICATION"] = "OFF"
# tc.variables["CMAKE_PREFIX_PATH"] = "E:/Qt/6.7.2/msvc2019_64"
tc.generate()
deps = CMakeDeps(self)
deps.generate()
Expand Down

0 comments on commit 6ad6b16

Please sign in to comment.