vscode-qt-tools icon indicating copy to clipboard operation
vscode-qt-tools copied to clipboard

First time project configuration

Open ergodaveh opened this issue 4 years ago • 2 comments

The documentation mentions the need to configure the project for the first time.

For someone new to VS Code, CMake Tools and QT VS Tools etc.. How is this accomplished?

ergodaveh avatar Aug 20 '21 06:08 ergodaveh

Hi,

I think you can start with https://doc.qt.io/qt-5/cmake-manual.html.

You just need a normal cmake project with an find_package(Qt....) in it,than the Extension will detect the Qt installation.

In VSCode you can use the command cmake: configure and cmake: build form the cmake tools extension.

Greetings Michael

tonka3000 avatar Aug 20 '21 18:08 tonka3000

Thanks for the reply. My current project has such a find_package... thansk for the suggested reading.

I'm check everything, then I realized a error message "Load Library failed with error 87: The parameter is incorrect." while attempting to Launch Qt Designer, relates to my Remote Desktop Connection rather than the QtVS tools (had someone braving the Office login and try it out....

Thanks

ergodaveh avatar Aug 20 '21 22:08 ergodaveh