Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Jan 19, 2024
1 parent 09568e5 commit 37aed0f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ Select the Default options for installing components

Select Next Until You start downloading Qt (Should be around 30 GB)

### Compiling QtMqtt for your Qt version
1 load QtCreator -> Load Project c:\Qt\6.5.3.Src\QtMqtt\CMakeList.txt
2 Build Release and Debug
3 Exit QtCreator
4 Go to C:\Qt\Src\6.5.3\build-qtmqtt-Desktop_Qt_6_5_3_MinGW_64_bit-Release
5 cmake --install . (see the point at the end)
Done

#### Opening the Project
Clone This repository to a directory of your choosing

Go into Qt Creator once its downloaded and select Open Project

Select the .pro File to open
Select the cmakelists.txt file inside the NERO Development to open in qt creator

It Should generate the project
It should generate the project

Select the kit for your respective desktop and press build and run

Expand Down

0 comments on commit 37aed0f

Please sign in to comment.