Changeset 153a80c840e1574b9ae1f1c6ff1b4fe4237f3636

Show
Ignore:
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
  • extras/buildsystem/cmake/CMakeLists/qt4_CMakeLists.txt

    r1c6353a r153a80c  
    4444    vlc_qt4_generate_moc(qt4_MOCS ${MOC_FLAGS} ${qt4_HEADERS}) 
    4545    vlc_qt4_wrap_ui(qt4_UIS_H ${qt4_UIS}) 
     46    qt4_add_resources(qt4_SRCS vlc.qrc) 
    4647endif(QT4_FOUND) 
    4748 
    48 vlc_add_module(qt4 ${qt4_SOURCES} ${qt4_MOCS} ${qt4_UIS}) 
     49vlc_add_module(qt4 ${qt4_SOURCES} ${qt4_SRCS} ${qt4_MOCS} ${qt4_UIS}) 
    4950