Skip to content

Commit

Permalink
use qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnp committed Dec 25, 2023
1 parent 1aed723 commit 201513a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Configure
#uses: lukka/run-cmake@v10
working-directory: ${{github.workspace}}
run: cmake -B build $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_STATIC=ON -DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake -B build $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_STATIC=ON -DUSE_QT6=ON -DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/vcpkg/scripts/buildsystems/vcpkg.cmake

- name: Make
working-directory: ${{github.workspace}}/build
Expand All @@ -67,4 +67,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: melonDS-${{matrix.target}}
path: ${{runner.workspace}}\build\melonDS.exe
path: ${{github.workspace}}\build\melonDS.exe
7 changes: 4 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"sdl2",
"libarchive",
"libslirp",
"qt5-base",
"qt5-svg",
"qt5-multimedia",
"qtbase",
"qtsvg",
"qtmultimedia",
"qttools",
"dirent"
]
}

0 comments on commit 201513a

Please sign in to comment.