Changeset 458e5f108984c4579c5e22651d3658566addfb7d
- Timestamp:
- 23/04/07 19:15:49
(2 years ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1177348549 +0000
- git-parent:
[0c2888cc45bbb73f286eb8903b2657060c7e515e]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1177348549 +0000
- Message:
Contribs. Include qt4/bin/*.exe for the windows users.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcea447d |
r458e5f1 |
|
| 1375 | 1375 | (cd qt4;mkdir -p $(PREFIX)/bin; mkdir -p $(PREFIX)/include;mkdir -p $(PREFIX)/lib/pkgconfig;rm -f $(PREFIX)/lib/pkgconfig/Qt*; sed 's,@@PREFIX@@,$(PREFIX),' lib/pkgconfig/QtCore.pc.in > $(PREFIX)/lib/pkgconfig/QtCore.pc;sed 's,@@PREFIX@@,$(PREFIX),' lib/pkgconfig/QtGui.pc.in > $(PREFIX)/lib/pkgconfig/QtGui.pc;cp -r include/* $(PREFIX)/include;cp lib/*a $(PREFIX)/lib) |
|---|
| 1376 | 1376 | ifeq ($(BUILD),i686-pc-cygwin) |
|---|
| 1377 | | (cd qt4;cp bin/rcc.exe bin/uic.exe bin/moc.exe $(PREFIX)/bin) |
|---|
| 1378 | | else |
|---|
| 1379 | | (cd qt4;cp bin/rcc bin/uic bin/moc $(PREFIX)/bin) |
|---|
| | 1377 | (cd qt4;cp bin/*.exe $(PREFIX)/bin) |
|---|
| | 1378 | else |
|---|
| | 1379 | (cd qt4;cp bin/* $(PREFIX)/bin) |
|---|
| 1380 | 1380 | endif |
|---|
| 1381 | 1381 | touch $@ |
|---|