Zum Inhalt springen

Hack-A-N900/Development Notes: Unterschied zwischen den Versionen

Cyphunk (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Cyphunk (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 19: Zeile 19:
<pre>
<pre>
ln -s ~/nokiaqtsdk/QtCreator/bin/qtcreator ~/bin/qtcreator_nokiaqtsdk
ln -s ~/nokiaqtsdk/QtCreator/bin/qtcreator ~/bin/qtcreator_nokiaqtsdk
ln -s ~/nokiaqtsdk/Maemo/4.6.2/bin/mad ~/bin/mad_nokiaqtsdk
ln -s ~/nokiaqtsdk/Maemo/4.6.2/bin/mad-admin ~/bin/mad-admin_nokiaqtsdk
</pre>
</pre>


Zeile 35: Zeile 37:
</pre>
</pre>


The "Debugging helper" status might show a red "X". If it does, click the "Rebuild" button for both of the above entries.
The "Debugging helper" status might show a red "X". If it does, click the "Rebuild" button for both of the above entries. This should be enough to start building example projects.
 
==== Compile hello world ====
Simple example (src[http://wiki.maemo.org/MADDE/Qt_example]). The following will create a hello world qt creator project called qthello in the current directory:
<pre>
$ mad_nokiaqtsdk pscreate -l
$ mad_nokiaqtsdk pscreate -t qt_simple qthello
</pre>
 
Open the qthello project in QtCreator and try to deploy to the Simulator.


=== Installing libraries ===
=== Installing libraries ===