-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
cmake files for Qt5LinguistTools and other executables from qt-tools are not configured properly #2834
Comments
Modifying such paths by fixcmake.py in qt5-modularscripts could avoid this problem. Possible solution: |
A pull request is welcomed! 😄 |
PR gratefully accepted :) |
Fixcmake.py Modify the tools/qt5 in the cmake file of the qt tool to the tools/${port} directory, but it only considers the file suffix of windows. Add the suffix of linux and osx to the regular expression to fix the issue. #8029 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some executables such as lrelease.exe in qt-tools are installed under "vcpkg\installed\x64-windows\tools\qt5-tools". However, multiple cmake files installed by qt-tools including Qt5LinguistToolsConfig.cmake, point the executable at the wrong directory
The location should be .../tools/qt5-tools/lrelease.exe.
Minimal CMakeLists.txt for reproducing this problem:
CMake Error from the CMakeLists.txt
I think qt5-scxml package also affected by this problem.
The text was updated successfully, but these errors were encountered: