Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-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
Marco Bubke
flatpak-qt-creator
Commits
f6eef7fa
Commit
f6eef7fa
authored
13 years ago
by
con
Browse files
Options
Downloads
Patches
Plain Diff
Adapt api.pro to generate the dev document.
parent
5096ff3d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/api/api.pro
+13
-6
13 additions, 6 deletions
doc/api/api.pro
with
13 additions
and
6 deletions
doc/api/api.pro
+
13
−
6
View file @
f6eef7fa
...
...
@@ -21,23 +21,30 @@ isEmpty(vcproj) {
QMAKE_EXTRA_COMPILERS
+=
phony_src
}
include
(..
/../
qtcreator
.
pri
)
QDOC_BIN
=
$$
targetPath
(
$$
[
QT_INSTALL_BINS
]
/
qdoc3
)
HELPGENERATOR
=
$$
targetPath
(
$$
[
QT_INSTALL_BINS
]
/
qhelpgenerator
)
VERSION_TAG
=
$$
replace
(
QTCREATOR_VERSION
,
"[-.]"
,
)
QDOC_BIN
=
$$
[
QT_INSTALL_BINS
]
/
qdoc3
equals
(
QMAKE_DIR_SEP
,
/
)
{
#
unix
,
mingw
+
msys
QDOC
=
SRCDIR
=
$$
PWD
OUTDIR
=
$$
OUT_PWD
/
html
$$
QDOC_BIN
QDOC
=
SRCDIR
=
$$
PWD
OUTDIR
=
$$
OUT_PWD
/
doc
/
html
QTC_VERSION
=
$$
QTCREATOR_VERSION
QTC_VERSION_TAG
=
$$
VERSION_TAG
$$
QDOC_BIN
}
else
:
win32
-
g
++*
{
#
just
mingw
#
The
lack
of
spaces
in
front
of
the
&&
is
necessary
!
QDOC
=
set
SRCDIR
=
$$
PWD
&&
set
OUTDIR
=
$$
OUT_PWD
/
html
&&
$$
QDOC_BIN
QDOC
=
set
SRCDIR
=
$$
PWD
&&
set
OUTDIR
=
$$
OUT_PWD
/
doc
/
html
&&
set
QTC_VERSION
=
$$
QTCREATOR_VERSION
&&
set
QTC_VERSION_TAG
=
$$
VERSION_TAG
&&
$$
QDOC_BIN
}
else
{
#
nmake
QDOC
=
set
SRCDIR
=
$$
PWD
$$
escape_expand
(
\\
n
\\
t
)
\
set
OUTDIR
=
$$
OUT_PWD
/
html
$$
escape_expand
(
\\
n
\\
t
)
\
set
OUTDIR
=
$$
OUT_PWD
/
doc
/
html
$$
escape_expand
(
\\
n
\\
t
)
\
set
QTC_VERSION
=
$$
QTCREATOR_VERSION
$$
escape_expand
(
\\
n
\\
t
)
\
set
QTC_VERSION_TAG
=
$$
VERSION_TAG
$$
escape_expand
(
\\
n
\\
t
)
\
$$
QDOC_BIN
}
HELP_FILES
=
$$
PWD
/
qtcreator
-
api
.
qdocconf
HELP_FILES
=
$$
PWD
/
qtcreator
-
dev
.
qdocconf
HELP_DEP_FILES
=
$$
PWD
/
qtcreator
-
api
.
qdoc
\
$$
PWD
/
coding
-
style
.
qdoc
\
$$
PWD
/
qtcreator
-
api
.
qdocconf
$$
PWD
/
qtcreator
-
dev
.
qdoc
\
$$
PWD
/
qtcreator
-
dev
.
qdocconf
docs
.
name
=
CREATE
API
DOC
docs
.
input
=
HELP_FILES
...
...
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