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
c22e4c76
Commit
c22e4c76
authored
15 years ago
by
con
Browse files
Options
Downloads
Patches
Plain Diff
It's "Qt Creator" and that should reflect in the App name on Mac.
parent
e2ff5591
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/doc.pri
+2
-2
2 additions, 2 deletions
doc/doc.pri
qtcreator.pri
+1
-1
1 addition, 1 deletion
qtcreator.pri
share/qtcreator/static.pro
+2
-2
2 additions, 2 deletions
share/qtcreator/static.pro
src/qtcreatorplugin.pri
+1
-1
1 addition, 1 deletion
src/qtcreatorplugin.pri
with
6 additions
and
6 deletions
doc/doc.pri
+
2
−
2
View file @
c22e4c76
...
...
@@ -46,8 +46,8 @@ unix:!macx {
}
macx {
DOC_DIR = $${OUT_PWD}/bin/QtCreator.app/Contents/Resources/doc
cp_docs.commands = mkdir -p $${DOC_DIR} ; $${QMAKE_COPY} $${QCH_FILE}
$${DOC_DIR}
DOC_DIR =
"
$${OUT_PWD}/bin/Qt
Creator.app/Contents/Resources/doc
"
cp_docs.commands = mkdir -p
\"
$${DOC_DIR}
\"
; $${QMAKE_COPY}
\"
$${QCH_FILE}
\" \"
$${DOC_DIR}
\"
cp_docs.depends += qch_docs
docs.depends = cp_docs
QMAKE_EXTRA_TARGETS += html_docs qch_docs cp_docs docs
...
...
This diff is collapsed.
Click to expand it.
qtcreator.pri
+
1
−
1
View file @
c22e4c76
...
...
@@ -55,7 +55,7 @@ isEmpty(IDE_BUILD_TREE) {
}
IDE_APP_PATH = $$IDE_BUILD_TREE/bin
macx {
IDE_APP_TARGET = QtCreator
IDE_APP_TARGET =
"
Qt
Creator
"
IDE_LIBRARY_PATH = $$IDE_APP_PATH/$${IDE_APP_TARGET}.app/Contents/PlugIns
IDE_PLUGIN_PATH = $$IDE_LIBRARY_PATH
IDE_LIBEXEC_PATH = $$IDE_APP_PATH/$${IDE_APP_TARGET}.app/Contents/Resources
...
...
This diff is collapsed.
Click to expand it.
share/qtcreator/static.pro
+
2
−
2
View file @
c22e4c76
...
...
@@ -41,7 +41,7 @@ DATA_DIRS = \
copy2build.input = FILES
copy2build.output = $$IDE_DATA_PATH/${QMAKE_FUNC_FILE_IN_stripSrcDir}
isEmpty(vcproj):copy2build.variable_out = PRE_TARGETDEPS
copy2build.commands = $$QMAKE_COPY
\"
${QMAKE_FILE_IN}
\" \"
${QMAKE_FILE_OUT}
\"
copy2build.commands = $$QMAKE_COPY ${QMAKE_FILE_IN}
${QMAKE_FILE_OUT}
copy2build.name = COPY ${QMAKE_FILE_IN}
copy2build.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copy2build
...
...
@@ -49,7 +49,7 @@ DATA_DIRS = \
macx {
run_in_term.target = $$IDE_DATA_PATH/runInTerminal.command
run_in_term.depends = $$PWD/runInTerminal.command
run_in_term.commands = $$QMAKE_COPY
$< $@
run_in_term.commands = $$QMAKE_COPY
\"$<\" \"$@\"
QMAKE_EXTRA_TARGETS += run_in_term
PRE_TARGETDEPS += $$run_in_term.target
QMAKE_CLEAN += $$run_in_term.target
...
...
This diff is collapsed.
Click to expand it.
src/qtcreatorplugin.pri
+
1
−
1
View file @
c22e4c76
...
...
@@ -18,7 +18,7 @@ PLUGINSPECS = $${_PRO_FILE_PWD_}/$${TARGET}.pluginspec
copy2build.input = PLUGINSPECS
copy2build.output = $$DESTDIR/${QMAKE_FUNC_FILE_IN_stripSrcDir}
isEmpty(vcproj):copy2build.variable_out = PRE_TARGETDEPS
copy2build.commands = $$QMAKE_COPY
\"
${QMAKE_FILE_IN}
\" \"
${QMAKE_FILE_OUT}
\"
copy2build.commands = $$QMAKE_COPY ${QMAKE_FILE_IN}
${QMAKE_FILE_OUT}
copy2build.name = COPY ${QMAKE_FILE_IN}
copy2build.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copy2build
...
...
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