Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
dfc4e77e
Commit
dfc4e77e
authored
Apr 17, 2018
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: also include lupdate and lconvert
parent
23ed4216
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Packaging/prepare_file_list.cmake
Packaging/prepare_file_list.cmake
+2
-0
No files found.
Packaging/prepare_file_list.cmake
View file @
dfc4e77e
...
...
@@ -56,6 +56,8 @@ function(prepare_file_list file_list_result)
#Qt stuff
if
(
HAVE_QT
)
list
(
APPEND file_list
"lrelease
${
EXE_EXT
}
"
)
list
(
APPEND file_list
"lupdate
${
EXE_EXT
}
"
)
list
(
APPEND file_list
"lconvert
${
EXE_EXT
}
"
)
list
(
APPEND file_list
"moc
${
EXE_EXT
}
"
)
list
(
APPEND file_list
"qmake
${
EXE_EXT
}
"
)
list
(
APPEND file_list
"rcc
${
EXE_EXT
}
"
)
...
...
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