Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-2-2
Commits
77205605
Commit
77205605
authored
Nov 21, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also extract the translations of libqt4
parent
702b20b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+5
-3
No files found.
extras/contrib/src/Makefile
View file @
77205605
...
@@ -1522,22 +1522,24 @@ qt-win-opensource-$(QT4T_VERSION)-mingw.exe:
...
@@ -1522,22 +1522,24 @@ qt-win-opensource-$(QT4T_VERSION)-mingw.exe:
Qt
:
qt-win-opensource-$(QT4T_VERSION)-mingw.exe
Qt
:
qt-win-opensource-$(QT4T_VERSION)-mingw.exe
mkdir
Qt
mkdir
Qt
7z
-oQt
x qt-win-opensource-
$(QT4T_VERSION)
-mingw
.exe
\$
$OUTDIR
/bin
\
/bin
\$
$OUTDIR
/bin
\
/lib
\$
$OUTDIR
/bin
\
/include/QtCore
\$
$OUTDIR
/bin
\
/include/QtGui
\$
$OUTDIR
/bin
\
/src/gui
\$
$OUTDIR
/bin
\
/src/corelib
7z
-oQt
x qt-win-opensource-
$(QT4T_VERSION)
-mingw
.exe
\$
$OUTDIR
/bin
\
/bin
\$
$OUTDIR
/bin
\
/lib
\$
$OUTDIR
/bin
\
/include/QtCore
\$
$OUTDIR
/bin
\
/include/QtGui
\$
$OUTDIR
/bin
\
/src/gui
\$
$OUTDIR
/bin
\
/src/corelib
\$
$OUTDIR
/bin
\
/translations
mv
Qt/
\$
$OUTDIR
/bin
\
/
*
Qt/
&&
rmdir
Qt/
\$
$OUTDIR
/bin
\
Qt/
\$
$OUTDIR
mv
Qt/
\$
$OUTDIR
/bin
\
/
*
Qt/
&&
rmdir
Qt/
\$
$OUTDIR
/bin
\
Qt/
\$
$OUTDIR
find Qt
-name
'* '
-exec
sh
-c
"mv
\"
{}
\"
`
echo
{}
`
"
\;
find Qt
-name
'* '
-exec
sh
-c
"mv
\"
{}
\"
`
echo
{}
`
"
\;
find Qt/src
-name
'*.cpp'
-exec
rm
{}
\;
find Qt/src
-name
'*.cpp'
-exec
rm
{}
\;
find Qt/translations
-type
f
-a
!
-name
'qt_*.qm'
-exec
rm
{}
\;
find Qt/include
-name
'*.h'
-exec
sh
-c
"mv {} {}.tmp; sed 's,..
\/
..
\/
src,..
\/
src,' {}.tmp > {}; rm -f {}.tmp"
\;
find Qt/include
-name
'*.h'
-exec
sh
-c
"mv {} {}.tmp; sed 's,..
\/
..
\/
src,..
\/
src,' {}.tmp > {}; rm -f {}.tmp"
\;
mkdir
Qt/lib/pkgconfig
mkdir
Qt/lib/pkgconfig
sed
-e
s,@@VERSION@@,
$(QT4T_VERSION)
,
-e
s,@@PREFIX@@,
$(PREFIX)
, Patches/QtCore.pc.in
>
Qt/lib/pkgconfig/QtCore.pc
sed
-e
s,@@VERSION@@,
$(QT4T_VERSION)
,
-e
s,@@PREFIX@@,
$(PREFIX)
, Patches/QtCore.pc.in
>
Qt/lib/pkgconfig/QtCore.pc
sed
-e
s,@@VERSION@@,
$(QT4T_VERSION)
,
-e
s,@@PREFIX@@,
$(PREFIX)
, Patches/QtGui.pc.in
>
Qt/lib/pkgconfig/QtGui.pc
sed
-e
s,@@VERSION@@,
$(QT4T_VERSION)
,
-e
s,@@PREFIX@@,
$(PREFIX)
, Patches/QtGui.pc.in
>
Qt/lib/pkgconfig/QtGui.pc
.Qt
:
Qt
.Qt
:
Qt
mkdir
-p
$(PREFIX)
/bin
$(PREFIX)
/include/qt4/src
$(PREFIX)
/lib/pkgconfig
mkdir
-p
$(PREFIX)
/bin
$(PREFIX)
/include/qt4/src
$(PREFIX)
/lib/pkgconfig
$(PREFIX)
/share/qt4/translations
cp
Qt/bin/moc.exe Qt/bin/rcc.exe Qt/bin/uic.exe
$(PREFIX)
/bin
cp
Qt/bin/moc.exe Qt/bin/rcc.exe Qt/bin/uic.exe
$(PREFIX)
/bin
cp
-r
Qt/include/QtCore Qt/include/QtGui
$(PREFIX)
/include/qt4
cp
-r
Qt/include/QtCore Qt/include/QtGui
$(PREFIX)
/include/qt4
cp
-r
Qt/src/corelib Qt/src/gui
$(PREFIX)
/include/qt4/src
cp
-r
Qt/src/corelib Qt/src/gui
$(PREFIX)
/include/qt4/src
cp
Qt/lib/libQtCore4.a Qt/lib/libQtGui4.a
$(PREFIX)
/lib
cp
Qt/lib/libQtCore4.a Qt/lib/libQtGui4.a
$(PREFIX)
/lib
cp
-r
Qt/lib/pkgconfig/
*
$(PREFIX)
/lib/pkgconfig
cp
Qt/lib/pkgconfig/
*
$(PREFIX)
/lib/pkgconfig
cp
Qt/translations/
*
$(PREFIX)
/share/qt4/translations
touch
$@
touch
$@
CLEAN_FILE
+=
.Qt
CLEAN_FILE
+=
.Qt
...
...
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