Telem-GW6Lin-build-qtcreator: Difference between revisions
Jump to navigation
Jump to search
(Uus lehekülg: 'Edit your build configuration to look like this: =Build settings PC-DEBUG= ==General== Use shadow building ==Build Steps== ===qmake=== ====qmake build configuration==== debug ====…') |
No edit summary |
||
Line 13: | Line 13: | ||
===make=== | ===make=== | ||
====make arguments==== | ====make arguments==== | ||
define number of | define number of cores to use for building, for example '''2''' | ||
-j'''2''' | -j'''2''' | ||
=Run settings PC-DEBUG= | =Run settings PC-DEBUG= | ||
==Arguments== | ==Arguments== | ||
--hw-conf gw6.hardware --user-conf gw6.user --log-folder log/ --app-name gw6 | --hw-conf gw6.hardware --user-conf gw6.user --log-folder log/ --app-name gw6 |
Revision as of 11:44, 1 March 2011
Edit your build configuration to look like this:
Build settings PC-DEBUG
General
Use shadow building
Build Steps
qmake
qmake build configuration
debug
Additional arguments
This makes qmake load necessary defines from file linux-debug.cache
-cache ${SOURCEDIR}/linux-debug.cache
make
make arguments
define number of cores to use for building, for example 2
-j2
Run settings PC-DEBUG
Arguments
--hw-conf gw6.hardware --user-conf gw6.user --log-folder log/ --app-name gw6