Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
d7f64384
Commit
d7f64384
authored
Nov 08, 2011
by
Rafaël Carré
Browse files
typo
parent
68ca1947
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/qt4/rules.mak
View file @
d7f64384
...
...
@@ -35,7 +35,7 @@ qt4: qt-$(QT4_VERSION).tar.gz .sum-qt4
install
-D
--
$<
/plugins/imageformats/libqjpeg.a
"
$(PREFIX)
/lib/libqjpeg.a"
install
-D
--
$<
/plugins/accessible/libqtaccessiblewidgets.a
"
$(PREFIX)
/lib/libqtaccessiblewidgets.a"
for
codec
in
cn jp kr tw
;
\
do
install
-D
--
$<
/plugins/codecs/libq
$
${codec}
codecs.a
"
$(PREFIX)
/lib/libq
${codec}
codecs.a"
;
\
do
install
-D
--
$<
/plugins/codecs/libq
$
${codec}
codecs.a
"
$(PREFIX)
/lib/libq
$
$
{codec}
codecs.a"
;
\
done
# INSTALLING CORE HEADERS
cd
$<
/src/corelib
;
find
.
-type
f
-name
'*.h'
-exec
install
-D
--
"{}"
"
$(PREFIX)
/include/qt4/src/corelib/{}"
\;
...
...
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