Changeset 128bdf19b17e22a84cc5605c707b6810624f8e6a
- Timestamp:
- 15/10/07 23:49:45
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1192484985 +0000
- git-parent:
[b304bb033d70a5d6ba79a69d362cb9325a4f08c3]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1192484985 +0000
- Message:
Forgotten in [22627]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0aa54ef |
r128bdf1 |
|
| 5156 | 5156 | enableqt4=true |
|---|
| 5157 | 5157 | VLC_ADD_LIBS([qt4],[$QT4_LIBS]) |
|---|
| 5158 | | VLC_ADD_CXXFLAGS([qt4],[$QT4_CFLAGS]) |
|---|
| | 5158 | VLC_ADD_CXXFLAGS([qt4],[$QT4_CFLAGS -DQT4LOCALEDIR='\"'$($PKG_CONFIG --variable=prefix QtCore)/share/qt4/translations/'\"']) |
|---|
| 5159 | 5159 | AC_PATH_PROGS(MOC, [moc-qt4 moc], moc,`$PKG_CONFIG --variable=exec_prefix QtCore`/bin) |
|---|
| 5160 | 5160 | AC_PATH_PROG(RCC, rcc, rcc,`$PKG_CONFIG --variable=exec_prefix QtCore`/bin) |
|---|