QT6 for Visual Studio Code 2013
-
Hello guys,
so im currently working on the development of an haptic environment. The user input should be managed through a GUI with QT. I have already programmed the GUI detached from my main programm for the environment. I did this using CLion on a MacOS System. Now i want to import/translate my developed GUI to VS Code 2013. The documents and the IDE are pretty outdated when it comes to how to setup QT on VS Code. Im also attached to VS Code 2013, because of the used libraries for my haptic environment. Can any of u guys help me here?
-
@LoveAndMercy If you sue CMake then you should be able to work on your Qt application in Visual Studio Code by simply opening the CMakeLists.txt file.
https://www.kdab.com/using-visual-studio-code-for-writing-qt-applications/