Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
3d0189b5
Commit
3d0189b5
authored
Jun 02, 2009
by
Oswald Buddenhagen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide the scary phony link command
parent
64e925d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
share/qtcreator/static.pro
share/qtcreator/static.pro
+3
-1
share/qtcreator/translations/translations.pro
share/qtcreator/translations/translations.pro
+3
-1
No files found.
share/qtcreator/static.pro
View file @
3d0189b5
...
...
@@ -2,9 +2,11 @@ include(../../qtcreator.pri)
TEMPLATE
=
app
TARGET
=
phony_target
QT
=
LIBS
=
isEmpty
(
vcproj
)
{
QMAKE_LINK
=
:
IGNORE
REST
QMAKE_LINK
=
@:
IGNORE
THIS
LINE
OBJECTS_DIR
=
win32
:
CONFIG
-=
embed_manifest_exe
}
else
{
...
...
share/qtcreator/translations/translations.pro
View file @
3d0189b5
...
...
@@ -21,6 +21,8 @@ contains(TEMPLATE, vc.*)|contains(TEMPLATE_PREFIX, vc):vcproj = 1
TEMPLATE
=
app
TARGET
=
phony_target2
QT
=
LIBS
=
updateqm
.
target
=
$$
IDE_DATA_DIR
/
translations
updateqm
.
input
=
TS_FILES
...
...
@@ -32,7 +34,7 @@ updateqm.CONFIG += no_link
QMAKE_EXTRA_COMPILERS
+=
updateqm
isEmpty
(
vcproj
)
{
QMAKE_LINK
=
:
IGNORE
REST
QMAKE_LINK
=
@:
IGNORE
THIS
LINE
OBJECTS_DIR
=
win32
:
CONFIG
-=
embed_manifest_exe
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment