-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR ON BUILDING MUMBLE #6626
Comments
You need to have the relevant Qt version to be installed via vcpkg. |
We're looking for a minimum Qt version of 6.2 since ab7285f. |
THANKS so it means i have to manually install. even if i used the prebuilt files |
No. The prebuilt env is working. That's what we are using on our CI to build Mumble. Just make sure you have the latest version of the build env. |
The issue
now i only got this problem.
C:\dev\mumble\build>cmake -G "NMake Makefiles" "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md" "-Dstatic=ON" "-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DIce_HOME=C:/dev/vcpkg/installed/x64-windows-static-md" "-DCMAKE_BUILD_TYPE=Release" ..
-- Found Python interpreter version 3.9.13
-- Using Win7 as the oldest supported Windows version
-- Using (among others) the following compiler flags: /WX;/W4;/O2;/bigobj;/options:strict
-- ##################################################
-- Mumble version: 1.6.0
-- Architecture: x86
-- Build type: Release
-- Using LTO in release builds: ON
-- ##################################################
CMake Error at cmake/pkg-utils.cmake:87 (message):
Qt6 component not found: Core 6.2
Call Stack (most recent call first):
src/CMakeLists.txt:20 (find_pkg)
Mumble version
1.5.634
Mumble component
Both
OS
Windows
Additional information
i am not sure if i am doing it right but i installed Qt6 itself but still it looks for Qt6 component not found: Core 6.2
The text was updated successfully, but these errors were encountered: