]> git.pld-linux.org Git - packages/kadu.git/blame - jabber-plugin.patch
- fix building jabber plugin
[packages/kadu.git] / jabber-plugin.patch
CommitLineData
12907c7e
JR
1--- kadu-0.12.2/plugins/jabber_protocol/3rdparty/CMakeLists.txt~ 2012-08-30 16:13:17.000000000 +0200
2+++ kadu-0.12.2/plugins/jabber_protocol/3rdparty/CMakeLists.txt 2018-11-25 18:41:17.930573989 +0100
3@@ -26,7 +26,7 @@
4 get_filename_component (_basename ${_current_MOC} NAME_WE)
5 set (_header ${_abs_FILE})
6 set (_moc ${_abs_PATH}/${_current_MOC})
7- QT4_CREATE_MOC_COMMAND (${_header} ${_moc} "${_moc_INCS}" "")
8+ QT4_CREATE_MOC_COMMAND (${_header} ${_moc} "${_moc_INCS}" "" "")
9 MACRO_ADD_FILE_DEPENDENCIES (${_abs_FILE} ${_moc})
10 endforeach (_current_MOC_INC)
11 endif (_match)
This page took 0.714789 seconds and 4 git commands to generate.