Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
db595e2f
Commit
db595e2f
authored
16 years ago
by
hjk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
a598aa12
4501ee9e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/doc.pri
+13
-8
13 additions, 8 deletions
doc/doc.pri
doc/doc.pro
+0
-1
0 additions, 1 deletion
doc/doc.pro
qtcreator.pro
+2
-0
2 additions, 0 deletions
qtcreator.pro
src/app/app.pro
+1
-3
1 addition, 3 deletions
src/app/app.pro
with
16 additions
and
12 deletions
doc/doc.pri
+
13
−
8
View file @
db595e2f
# Generate docs. Does not work for shadow builds and never will.
# (adding a "docs" make target).
unix {
QDOC = SRCDIR=$$PWD OUTDIR=$$OUT_PWD/html $$(QTDIR)/tools/qdoc3/qdoc3
QDOC = SRCDIR=$$PWD OUTDIR=$$OUT_PWD/
doc/
html $$(QTDIR)/tools/qdoc3/qdoc3
HELPGENERATOR = qhelpgenerator
} else {
QDOC = $$(QTDIR)\tools\qdoc3\release\qdoc3.exe
HELPGENERATOR = qhelpgenerator
}
QHP_FILE = $$OUT_PWD/html/qtcreator.qhp
QCH_FILE = $$OUT_PWD/qtcreator.qch
QHP_FILE = $$OUT_PWD/
doc/
html/qtcreator.qhp
QCH_FILE = $$OUT_PWD/
doc/
qtcreator.qch
html_docs.commands =$$QDOC $$PWD/qtcreator.qdocconf
html_docs.depends += $$PWD/qtcreator.qdoc $$PWD/qtcreator.qdocconf
...
...
@@ -20,6 +17,14 @@ qch_docs.commands = $$HELPGENERATOR -o $$QCH_FILE $$QHP_FILE
qch_docs.depends += html_docs
qch_docs.files = $$QCH_FILE
docs.depends = qch_docs
macx {
cp_docs.commands = $${QMAKE_COPY_DIR} $${OUT_PWD}/doc $${OUT_PWD}/bin/QtCreator.app/Contents/Resources
cp_docs.depends += qch_docs
docs.depends = cp_docs
QMAKE_EXTRA_TARGETS += html_docs qch_docs cp_docs docs
}
!macx {
docs.depends = qch_docs
QMAKE_EXTRA_TARGETS += html_docs qch_docs docs
}
QMAKE_EXTRA_TARGETS += html_docs qch_docs docs
This diff is collapsed.
Click to expand it.
doc/doc.pro
deleted
100644 → 0
+
0
−
1
View file @
a598aa12
include
(
doc
.
pri
)
This diff is collapsed.
Click to expand it.
qtcreator.pro
+
2
−
0
View file @
db595e2f
...
...
@@ -2,3 +2,5 @@ TEMPLATE = subdirs
CONFIG
+=
ordered
SUBDIRS
=
src
include
(
doc
/
doc
.
pri
)
This diff is collapsed.
Click to expand it.
src/app/app.pro
+
1
−
3
View file @
db595e2f
...
...
@@ -36,13 +36,11 @@ macx {
SCHEMES
.
files
=
$$
IDE_SOURCE_TREE
/
bin
/
schemes
GDBDEBUGGER
.
path
=
Contents
/
Resources
GDBDEBUGGER
.
files
=
$$
IDE_SOURCE_TREE
/
bin
/
gdbmacros
DOC
.
path
=
Contents
/
Resources
/
doc
DOC
.
files
=
$$
IDE_SOURCE_TREE
/
doc
/
qtcreator
.
qch
LICENSE
.
path
=
Contents
/
Resources
LICENSE
.
files
=
$$
IDE_SOURCE_TREE
/
bin
/
license
.
txt
RUNINTERMINAL
.
path
=
Contents
/
Resources
RUNINTERMINAL
.
files
=
$$
IDE_SOURCE_TREE
/
bin
/
runInTerminal
.
command
QMAKE_BUNDLE_DATA
+=
SNIPPETS
TEMPLATES
DESIGNER
SCHEMES
GDBDEBUGGER
DOC
LICENSE
RUNINTERMINAL
QMAKE_BUNDLE_DATA
+=
SNIPPETS
TEMPLATES
DESIGNER
SCHEMES
GDBDEBUGGER
LICENSE
RUNINTERMINAL
QMAKE_INFO_PLIST
=
$$
PWD
/
Info
.
plist
}
!
macx
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment