Replies: 2 comments 1 reply
-
no way now. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake.lua:
command line:
xmake will try linking to the debug version of Qt, for example, use
-lQt6Guid
instead of-lQt6Gui
. How can I use the release version of Qt while keeping my code in debug mode?Beta Was this translation helpful? Give feedback.
All reactions