-
Notifications
You must be signed in to change notification settings - Fork 10
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
[feature] Support more Variable Substitution of cmake tools
.
#70
Comments
@hwhsu1231 which Qt version do you use? Typically the extension read the directory where the qt tools are automatically from the cmake build cache, so normally you don't need to configure anything. Can you check if there are Qt variable in your cmake cache? |
Here is what I test:
Screenshots |
@tonka3000 How is this issue going? |
@hwhsu1231 The variables are resolved by the cmake-extension itself. It seems that the vscode-cmake tools changed their behavior. Previously the Please try this on your side
The current behavior is a fallback impl. when there is no cmake extension running. I can only support the given variables because cmake-tools has no APIs to get the other values. |
Problem to solve
According to the
README.md
, it looks likeqt-tools
only supports${buildType}
,${buildKit}
, and${workspaceFolder}
now. If we use another Variable Substitution incmake.buildDirectory
, the bottom status bar ofqt-tools
will show "Qt not found". Therefore, we cannot use the command such asQt: Launch Qt Designer
.Can
qt-tools
support more Variable Substitution ofcmake-tools
?Screenshots
Platform and Version:
The text was updated successfully, but these errors were encountered: