This tutorial will create a Qt project with Qt Creator to start using SDK.
You could find the project demo in
<sdk>/platforms/projects/qtcreator
directory.
make install
Open Qt Creator, then New Project
,
Choose Qt Widgets Application
,
Set project location and its name,
Select the build kits,
Then, it will generate the skeleton source files,
Finally, you will see the new project like this,
Edit mynteyed_demo.pro
to add INCLUDEPATH
and LIBS
.
Include the headers of SDK and start using its APIs, could see the project demo.
Should select "Release" to run the project.
Then you will see the main window,
Run the project and you will see the main window,