aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
Commit message (Collapse)AuthorAgeFilesLines
* Doc: cannot specify a folder as a dependencyLeena Miettinen2011-09-271-1/+0
| | | | | | | Change-Id: I3f3ac0c2cabb7b660ff6ab8646563190df29c499 Reviewed-on: http://codereview.qt-project.org/5639 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Doc: change doc configuration after moving files to subdirectoriesLeena Miettinen2011-09-271-1/+2
| | | | | | | Change-Id: I6df3222a92efed43ede601e3f2e6f71b75782d22 Reviewed-on: http://codereview.qt-project.org/5602 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: separate MeeGo and Maemo instructionsLeena Miettinen2011-09-141-1/+1
| | | | | | Change-Id: I2c7a9bce7ee92c59f91fa41f732f3c90a9e100e3 Reviewed-on: http://codereview.qt-project.org/4886 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* Doc: generic Linux device targetLeena Miettinen2011-07-081-1/+1
| | | | | | Change-Id: I25fef3d823915c1df424da1a6ec7b683d7d38d66 Reviewed-on: http://codereview.qt.nokia.com/1323 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* build dev docs in doc/html-dev instead of doc/api/htmlOswald Buddenhagen2011-06-011-3/+3
| | | | | | Change-Id: I42c13004e6a80b27c0f1690c76b35a0d40cee6ad Reviewed-on: http://codereview.qt.nokia.com/289 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* integrate developer docs into the normal docs buildOswald Buddenhagen2011-06-011-19/+45
| | | | | | | Change-Id: Ie94fe37f9025643c35c14a224661295e6c4c9a41 Reviewed-on: http://codereview.qt.nokia.com/288 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* move install code where it belongsOswald Buddenhagen2011-06-011-4/+4
| | | | | | | | | | make inst_qch_docs a separate "structure" to avoid confusion, and move the .files assignment to that structure's initializer. Change-Id: I896ccaabe701736ca82db31c189ed88a19d1e8ad Reviewed-on: http://codereview.qt.nokia.com/284 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Doc: add file for fixnaviLeena Miettinen2011-04-081-1/+1
|
* Updated the configuration files to use the updated qdoc.David Boddie2011-02-111-4/+8
| | | | | | Updated qdoc to remove hard-coded dependencies on style sheets. Simplified the offline documentation, introducing an offline.css file to be used for documentation in Qt Creator.
* Merge remote branch 'origin/2.1'con2010-12-101-0/+6
|\
| * add fixnavi target for convenienceOswald Buddenhagen2010-12-081-0/+6
| |
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-2/+6
|/ | | | | ... instead of running a sed script over a lot of files on each version increment.
* Adjust to changes in qdoc from Qt 4.7.Daniel Molkentin2010-08-171-4/+3
| | | | Reviewed-By: Leena Miettinen
* Sync doc style with Qt, introduce online version (make docs_online)Daniel Molkentin2010-06-151-6/+16
| | | | | | The spacing errors come from Qt, and should be fixed there. Reviewed-By: Oswald Buddenhagen
* escape backslashes (or don't use them at all, resp.)Oswald Buddenhagen2010-05-261-2/+2
|
* less bizarre build command setup for windowsOswald Buddenhagen2009-11-241-13/+10
|
* macx: compile doc into the right directory instead of copying it laterOswald Buddenhagen2009-11-241-13/+4
|
* do not create invalid help filesOswald Buddenhagen2009-11-031-2/+1
| | | | | afaik, this was a bizarre hack to make the install target work, so fix it properly instead.
* Do not require QTDIR to be set.Daniel Molkentin2009-10-261-4/+3
| | | | Reviewed-By: Oswald Buddenhagen
* Remove obsolete checks for qdoc3 < Qt 4.6.Daniel Molkentin2009-10-151-13/+0
|
* Add the documentation files to doc.pri for easy access.con2009-10-011-4/+4
|
* Workaround bug where documentation sometimes is not generated.Rohan McGovern2009-09-301-2/+4
| | | | | | | | | On Windows, for unknown reasons, qhelpgenerator.exe sometimes will not generate the documentation if run directly from nmake. Running it through an intermediate cmd seems to work. So, do that. Reviewed-by: Daniel Molkentin
* It's "Qt Creator" and that should reflect in the App name on Mac.con2009-09-151-2/+2
|
* help: try to fix windows case for qdoc detectionDaniel Molkentin2009-08-211-3/+12
|
* Find qmake in the right location for Qt 4.6+Daniel Molkentin2009-08-211-2/+10
|
* clean up OS conditionals in project filesOswald Buddenhagen2009-06-031-2/+0
|
* Some documentation.con2009-04-241-0/+2
|
* Add qtcreator.qdoc and qtcreator.qdocconf to OTHER_FILESdt2009-03-311-0/+2
| | | | This makes it easier to open them from inside qt creator.
* Fixes: Make qmake generate install target for docscon2009-03-131-1/+5
|
* Fixes: - Creator documentation on Maccon2009-01-271-1/+2
|
* Fixes: make install workdDaniel Molkentin2009-01-211-0/+5
| | | | | | | | Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
* Fixes: Implement make install target, Step 1Daniel Molkentin2009-01-211-1/+1
| | | | | | | Details: Moving files so that the local layout corresponds to the layout pushed by make install. Adjust Make target, modify the resource path of the loader to find the resources in the right place. All pathes are still looked up relative to binaryPath(), libs are found via relative rpath.
* Fixes: Regression for make docs on unixDaniel Molkentin2009-01-141-0/+4
|
* Fixes: Refine fix for nmake doc issueDaniel Molkentin2009-01-141-1/+1
|
* Fixes: make docs target with nmakeDaniel Molkentin2009-01-141-1/+1
|
* Revert improper commitDaniel Molkentin2009-01-141-2/+1
|
* fix doc target. this does still not solve the problem that qdoc has to be ↵Daniel Molkentin2009-01-141-1/+2
| | | | build in release mode if you use windows.
* build docs on windowsDaniel Molkentin2009-01-131-1/+1
|
* Fixed 'make docs' lauching of qhelpgeneratorThorbjørn Lindeijer2009-01-081-2/+2
| | | | | It assumed qhelpgenerator was in the path, though this isn't necessarily the case. Use the absolute directory instead.
* Fixes: - Mac build (docs) and toplevel "make docs" targetcon2009-01-071-8/+13
| | | | RevBy: - bjørn
* Initial importcon2008-12-021-0/+25