CAN Bus example
-
Hello
Does CAN Bus example still existe in qt creator Examples ?
How to import and run a project in Qt creator (qt5.15.2) -
@imene , should be simple enough:
- Start Qt Creator
- From the File menu, select Open File or Project...
- Using the File dialog, locate the .pro file, click the Open button.
- Once the project has been loaded, from the left sidebar click on the Projects button.
- Specify the Build directory location or create it, if it doesn't exist.
- Click Manage Kits... then assuming you have installed a Qt version, select it.
Right click the project, run qmake then build. address any warnings or errors, then run.