Changeset 539:125e00d3d2fc in qutecom-2.2


Ignore:
Timestamp:
Feb 27, 2010 12:48:19 PM (3 years ago)
Author:
laurent@…
Branch:
default
Message:

add phonon to macosx bundle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wengophone/src/presentation/qt/install/CMakeLists-install-macosx.txt

    r536 r539  
    117117set(QT_DBUS "") 
    118118set(QT_WEBKIT "") 
     119set(QT_PHONON "") 
     120 
    119121if (CMAKE_BUILD_TYPE MATCHES Debug) 
    120122        set(QT_CORE ${QT_QTCORE_LIBRARY_DEBUG}) 
     
    125127        set(QT_DBUS ${QT_QTDBUS_LIBRARY_DEBUG}) 
    126128        set(QT_WEBKIT ${QT_QTWEBKIT_LIBRARY_DEBUG}) 
     129        set(QT_PHONON ${QT_PHONON_LIBRARY_DEBUG}) 
    127130else (CMAKE_BUILD_TYPE MATCHES Debug) 
    128131        set(QT_CORE ${QT_QTCORE_LIBRARY_RELEASE}) 
     
    133136        set(QT_DBUS ${QT_QTDBUS_LIBRARY_RELEASE}) 
    134137        set(QT_WEBKIT ${QT_QTWEBKIT_LIBRARY_RELEASE}) 
     138        set(QT_PHONON ${QT_PHONON_LIBRARY_RELEASE}) 
    135139endif (CMAKE_BUILD_TYPE MATCHES Debug) 
    136140 
     
    142146ow_copy_qt(QtDBus ${QT_DBUS}) 
    143147ow_copy_qt(QtWebKit ${QT_WEBKIT}) 
     148ow_copy_qt(phonon ${QT_PHONON}) 
    144149 
    145150make_directory(${BUILD_DIR}/QuteCom.app/Contents/plugins/) 
Note: See TracChangeset for help on using the changeset viewer.