Changeset 539:125e00d3d2fc in qutecom-2.2
Legend:
- Unmodified
- Added
- Removed
-
wengophone/src/presentation/qt/install/CMakeLists-install-macosx.txt
r536 r539 117 117 set(QT_DBUS "") 118 118 set(QT_WEBKIT "") 119 set(QT_PHONON "") 120 119 121 if (CMAKE_BUILD_TYPE MATCHES Debug) 120 122 set(QT_CORE ${QT_QTCORE_LIBRARY_DEBUG}) … … 125 127 set(QT_DBUS ${QT_QTDBUS_LIBRARY_DEBUG}) 126 128 set(QT_WEBKIT ${QT_QTWEBKIT_LIBRARY_DEBUG}) 129 set(QT_PHONON ${QT_PHONON_LIBRARY_DEBUG}) 127 130 else (CMAKE_BUILD_TYPE MATCHES Debug) 128 131 set(QT_CORE ${QT_QTCORE_LIBRARY_RELEASE}) … … 133 136 set(QT_DBUS ${QT_QTDBUS_LIBRARY_RELEASE}) 134 137 set(QT_WEBKIT ${QT_QTWEBKIT_LIBRARY_RELEASE}) 138 set(QT_PHONON ${QT_PHONON_LIBRARY_RELEASE}) 135 139 endif (CMAKE_BUILD_TYPE MATCHES Debug) 136 140 … … 142 146 ow_copy_qt(QtDBus ${QT_DBUS}) 143 147 ow_copy_qt(QtWebKit ${QT_WEBKIT}) 148 ow_copy_qt(phonon ${QT_PHONON}) 144 149 145 150 make_directory(${BUILD_DIR}/QuteCom.app/Contents/plugins/)
Note: See TracChangeset
for help on using the changeset viewer.
