Commit Graph

70 Commits

Author SHA1 Message Date
Rohan McGovern d5f763387d Workaround bug where documentation sometimes is not generated.
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
2009-09-30 01:02:40 +10:00
con c22e4c7628 It's "Qt Creator" and that should reflect in the App name on Mac. 2009-09-15 14:22:13 +02:00
Daniel Molkentin f888f5df2d help: try to fix windows case for qdoc detection 2009-08-21 13:50:06 +02:00
Daniel Molkentin a4ff2aa725 Find qmake in the right location for Qt 4.6+ 2009-08-21 12:52:54 +02:00
Oswald Buddenhagen 259197a500 clean up OS conditionals in project files 2009-06-03 20:54:59 +02:00
con 713105ad85 Some documentation. 2009-04-24 16:34:24 +02:00
dt fe5b095018 Add qtcreator.qdoc and qtcreator.qdocconf to OTHER_FILES
This makes it easier to open them from inside qt creator.
2009-03-31 14:16:52 +02:00
con a58e6f7e59 Fixes: Make qmake generate install target for docs 2009-03-13 10:31:30 +01:00
con 822d881019 Fixes: - Creator documentation on Mac 2009-01-27 12:42:29 +01:00
Daniel Molkentin 194175cce7 Fixes: make install workd
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.
2009-01-21 08:52:19 +01:00
Daniel Molkentin 0f20a20b4c Fixes: Implement make install target, Step 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.
2009-01-21 08:52:19 +01:00
Daniel Molkentin dc9ad66d36 Fixes: Regression for make docs on unix 2009-01-14 20:08:39 +01:00
Daniel Molkentin 86b70b6a98 Fixes: Refine fix for nmake doc issue 2009-01-14 19:39:11 +01:00
Daniel Molkentin f60b69eb6e Fixes: make docs target with nmake 2009-01-14 19:21:23 +01:00
Daniel Molkentin 8ba0eb2148 Revert improper commit 2009-01-14 18:10:59 +01:00
Daniel Molkentin 3908528fe4 fix doc target. this does still not solve the problem that qdoc has to be build in release mode if you use windows. 2009-01-14 17:57:19 +01:00
Daniel Molkentin 8fd841c157 build docs on windows 2009-01-13 16:21:11 +01:00
Thorbjørn Lindeijer 2c74d01e94 Fixed 'make docs' lauching of qhelpgenerator
It assumed qhelpgenerator was in the path, though this isn't necessarily
the case. Use the absolute directory instead.
2009-01-08 13:50:24 +01:00
con 4501ee9ed5 Fixes: - Mac build (docs) and toplevel "make docs" target
RevBy:    - bjørn
2009-01-07 15:48:44 +01:00
con 05c35356ab Initial import 2008-12-02 12:01:29 +01:00