We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Qt6.7改了qt_add_lupdate的格式导致编译失败: CMake Error at /usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:231 (message): No SOURCE_TARGETS nor SOURCES were given. Call Stack (most recent call first): /usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:781 (qt6_add_lupdate) src/CMakeLists.txt:32 (qt_add_lupdate) 需要给定SOURCE_TARGETS和SOURCES
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Should fix: #2511
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Qt6.7改了qt_add_lupdate的格式导致编译失败:
CMake Error at /usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:231 (message):
No SOURCE_TARGETS nor SOURCES were given.
Call Stack (most recent call first):
/usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:781 (qt6_add_lupdate)
src/CMakeLists.txt:32 (qt_add_lupdate)
需要给定SOURCE_TARGETS和SOURCES
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: