~elopio/ubuntu-ui-toolkit/toolbar_emulator

« back to all changes in this revision

Viewing changes to ubuntu-sdk.pro

  • Committer: Tarmac
  • Author(s): Zoltán Balogh
  • Date: 2013-05-06 05:41:15 UTC
  • mfrom: (474.1.2 ubuntu-ui-toolkit)
  • Revision ID: tarmac-20130506054115-nh5p5i1pnpf5ufqk
Build documentation and publish the qch file.

Approved by Juhapekka Piiroinen, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
DOC_PATH=${PWD}/documentation
20
20
docs.target = docs
21
21
docs.commands += qdoc $$DOC_PATH/ubuntu-ui-toolkit-qtcreator.qdocconf;
22
 
docs.commands += qhelpgenerator "$$DOC_PATH/html/ubuntuuserinterfacetoolkit.qhp"
 
22
docs.commands += qhelpgenerator -o "$$DOC_PATH/html/ubuntuuserinterfacetoolkit.qch" "$$DOC_PATH/html/ubuntuuserinterfacetoolkit.qhp"
23
23
QMAKE_EXTRA_TARGETS += docs
24
24