tonka3000 / vscode-qt-tools

Qt tools extension for Visual Studio Code
MIT License
41 stars 10 forks source link

First time project configuration #65

Open ergodaveh opened 3 years ago

ergodaveh commented 3 years ago

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?

tonka3000 commented 3 years ago

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

ergodaveh commented 3 years ago

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