Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
d606e1f0
Commit
d606e1f0
authored
Jun 04, 2009
by
Oswald Buddenhagen
Browse files
fix data output paths
parent
7ef45a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/static.pro
View file @
d606e1f0
...
...
@@ -37,8 +37,9 @@ DATA_DIRS = \
FILES += $$files
}
copy2build.target = $$IDE_DATA_PATH
copy2build.input = FILES
copy2build.output =
$$IDE_DATA_PATH/
${QMAKE_FUNC_FILE_IN_stripSrcDir}
copy2build.output = ${QMAKE_FUNC_FILE_IN_stripSrcDir}
isEmpty(vcproj):copy2build.variable_out = PRE_TARGETDEPS
copy2build.commands = $$QMAKE_COPY \"${QMAKE_FILE_IN}\" \"${QMAKE_FILE_OUT}\"
copy2build.name = COPY ${QMAKE_FILE_IN}
...
...
share/qtcreator/translations/translations.pro
View file @
d606e1f0
...
...
@@ -23,7 +23,7 @@ CONFIG -= qt
QT
=
LIBS
=
updateqm
.
target
=
$$
IDE_DATA_
DIR
/
translations
updateqm
.
target
=
$$
IDE_DATA_
PATH
/
translations
updateqm
.
input
=
TS_FILES
updateqm
.
output
=
$
{
QMAKE_FILE_BASE
}.
qm
isEmpty
(
vcproj
)
:
updateqm
.
variable_out
=
PRE_TARGETDEPS
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment