Skip to content
GitLab
Menu
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
fde603d8
Commit
fde603d8
authored
Jun 09, 2009
by
con
Browse files
Install data files to right location (Mac).
Reviewed-by: Oswald Buddenhagen
parent
cd6e8d4a
Changes
2
Show whitespace changes
Inline
Side-by-side
share/qtcreator/static.pro
View file @
fde603d8
...
...
@@ -37,9 +37,8 @@ DATA_DIRS = \
FILES += $$files
}
copy2build.target = $$IDE_DATA_PATH
copy2build.input = FILES
copy2build.output = ${QMAKE_FUNC_FILE_IN_stripSrcDir}
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.name = COPY ${QMAKE_FILE_IN}
...
...
share/qtcreator/translations/translations.pro
View file @
fde603d8
...
...
@@ -23,9 +23,8 @@ CONFIG -= qt
QT
=
LIBS
=
updateqm
.
target
=
$$
IDE_DATA_PATH
/
translations
updateqm
.
input
=
TS_FILES
updateqm
.
output
=
$
{
QMAKE_FILE_BASE
}.
qm
updateqm
.
output
=
$$
IDE_DATA_PATH
/
translations
/
$
{
QMAKE_FILE_BASE
}.
qm
isEmpty
(
vcproj
)
:
updateqm
.
variable_out
=
PRE_TARGETDEPS
updateqm
.
commands
=
$$
LRELEASE
$
{
QMAKE_FILE_IN
}
-
qm
$
{
QMAKE_FILE_OUT
}
updateqm
.
name
=
LRELEASE
$
{
QMAKE_FILE_IN
}
...
...
Write
Preview
Supports
Markdown
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