Changeset 153a80c840e1574b9ae1f1c6ff1b4fe4237f3636
- Timestamp:
- 23/02/08 20:28:18
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203794898 +0000
- git-parent:
[68627dcf6491a1d183c3639a9099c6dfd734060e]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203794898 +0000
- Message:
cmake: Add qt4 resources. Enable qt4 plugin compilation with cmake's CVS. (known not to work with cmake version 2.4-patch 7
)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1c6353a |
r153a80c |
|
| 44 | 44 | vlc_qt4_generate_moc(qt4_MOCS ${MOC_FLAGS} ${qt4_HEADERS}) |
|---|
| 45 | 45 | vlc_qt4_wrap_ui(qt4_UIS_H ${qt4_UIS}) |
|---|
| | 46 | qt4_add_resources(qt4_SRCS vlc.qrc) |
|---|
| 46 | 47 | endif(QT4_FOUND) |
|---|
| 47 | 48 | |
|---|
| 48 | | vlc_add_module(qt4 ${qt4_SOURCES} ${qt4_MOCS} ${qt4_UIS}) |
|---|
| | 49 | vlc_add_module(qt4 ${qt4_SOURCES} ${qt4_SRCS} ${qt4_MOCS} ${qt4_UIS}) |
|---|
| 49 | 50 | |
|---|