git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e46bf
)
Contribs: same insane test for Qt4 libraries... If you want to go on...
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 17 Nov 2007 01:40:34 +0000
(
01:40
+0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 17 Nov 2007 01:40:34 +0000
(
01:40
+0000)
extras/contrib/src/Makefile
patch
|
blob
|
history
diff --git
a/extras/contrib/src/Makefile
b/extras/contrib/src/Makefile
index
59c12fe
..
549fa1a
100644
(file)
--- a/
extras/contrib/src/Makefile
+++ b/
extras/contrib/src/Makefile
@@
-1520,10
+1520,15
@@
qt-win-opensource-$(QT4T_VERSION)-mingw.exe:
wget $(QT4T_URL)
Qt: qt-win-opensource-$(QT4T_VERSION)-mingw.exe
- wine qt-win-opensource-$(QT4T_VERSION)-mingw.exe /S
- mv ~/.wine/drive_c/Qt/4.3.2/ Qt
+ 7z x qt-win-opensource-$(QT4T_VERSION)-mingw.exe
+#DIY... Hate makefiles.
+# rm -r $$\[44\]/
+# rm -r $$PLUGINSDIR
+# `mv \$$OUTDIR/bin\ / Qt`
.Qt: Qt
+ cp Qt/bin/uic.exe Qt/bin/moc.exe Qt/bin/rcc.exe $(PREFIX)/bin;
+ mkdir -p $(PREFIX)/include/qt4/;
CLEAN_FILE += .Qt
CLEAN_PKG += Qt