Skip to content

Commit

Permalink
Update dependencies for Qt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 24, 2023
1 parent 714fe97 commit 308a3c7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions scripts/install-vcpkg-deps
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ TRIPLET_ARCHS = {
# Packages to be built for the target architecture
# Source: https://github.com/daschuer/vcpkg/blob/1023e7bdc915e9b69ce0dbdc2f750921e15d4499/.github/workflows/build.yml
TARGET_PACKAGES = [
'ableton',
'benchmark',
'chromaprint',
'fdk-aac',
'ffmpeg',
'fftw3',
'grantlee',
'hidapi',
'libdjinterop',
'libebur128',
Expand All @@ -46,11 +49,11 @@ TARGET_PACKAGES = [
'portmidi',
'protobuf',
'pthreads',
'qt5-base',
'qt5-declarative',
'qt5-script',
'qt5-svg',
'qt5-translations',
'qt5compat',
'qtbase',
'qtdeclarative',
'qtsvg',
'qttranslations',
'rubberband',
'soundtouch',
'taglib',
Expand Down

0 comments on commit 308a3c7

Please sign in to comment.