Skip to content

Commit

Permalink
update windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 23, 2024
1 parent e7e9f00 commit 89530c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-gui.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vcpkg/bootstrap-vcpkg.bat
vcpkg/vcpkg.exe --overlay-triplets=vcpkg-overlay/triplets install --triplet x64-win-cp --host-triplet x64-win-cp '--x-buildtrees-root=C:\B' --allow-unsupported --recurse --clean-after-build 'qtbase[core,png,brotli,zstd,doubleconversion,gui,concurrent,appstore-compliant,network,freetype,testlib,freetype]' qtdeclarative
cmake --preset $cmake_preset $cmake_options -DCLAP_PLUGIN_GUI_MODEL=$gui_model
cmake --build --preset $cmake_preset --config Release --target clap-plugins
cmake --preset vs-vcpkg -DVCPKG_TARGET_TRIPLET=x64-win-cp -DVCPKG_HOST_TRIPLET=x64-win-cp -DCLAP_PLUGIN_GUI_MODEL=local
cmake --build --preset vs-vcpkg --config Release --target clap-plugins

0 comments on commit 89530c6

Please sign in to comment.