Thread
:
QT Creator | Compile an HTML5 App for meego
View Single Post
Copernicus
2015-02-13 , 19:01
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#
3
In slightly more detail, Qt Creator should have a group of icons including the "hammer" icon. If you hover the mouse over those icons, you can see tooltips describing their functions; the hammer's tooltip is "build project", the green triangle is "run project", the green triangle with a ladybug is "start debugging", etc.
The "build project" won't create a deb, because it doesn't need to do so. The "run project" will create one, if you are deploying to an N9 (whether simulated or real). But, you will need to set up the deployment details (accessed by clicking the "Projects" icon in Qt Creator) before that will work.
For more details, here's a link to Qt documentation on building & running projects:
http://qt-project.org/doc/qtcreator-...g-running.html
Quote & Reply
|
The Following User Says Thank You to Copernicus For This Useful Post:
rwanito
Copernicus
View Public Profile
Send a private message to Copernicus
Find all posts by Copernicus