Advertisement
WunderWungiel

Untitled

Jul 31st, 2021
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 345.21 KB | None | 0 0
  1. $ LC_ALL=C makepkg
  2. ==> Making package: kadu-git 20170821-2 (Sat Jul 31 21:42:42 2021)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Cloning kadu-git git repo...
  7. Cloning into bare repository '/home/wunderw/kadu-git/kadu-git'...
  8. remote: Enumerating objects: 225191, done.
  9. remote: Counting objects: 100% (2766/2766), done.
  10. remote: Compressing objects: 100% (88/88), done.
  11. remote: Total 225191 (delta 2723), reused 2678 (delta 2678), pack-reused 222425
  12. Receiving objects: 100% (225191/225191), 71.35 MiB | 353.00 KiB/s, done.
  13. Resolving deltas: 100% (186950/186950), done.
  14. -> Found kadu-find-x11-with-newer-cmake-modules.patch
  15. -> Found qcompare_and_qpainter.patch
  16. -> Found history_sql.patch
  17. ==> Validating source files with sha256sums...
  18. kadu-git ... Skipped
  19. kadu-find-x11-with-newer-cmake-modules.patch ... Passed
  20. qcompare_and_qpainter.patch ... Passed
  21. history_sql.patch ... Passed
  22. ==> Extracting sources...
  23. -> Creating working copy of kadu-git git repo...
  24. Cloning into 'kadu-git'...
  25. done.
  26. Switched to a new branch 'makepkg'
  27. ==> Starting prepare()...
  28. patching file kadu-core/widgets/avatar-painter.cpp
  29. patching file kadu-core/plugin/state/plugin-state.test.cpp
  30. patching file kadu-core/CMakeLists.txt
  31. Hunk #1 succeeded at 115 (offset 4 lines).
  32. patching file plugins/idle/CMakeLists.txt
  33. Hunk #1 succeeded at 16 (offset 1 line).
  34. patching file plugins/pcspeaker/CMakeLists.txt
  35. patching file plugins/screenshot/CMakeLists.txt
  36. patching file plugins/sql_history/storage/history-sql-storage.cpp
  37. patching file plugins/sql_history/storage/history-sql-storage.h
  38. patching file plugins/sql_history/storage/sql-initializer.cpp
  39. patching file plugins/sql_history/storage/sql-initializer.h
  40. ==> Starting build()...
  41. -- The C compiler identification is GNU 11.1.0
  42. -- The CXX compiler identification is GNU 11.1.0
  43. -- Detecting C compiler ABI info
  44. -- Detecting C compiler ABI info - done
  45. -- Check for working C compiler: /usr/bin/cc - skipped
  46. -- Detecting C compile features
  47. -- Detecting C compile features - done
  48. -- Detecting CXX compiler ABI info
  49. -- Detecting CXX compiler ABI info - done
  50. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  51. -- Detecting CXX compile features
  52. -- Detecting CXX compile features - done
  53. CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
  54. Compatibility with CMake < 2.8.12 will be removed from a future version of
  55. CMake.
  56.  
  57. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  58. CMake that the project does not need compatibility with older versions.
  59.  
  60.  
  61. -- No NETWORK_IMPLEMENTATION defined. Autodetected implementation: Qt
  62. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3")
  63. -- Checking for module 'injeqt>=1.1.90'
  64. -- Found injeqt, version 1.2
  65. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  66. Compatibility with CMake < 2.8.12 will be removed from a future version of
  67. CMake.
  68.  
  69. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  70. CMake that the project does not need compatibility with older versions.
  71. Call Stack (most recent call first):
  72. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  73. cmake/config-files.cmake:44 (find_package)
  74. CMakeLists.txt:115 (include)
  75.  
  76.  
  77. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  78. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  79. does not match the name of the calling package (Kadu). This can lead to
  80. problems in calling code that expects `find_package` result variables
  81. (e.g., `_FOUND`) to follow a certain pattern.
  82. Call Stack (most recent call first):
  83. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  84. cmake/KaduMacros.cmake:41 (include)
  85. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  86. cmake/config-files.cmake:44 (find_package)
  87. CMakeLists.txt:115 (include)
  88. This warning is for project developers. Use -Wno-dev to suppress it.
  89.  
  90. -- Checking for module 'injeqt>=1.1'
  91. -- Found injeqt, version 1.2
  92. -- Looking for include file execinfo.h
  93. -- Looking for include file execinfo.h - found
  94. CMake Deprecation Warning at kadu-core/CMakeLists.txt:1 (cmake_minimum_required):
  95. Compatibility with CMake < 2.8.12 will be removed from a future version of
  96. CMake.
  97.  
  98. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  99. CMake that the project does not need compatibility with older versions.
  100.  
  101.  
  102. -- Fast (re)linking disabled
  103. -- Found LibArchive: /usr/lib/libarchive.so (found suitable version "3.5.1", minimum required is "2.6.0")
  104. -- Looking for archive_write_set_compression_lzma in /usr/lib/libarchive.so
  105. -- Looking for archive_write_set_compression_lzma in /usr/lib/libarchive.so - found
  106. -- Looking for archive_write_set_compression_xz in /usr/lib/libarchive.so
  107. -- Looking for archive_write_set_compression_xz in /usr/lib/libarchive.so - found
  108. -- Found X11: /usr/include found components: Xutil Xfixes
  109. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  110. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  111. -- Looking for gethostbyname
  112. -- Looking for gethostbyname - found
  113. -- Looking for connect
  114. -- Looking for connect - found
  115. -- Looking for remove
  116. -- Looking for remove - found
  117. -- Looking for shmat
  118. -- Looking for shmat - found
  119. -- Looking for IceConnectionNumber in ICE
  120. -- Looking for IceConnectionNumber in ICE - found
  121. -- Found required X11 libraries: /usr/lib/libX11.so;/usr/lib/libXfixes.so
  122. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  123. qt5_use_modules is not part of the official API, and might be removed in Qt
  124. 6.
  125. Call Stack (most recent call first):
  126. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  127. cmake/tests.cmake:18 (qt5_use_modules)
  128. cmake/tests.cmake:25 (kadu_add_plugin_test)
  129. kadu-core/chat/CMakeLists.txt:34 (kadu_add_test)
  130. This warning is for project developers. Use -Wno-dev to suppress it.
  131.  
  132. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  133. qt5_use_modules is not part of the official API, and might be removed in Qt
  134. 6.
  135. Call Stack (most recent call first):
  136. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  137. cmake/tests.cmake:18 (qt5_use_modules)
  138. cmake/tests.cmake:25 (kadu_add_plugin_test)
  139. kadu-core/chat/CMakeLists.txt:35 (kadu_add_test)
  140. This warning is for project developers. Use -Wno-dev to suppress it.
  141.  
  142. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  143. qt5_use_modules is not part of the official API, and might be removed in Qt
  144. 6.
  145. Call Stack (most recent call first):
  146. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  147. cmake/tests.cmake:18 (qt5_use_modules)
  148. cmake/tests.cmake:25 (kadu_add_plugin_test)
  149. kadu-core/chat/CMakeLists.txt:36 (kadu_add_test)
  150. This warning is for project developers. Use -Wno-dev to suppress it.
  151.  
  152. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  153. qt5_use_modules is not part of the official API, and might be removed in Qt
  154. 6.
  155. Call Stack (most recent call first):
  156. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  157. cmake/tests.cmake:18 (qt5_use_modules)
  158. cmake/tests.cmake:25 (kadu_add_plugin_test)
  159. kadu-core/chat/CMakeLists.txt:37 (kadu_add_test)
  160. This warning is for project developers. Use -Wno-dev to suppress it.
  161.  
  162. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  163. qt5_use_modules is not part of the official API, and might be removed in Qt
  164. 6.
  165. Call Stack (most recent call first):
  166. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  167. cmake/tests.cmake:18 (qt5_use_modules)
  168. cmake/tests.cmake:25 (kadu_add_plugin_test)
  169. kadu-core/dom/CMakeLists.txt:11 (kadu_add_test)
  170. This warning is for project developers. Use -Wno-dev to suppress it.
  171.  
  172. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  173. qt5_use_modules is not part of the official API, and might be removed in Qt
  174. 6.
  175. Call Stack (most recent call first):
  176. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  177. cmake/tests.cmake:18 (qt5_use_modules)
  178. cmake/tests.cmake:25 (kadu_add_plugin_test)
  179. kadu-core/execution-arguments/CMakeLists.txt:6 (kadu_add_test)
  180. This warning is for project developers. Use -Wno-dev to suppress it.
  181.  
  182. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  183. qt5_use_modules is not part of the official API, and might be removed in Qt
  184. 6.
  185. Call Stack (most recent call first):
  186. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  187. cmake/tests.cmake:18 (qt5_use_modules)
  188. cmake/tests.cmake:25 (kadu_add_plugin_test)
  189. kadu-core/formatted-string/CMakeLists.txt:15 (kadu_add_test)
  190. This warning is for project developers. Use -Wno-dev to suppress it.
  191.  
  192. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  193. qt5_use_modules is not part of the official API, and might be removed in Qt
  194. 6.
  195. Call Stack (most recent call first):
  196. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  197. cmake/tests.cmake:18 (qt5_use_modules)
  198. cmake/tests.cmake:25 (kadu_add_plugin_test)
  199. kadu-core/formatted-string/CMakeLists.txt:16 (kadu_add_test)
  200. This warning is for project developers. Use -Wno-dev to suppress it.
  201.  
  202. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  203. qt5_use_modules is not part of the official API, and might be removed in Qt
  204. 6.
  205. Call Stack (most recent call first):
  206. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  207. cmake/tests.cmake:18 (qt5_use_modules)
  208. cmake/tests.cmake:25 (kadu_add_plugin_test)
  209. kadu-core/html/CMakeLists.txt:7 (kadu_add_test)
  210. This warning is for project developers. Use -Wno-dev to suppress it.
  211.  
  212. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  213. qt5_use_modules is not part of the official API, and might be removed in Qt
  214. 6.
  215. Call Stack (most recent call first):
  216. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  217. cmake/tests.cmake:18 (qt5_use_modules)
  218. cmake/tests.cmake:25 (kadu_add_plugin_test)
  219. kadu-core/message/CMakeLists.txt:18 (kadu_add_test)
  220. This warning is for project developers. Use -Wno-dev to suppress it.
  221.  
  222. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  223. qt5_use_modules is not part of the official API, and might be removed in Qt
  224. 6.
  225. Call Stack (most recent call first):
  226. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  227. cmake/tests.cmake:18 (qt5_use_modules)
  228. cmake/tests.cmake:25 (kadu_add_plugin_test)
  229. kadu-core/misc/CMakeLists.txt:14 (kadu_add_test)
  230. This warning is for project developers. Use -Wno-dev to suppress it.
  231.  
  232. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  233. qt5_use_modules is not part of the official API, and might be removed in Qt
  234. 6.
  235. Call Stack (most recent call first):
  236. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  237. cmake/tests.cmake:18 (qt5_use_modules)
  238. cmake/tests.cmake:25 (kadu_add_plugin_test)
  239. kadu-core/misc/CMakeLists.txt:15 (kadu_add_test)
  240. This warning is for project developers. Use -Wno-dev to suppress it.
  241.  
  242. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  243. qt5_use_modules is not part of the official API, and might be removed in Qt
  244. 6.
  245. Call Stack (most recent call first):
  246. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  247. cmake/tests.cmake:18 (qt5_use_modules)
  248. cmake/tests.cmake:25 (kadu_add_plugin_test)
  249. kadu-core/misc/CMakeLists.txt:17 (kadu_add_test)
  250. This warning is for project developers. Use -Wno-dev to suppress it.
  251.  
  252. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  253. qt5_use_modules is not part of the official API, and might be removed in Qt
  254. 6.
  255. Call Stack (most recent call first):
  256. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  257. cmake/tests.cmake:18 (qt5_use_modules)
  258. cmake/tests.cmake:25 (kadu_add_plugin_test)
  259. kadu-core/misc/CMakeLists.txt:18 (kadu_add_test)
  260. This warning is for project developers. Use -Wno-dev to suppress it.
  261.  
  262. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  263. qt5_use_modules is not part of the official API, and might be removed in Qt
  264. 6.
  265. Call Stack (most recent call first):
  266. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  267. cmake/tests.cmake:18 (qt5_use_modules)
  268. cmake/tests.cmake:25 (kadu_add_plugin_test)
  269. kadu-core/misc/CMakeLists.txt:19 (kadu_add_test)
  270. This warning is for project developers. Use -Wno-dev to suppress it.
  271.  
  272. -- Using Qt network implementation
  273. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  274. qt5_use_modules is not part of the official API, and might be removed in Qt
  275. 6.
  276. Call Stack (most recent call first):
  277. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  278. cmake/tests.cmake:18 (qt5_use_modules)
  279. cmake/tests.cmake:25 (kadu_add_plugin_test)
  280. kadu-core/plugin/CMakeLists.txt:41 (kadu_add_test)
  281. This warning is for project developers. Use -Wno-dev to suppress it.
  282.  
  283. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  284. qt5_use_modules is not part of the official API, and might be removed in Qt
  285. 6.
  286. Call Stack (most recent call first):
  287. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  288. cmake/tests.cmake:18 (qt5_use_modules)
  289. cmake/tests.cmake:25 (kadu_add_plugin_test)
  290. kadu-core/plugin/CMakeLists.txt:42 (kadu_add_test)
  291. This warning is for project developers. Use -Wno-dev to suppress it.
  292.  
  293. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  294. qt5_use_modules is not part of the official API, and might be removed in Qt
  295. 6.
  296. Call Stack (most recent call first):
  297. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  298. cmake/tests.cmake:18 (qt5_use_modules)
  299. cmake/tests.cmake:25 (kadu_add_plugin_test)
  300. kadu-core/plugin/CMakeLists.txt:44 (kadu_add_test)
  301. This warning is for project developers. Use -Wno-dev to suppress it.
  302.  
  303. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  304. qt5_use_modules is not part of the official API, and might be removed in Qt
  305. 6.
  306. Call Stack (most recent call first):
  307. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  308. cmake/tests.cmake:18 (qt5_use_modules)
  309. cmake/tests.cmake:25 (kadu_add_plugin_test)
  310. kadu-core/plugin/CMakeLists.txt:45 (kadu_add_test)
  311. This warning is for project developers. Use -Wno-dev to suppress it.
  312.  
  313. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  314. qt5_use_modules is not part of the official API, and might be removed in Qt
  315. 6.
  316. Call Stack (most recent call first):
  317. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  318. cmake/tests.cmake:18 (qt5_use_modules)
  319. cmake/tests.cmake:25 (kadu_add_plugin_test)
  320. kadu-core/plugin/CMakeLists.txt:47 (kadu_add_test)
  321. This warning is for project developers. Use -Wno-dev to suppress it.
  322.  
  323. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  324. qt5_use_modules is not part of the official API, and might be removed in Qt
  325. 6.
  326. Call Stack (most recent call first):
  327. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  328. cmake/tests.cmake:18 (qt5_use_modules)
  329. cmake/tests.cmake:25 (kadu_add_plugin_test)
  330. kadu-core/plugin/CMakeLists.txt:48 (kadu_add_test)
  331. This warning is for project developers. Use -Wno-dev to suppress it.
  332.  
  333. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  334. qt5_use_modules is not part of the official API, and might be removed in Qt
  335. 6.
  336. Call Stack (most recent call first):
  337. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  338. cmake/tests.cmake:18 (qt5_use_modules)
  339. cmake/tests.cmake:25 (kadu_add_plugin_test)
  340. kadu-core/widgets/CMakeLists.txt:158 (kadu_add_test)
  341. This warning is for project developers. Use -Wno-dev to suppress it.
  342.  
  343. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  344. qt5_use_modules is not part of the official API, and might be removed in Qt
  345. 6.
  346. Call Stack (most recent call first):
  347. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  348. kadu-core/CMakeLists.txt:173 (qt5_use_modules)
  349. This warning is for project developers. Use -Wno-dev to suppress it.
  350.  
  351. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  352. qt5_use_modules is not part of the official API, and might be removed in Qt
  353. 6.
  354. Call Stack (most recent call first):
  355. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  356. kadu-core/CMakeLists.txt:175 (qt5_use_modules)
  357. This warning is for project developers. Use -Wno-dev to suppress it.
  358.  
  359. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  360. qt5_use_modules is not part of the official API, and might be removed in Qt
  361. 6.
  362. Call Stack (most recent call first):
  363. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  364. kadu-core/CMakeLists.txt:185 (qt5_use_modules)
  365. This warning is for project developers. Use -Wno-dev to suppress it.
  366.  
  367. -- Icon theme: default
  368. -- Icon theme: faenza
  369. -- Icon theme: glass
  370. -- Icon theme: oxygen
  371. -- Sound theme: default
  372. -- Plugin: antistring
  373. CMake Deprecation Warning at plugins/antistring/CMakeLists.txt:3 (cmake_minimum_required):
  374. Compatibility with CMake < 2.8.12 will be removed from a future version of
  375. CMake.
  376.  
  377. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  378. CMake that the project does not need compatibility with older versions.
  379.  
  380.  
  381. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  382. Compatibility with CMake < 2.8.12 will be removed from a future version of
  383. CMake.
  384.  
  385. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  386. CMake that the project does not need compatibility with older versions.
  387. Call Stack (most recent call first):
  388. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  389. plugins/antistring/CMakeLists.txt:5 (find_package)
  390.  
  391.  
  392. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  393. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  394. does not match the name of the calling package (Kadu). This can lead to
  395. problems in calling code that expects `find_package` result variables
  396. (e.g., `_FOUND`) to follow a certain pattern.
  397. Call Stack (most recent call first):
  398. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  399. cmake/KaduMacros.cmake:41 (include)
  400. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  401. plugins/antistring/CMakeLists.txt:5 (find_package)
  402. This warning is for project developers. Use -Wno-dev to suppress it.
  403.  
  404. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  405. qt5_use_modules is not part of the official API, and might be removed in Qt
  406. 6.
  407. Call Stack (most recent call first):
  408. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  409. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  410. plugins/antistring/CMakeLists.txt:25 (kadu_plugin)
  411. This warning is for project developers. Use -Wno-dev to suppress it.
  412.  
  413. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  414. qt5_use_modules is not part of the official API, and might be removed in Qt
  415. 6.
  416. Call Stack (most recent call first):
  417. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  418. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  419. plugins/antistring/CMakeLists.txt:25 (kadu_plugin)
  420. This warning is for project developers. Use -Wno-dev to suppress it.
  421.  
  422. -- Plugin: auto_hide
  423. CMake Deprecation Warning at plugins/auto_hide/CMakeLists.txt:3 (cmake_minimum_required):
  424. Compatibility with CMake < 2.8.12 will be removed from a future version of
  425. CMake.
  426.  
  427. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  428. CMake that the project does not need compatibility with older versions.
  429.  
  430.  
  431. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  432. Compatibility with CMake < 2.8.12 will be removed from a future version of
  433. CMake.
  434.  
  435. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  436. CMake that the project does not need compatibility with older versions.
  437. Call Stack (most recent call first):
  438. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  439. plugins/auto_hide/CMakeLists.txt:5 (find_package)
  440.  
  441.  
  442. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  443. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  444. does not match the name of the calling package (Kadu). This can lead to
  445. problems in calling code that expects `find_package` result variables
  446. (e.g., `_FOUND`) to follow a certain pattern.
  447. Call Stack (most recent call first):
  448. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  449. cmake/KaduMacros.cmake:41 (include)
  450. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  451. plugins/auto_hide/CMakeLists.txt:5 (find_package)
  452. This warning is for project developers. Use -Wno-dev to suppress it.
  453.  
  454. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  455. qt5_use_modules is not part of the official API, and might be removed in Qt
  456. 6.
  457. Call Stack (most recent call first):
  458. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  459. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  460. plugins/auto_hide/CMakeLists.txt:19 (kadu_plugin)
  461. This warning is for project developers. Use -Wno-dev to suppress it.
  462.  
  463. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  464. qt5_use_modules is not part of the official API, and might be removed in Qt
  465. 6.
  466. Call Stack (most recent call first):
  467. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  468. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  469. plugins/auto_hide/CMakeLists.txt:19 (kadu_plugin)
  470. This warning is for project developers. Use -Wno-dev to suppress it.
  471.  
  472. -- Plugin: autoaway
  473. CMake Deprecation Warning at plugins/autoaway/CMakeLists.txt:3 (cmake_minimum_required):
  474. Compatibility with CMake < 2.8.12 will be removed from a future version of
  475. CMake.
  476.  
  477. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  478. CMake that the project does not need compatibility with older versions.
  479.  
  480.  
  481. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  482. Compatibility with CMake < 2.8.12 will be removed from a future version of
  483. CMake.
  484.  
  485. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  486. CMake that the project does not need compatibility with older versions.
  487. Call Stack (most recent call first):
  488. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  489. plugins/autoaway/CMakeLists.txt:5 (find_package)
  490.  
  491.  
  492. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  493. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  494. does not match the name of the calling package (Kadu). This can lead to
  495. problems in calling code that expects `find_package` result variables
  496. (e.g., `_FOUND`) to follow a certain pattern.
  497. Call Stack (most recent call first):
  498. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  499. cmake/KaduMacros.cmake:41 (include)
  500. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  501. plugins/autoaway/CMakeLists.txt:5 (find_package)
  502. This warning is for project developers. Use -Wno-dev to suppress it.
  503.  
  504. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  505. qt5_use_modules is not part of the official API, and might be removed in Qt
  506. 6.
  507. Call Stack (most recent call first):
  508. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  509. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  510. plugins/autoaway/CMakeLists.txt:20 (kadu_plugin)
  511. This warning is for project developers. Use -Wno-dev to suppress it.
  512.  
  513. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  514. qt5_use_modules is not part of the official API, and might be removed in Qt
  515. 6.
  516. Call Stack (most recent call first):
  517. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  518. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  519. plugins/autoaway/CMakeLists.txt:20 (kadu_plugin)
  520. This warning is for project developers. Use -Wno-dev to suppress it.
  521.  
  522. -- Plugin: autoresponder
  523. CMake Deprecation Warning at plugins/autoresponder/CMakeLists.txt:3 (cmake_minimum_required):
  524. Compatibility with CMake < 2.8.12 will be removed from a future version of
  525. CMake.
  526.  
  527. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  528. CMake that the project does not need compatibility with older versions.
  529.  
  530.  
  531. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  532. Compatibility with CMake < 2.8.12 will be removed from a future version of
  533. CMake.
  534.  
  535. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  536. CMake that the project does not need compatibility with older versions.
  537. Call Stack (most recent call first):
  538. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  539. plugins/autoresponder/CMakeLists.txt:5 (find_package)
  540.  
  541.  
  542. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  543. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  544. does not match the name of the calling package (Kadu). This can lead to
  545. problems in calling code that expects `find_package` result variables
  546. (e.g., `_FOUND`) to follow a certain pattern.
  547. Call Stack (most recent call first):
  548. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  549. cmake/KaduMacros.cmake:41 (include)
  550. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  551. plugins/autoresponder/CMakeLists.txt:5 (find_package)
  552. This warning is for project developers. Use -Wno-dev to suppress it.
  553.  
  554. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  555. qt5_use_modules is not part of the official API, and might be removed in Qt
  556. 6.
  557. Call Stack (most recent call first):
  558. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  559. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  560. plugins/autoresponder/CMakeLists.txt:21 (kadu_plugin)
  561. This warning is for project developers. Use -Wno-dev to suppress it.
  562.  
  563. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  564. qt5_use_modules is not part of the official API, and might be removed in Qt
  565. 6.
  566. Call Stack (most recent call first):
  567. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  568. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  569. plugins/autoresponder/CMakeLists.txt:21 (kadu_plugin)
  570. This warning is for project developers. Use -Wno-dev to suppress it.
  571.  
  572. -- Plugin: autostatus
  573. CMake Deprecation Warning at plugins/autostatus/CMakeLists.txt:3 (cmake_minimum_required):
  574. Compatibility with CMake < 2.8.12 will be removed from a future version of
  575. CMake.
  576.  
  577. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  578. CMake that the project does not need compatibility with older versions.
  579.  
  580.  
  581. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  582. Compatibility with CMake < 2.8.12 will be removed from a future version of
  583. CMake.
  584.  
  585. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  586. CMake that the project does not need compatibility with older versions.
  587. Call Stack (most recent call first):
  588. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  589. plugins/autostatus/CMakeLists.txt:5 (find_package)
  590.  
  591.  
  592. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  593. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  594. does not match the name of the calling package (Kadu). This can lead to
  595. problems in calling code that expects `find_package` result variables
  596. (e.g., `_FOUND`) to follow a certain pattern.
  597. Call Stack (most recent call first):
  598. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  599. cmake/KaduMacros.cmake:41 (include)
  600. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  601. plugins/autostatus/CMakeLists.txt:5 (find_package)
  602. This warning is for project developers. Use -Wno-dev to suppress it.
  603.  
  604. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  605. qt5_use_modules is not part of the official API, and might be removed in Qt
  606. 6.
  607. Call Stack (most recent call first):
  608. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  609. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  610. plugins/autostatus/CMakeLists.txt:23 (kadu_plugin)
  611. This warning is for project developers. Use -Wno-dev to suppress it.
  612.  
  613. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  614. qt5_use_modules is not part of the official API, and might be removed in Qt
  615. 6.
  616. Call Stack (most recent call first):
  617. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  618. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  619. plugins/autostatus/CMakeLists.txt:23 (kadu_plugin)
  620. This warning is for project developers. Use -Wno-dev to suppress it.
  621.  
  622. -- Plugin: cenzor
  623. CMake Deprecation Warning at plugins/cenzor/CMakeLists.txt:3 (cmake_minimum_required):
  624. Compatibility with CMake < 2.8.12 will be removed from a future version of
  625. CMake.
  626.  
  627. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  628. CMake that the project does not need compatibility with older versions.
  629.  
  630.  
  631. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  632. Compatibility with CMake < 2.8.12 will be removed from a future version of
  633. CMake.
  634.  
  635. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  636. CMake that the project does not need compatibility with older versions.
  637. Call Stack (most recent call first):
  638. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  639. plugins/cenzor/CMakeLists.txt:5 (find_package)
  640.  
  641.  
  642. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  643. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  644. does not match the name of the calling package (Kadu). This can lead to
  645. problems in calling code that expects `find_package` result variables
  646. (e.g., `_FOUND`) to follow a certain pattern.
  647. Call Stack (most recent call first):
  648. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  649. cmake/KaduMacros.cmake:41 (include)
  650. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  651. plugins/cenzor/CMakeLists.txt:5 (find_package)
  652. This warning is for project developers. Use -Wno-dev to suppress it.
  653.  
  654. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  655. qt5_use_modules is not part of the official API, and might be removed in Qt
  656. 6.
  657. Call Stack (most recent call first):
  658. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  659. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  660. plugins/cenzor/CMakeLists.txt:28 (kadu_plugin)
  661. This warning is for project developers. Use -Wno-dev to suppress it.
  662.  
  663. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  664. qt5_use_modules is not part of the official API, and might be removed in Qt
  665. 6.
  666. Call Stack (most recent call first):
  667. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  668. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  669. plugins/cenzor/CMakeLists.txt:28 (kadu_plugin)
  670. This warning is for project developers. Use -Wno-dev to suppress it.
  671.  
  672. -- Plugin: chat_notify
  673. CMake Deprecation Warning at plugins/chat_notify/CMakeLists.txt:3 (cmake_minimum_required):
  674. Compatibility with CMake < 2.8.12 will be removed from a future version of
  675. CMake.
  676.  
  677. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  678. CMake that the project does not need compatibility with older versions.
  679.  
  680.  
  681. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  682. Compatibility with CMake < 2.8.12 will be removed from a future version of
  683. CMake.
  684.  
  685. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  686. CMake that the project does not need compatibility with older versions.
  687. Call Stack (most recent call first):
  688. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  689. plugins/chat_notify/CMakeLists.txt:5 (find_package)
  690.  
  691.  
  692. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  693. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  694. does not match the name of the calling package (Kadu). This can lead to
  695. problems in calling code that expects `find_package` result variables
  696. (e.g., `_FOUND`) to follow a certain pattern.
  697. Call Stack (most recent call first):
  698. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  699. cmake/KaduMacros.cmake:41 (include)
  700. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  701. plugins/chat_notify/CMakeLists.txt:5 (find_package)
  702. This warning is for project developers. Use -Wno-dev to suppress it.
  703.  
  704. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  705. qt5_use_modules is not part of the official API, and might be removed in Qt
  706. 6.
  707. Call Stack (most recent call first):
  708. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  709. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  710. plugins/chat_notify/CMakeLists.txt:17 (kadu_plugin)
  711. This warning is for project developers. Use -Wno-dev to suppress it.
  712.  
  713. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  714. qt5_use_modules is not part of the official API, and might be removed in Qt
  715. 6.
  716. Call Stack (most recent call first):
  717. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  718. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  719. plugins/chat_notify/CMakeLists.txt:17 (kadu_plugin)
  720. This warning is for project developers. Use -Wno-dev to suppress it.
  721.  
  722. -- Plugin: config_wizard
  723. CMake Deprecation Warning at plugins/config_wizard/CMakeLists.txt:3 (cmake_minimum_required):
  724. Compatibility with CMake < 2.8.12 will be removed from a future version of
  725. CMake.
  726.  
  727. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  728. CMake that the project does not need compatibility with older versions.
  729.  
  730.  
  731. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  732. Compatibility with CMake < 2.8.12 will be removed from a future version of
  733. CMake.
  734.  
  735. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  736. CMake that the project does not need compatibility with older versions.
  737. Call Stack (most recent call first):
  738. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  739. plugins/config_wizard/CMakeLists.txt:5 (find_package)
  740.  
  741.  
  742. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  743. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  744. does not match the name of the calling package (Kadu). This can lead to
  745. problems in calling code that expects `find_package` result variables
  746. (e.g., `_FOUND`) to follow a certain pattern.
  747. Call Stack (most recent call first):
  748. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  749. cmake/KaduMacros.cmake:41 (include)
  750. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  751. plugins/config_wizard/CMakeLists.txt:5 (find_package)
  752. This warning is for project developers. Use -Wno-dev to suppress it.
  753.  
  754. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  755. qt5_use_modules is not part of the official API, and might be removed in Qt
  756. 6.
  757. Call Stack (most recent call first):
  758. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  759. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  760. plugins/config_wizard/CMakeLists.txt:25 (kadu_plugin)
  761. This warning is for project developers. Use -Wno-dev to suppress it.
  762.  
  763. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  764. qt5_use_modules is not part of the official API, and might be removed in Qt
  765. 6.
  766. Call Stack (most recent call first):
  767. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  768. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  769. plugins/config_wizard/CMakeLists.txt:25 (kadu_plugin)
  770. This warning is for project developers. Use -Wno-dev to suppress it.
  771.  
  772. -- Plugin: docking
  773. CMake Deprecation Warning at plugins/docking/CMakeLists.txt:3 (cmake_minimum_required):
  774. Compatibility with CMake < 2.8.12 will be removed from a future version of
  775. CMake.
  776.  
  777. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  778. CMake that the project does not need compatibility with older versions.
  779.  
  780.  
  781. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  782. Compatibility with CMake < 2.8.12 will be removed from a future version of
  783. CMake.
  784.  
  785. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  786. CMake that the project does not need compatibility with older versions.
  787. Call Stack (most recent call first):
  788. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  789. plugins/docking/CMakeLists.txt:5 (find_package)
  790.  
  791.  
  792. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  793. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  794. does not match the name of the calling package (Kadu). This can lead to
  795. problems in calling code that expects `find_package` result variables
  796. (e.g., `_FOUND`) to follow a certain pattern.
  797. Call Stack (most recent call first):
  798. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  799. cmake/KaduMacros.cmake:41 (include)
  800. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  801. plugins/docking/CMakeLists.txt:5 (find_package)
  802. This warning is for project developers. Use -Wno-dev to suppress it.
  803.  
  804. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  805. qt5_use_modules is not part of the official API, and might be removed in Qt
  806. 6.
  807. Call Stack (most recent call first):
  808. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  809. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  810. plugins/docking/CMakeLists.txt:31 (kadu_plugin)
  811. This warning is for project developers. Use -Wno-dev to suppress it.
  812.  
  813. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  814. qt5_use_modules is not part of the official API, and might be removed in Qt
  815. 6.
  816. Call Stack (most recent call first):
  817. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  818. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  819. plugins/docking/CMakeLists.txt:31 (kadu_plugin)
  820. This warning is for project developers. Use -Wno-dev to suppress it.
  821.  
  822. -- Plugin: docking_notify
  823. CMake Deprecation Warning at plugins/docking_notify/CMakeLists.txt:3 (cmake_minimum_required):
  824. Compatibility with CMake < 2.8.12 will be removed from a future version of
  825. CMake.
  826.  
  827. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  828. CMake that the project does not need compatibility with older versions.
  829.  
  830.  
  831. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  832. Compatibility with CMake < 2.8.12 will be removed from a future version of
  833. CMake.
  834.  
  835. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  836. CMake that the project does not need compatibility with older versions.
  837. Call Stack (most recent call first):
  838. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  839. plugins/docking_notify/CMakeLists.txt:5 (find_package)
  840.  
  841.  
  842. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  843. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  844. does not match the name of the calling package (Kadu). This can lead to
  845. problems in calling code that expects `find_package` result variables
  846. (e.g., `_FOUND`) to follow a certain pattern.
  847. Call Stack (most recent call first):
  848. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  849. cmake/KaduMacros.cmake:41 (include)
  850. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  851. plugins/docking_notify/CMakeLists.txt:5 (find_package)
  852. This warning is for project developers. Use -Wno-dev to suppress it.
  853.  
  854. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  855. qt5_use_modules is not part of the official API, and might be removed in Qt
  856. 6.
  857. Call Stack (most recent call first):
  858. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  859. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  860. plugins/docking_notify/CMakeLists.txt:19 (kadu_plugin)
  861. This warning is for project developers. Use -Wno-dev to suppress it.
  862.  
  863. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  864. qt5_use_modules is not part of the official API, and might be removed in Qt
  865. 6.
  866. Call Stack (most recent call first):
  867. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  868. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  869. plugins/docking_notify/CMakeLists.txt:19 (kadu_plugin)
  870. This warning is for project developers. Use -Wno-dev to suppress it.
  871.  
  872. -- Plugin: emoticons
  873. CMake Deprecation Warning at plugins/emoticons/CMakeLists.txt:3 (cmake_minimum_required):
  874. Compatibility with CMake < 2.8.12 will be removed from a future version of
  875. CMake.
  876.  
  877. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  878. CMake that the project does not need compatibility with older versions.
  879.  
  880.  
  881. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  882. Compatibility with CMake < 2.8.12 will be removed from a future version of
  883. CMake.
  884.  
  885. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  886. CMake that the project does not need compatibility with older versions.
  887. Call Stack (most recent call first):
  888. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  889. plugins/emoticons/CMakeLists.txt:5 (find_package)
  890.  
  891.  
  892. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  893. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  894. does not match the name of the calling package (Kadu). This can lead to
  895. problems in calling code that expects `find_package` result variables
  896. (e.g., `_FOUND`) to follow a certain pattern.
  897. Call Stack (most recent call first):
  898. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  899. cmake/KaduMacros.cmake:41 (include)
  900. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  901. plugins/emoticons/CMakeLists.txt:5 (find_package)
  902. This warning is for project developers. Use -Wno-dev to suppress it.
  903.  
  904. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  905. qt5_use_modules is not part of the official API, and might be removed in Qt
  906. 6.
  907. Call Stack (most recent call first):
  908. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  909. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  910. plugins/emoticons/CMakeLists.txt:51 (kadu_plugin)
  911. This warning is for project developers. Use -Wno-dev to suppress it.
  912.  
  913. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  914. qt5_use_modules is not part of the official API, and might be removed in Qt
  915. 6.
  916. Call Stack (most recent call first):
  917. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  918. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  919. plugins/emoticons/CMakeLists.txt:51 (kadu_plugin)
  920. This warning is for project developers. Use -Wno-dev to suppress it.
  921.  
  922. -- Emoticon theme: penguins
  923. -- Emoticon theme: tango
  924. -- Plugin: encryption_otr
  925. CMake Deprecation Warning at plugins/encryption_otr/CMakeLists.txt:3 (cmake_minimum_required):
  926. Compatibility with CMake < 2.8.12 will be removed from a future version of
  927. CMake.
  928.  
  929. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  930. CMake that the project does not need compatibility with older versions.
  931.  
  932.  
  933. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  934. Compatibility with CMake < 2.8.12 will be removed from a future version of
  935. CMake.
  936.  
  937. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  938. CMake that the project does not need compatibility with older versions.
  939. Call Stack (most recent call first):
  940. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  941. plugins/encryption_otr/CMakeLists.txt:5 (find_package)
  942.  
  943.  
  944. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  945. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  946. does not match the name of the calling package (Kadu). This can lead to
  947. problems in calling code that expects `find_package` result variables
  948. (e.g., `_FOUND`) to follow a certain pattern.
  949. Call Stack (most recent call first):
  950. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  951. cmake/KaduMacros.cmake:41 (include)
  952. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  953. plugins/encryption_otr/CMakeLists.txt:5 (find_package)
  954. This warning is for project developers. Use -Wno-dev to suppress it.
  955.  
  956. -- Checking for module 'libotr>=4.0'
  957. -- Found libotr, version 4.1.1
  958. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  959. qt5_use_modules is not part of the official API, and might be removed in Qt
  960. 6.
  961. Call Stack (most recent call first):
  962. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  963. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  964. plugins/encryption_otr/CMakeLists.txt:110 (kadu_plugin)
  965. This warning is for project developers. Use -Wno-dev to suppress it.
  966.  
  967. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  968. qt5_use_modules is not part of the official API, and might be removed in Qt
  969. 6.
  970. Call Stack (most recent call first):
  971. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  972. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  973. plugins/encryption_otr/CMakeLists.txt:110 (kadu_plugin)
  974. This warning is for project developers. Use -Wno-dev to suppress it.
  975.  
  976. -- Plugin: exec_notify
  977. CMake Deprecation Warning at plugins/exec_notify/CMakeLists.txt:3 (cmake_minimum_required):
  978. Compatibility with CMake < 2.8.12 will be removed from a future version of
  979. CMake.
  980.  
  981. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  982. CMake that the project does not need compatibility with older versions.
  983.  
  984.  
  985. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  986. Compatibility with CMake < 2.8.12 will be removed from a future version of
  987. CMake.
  988.  
  989. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  990. CMake that the project does not need compatibility with older versions.
  991. Call Stack (most recent call first):
  992. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  993. plugins/exec_notify/CMakeLists.txt:5 (find_package)
  994.  
  995.  
  996. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  997. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  998. does not match the name of the calling package (Kadu). This can lead to
  999. problems in calling code that expects `find_package` result variables
  1000. (e.g., `_FOUND`) to follow a certain pattern.
  1001. Call Stack (most recent call first):
  1002. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1003. cmake/KaduMacros.cmake:41 (include)
  1004. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1005. plugins/exec_notify/CMakeLists.txt:5 (find_package)
  1006. This warning is for project developers. Use -Wno-dev to suppress it.
  1007.  
  1008. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1009. qt5_use_modules is not part of the official API, and might be removed in Qt
  1010. 6.
  1011. Call Stack (most recent call first):
  1012. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1013. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1014. plugins/exec_notify/CMakeLists.txt:15 (kadu_plugin)
  1015. This warning is for project developers. Use -Wno-dev to suppress it.
  1016.  
  1017. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1018. qt5_use_modules is not part of the official API, and might be removed in Qt
  1019. 6.
  1020. Call Stack (most recent call first):
  1021. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1022. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1023. plugins/exec_notify/CMakeLists.txt:15 (kadu_plugin)
  1024. This warning is for project developers. Use -Wno-dev to suppress it.
  1025.  
  1026. -- Plugin: ext_sound
  1027. CMake Deprecation Warning at plugins/ext_sound/CMakeLists.txt:3 (cmake_minimum_required):
  1028. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1029. CMake.
  1030.  
  1031. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1032. CMake that the project does not need compatibility with older versions.
  1033.  
  1034.  
  1035. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1036. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1037. CMake.
  1038.  
  1039. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1040. CMake that the project does not need compatibility with older versions.
  1041. Call Stack (most recent call first):
  1042. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1043. plugins/ext_sound/CMakeLists.txt:5 (find_package)
  1044.  
  1045.  
  1046. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1047. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1048. does not match the name of the calling package (Kadu). This can lead to
  1049. problems in calling code that expects `find_package` result variables
  1050. (e.g., `_FOUND`) to follow a certain pattern.
  1051. Call Stack (most recent call first):
  1052. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1053. cmake/KaduMacros.cmake:41 (include)
  1054. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1055. plugins/ext_sound/CMakeLists.txt:5 (find_package)
  1056. This warning is for project developers. Use -Wno-dev to suppress it.
  1057.  
  1058. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1059. qt5_use_modules is not part of the official API, and might be removed in Qt
  1060. 6.
  1061. Call Stack (most recent call first):
  1062. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1063. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1064. plugins/ext_sound/CMakeLists.txt:18 (kadu_plugin)
  1065. This warning is for project developers. Use -Wno-dev to suppress it.
  1066.  
  1067. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1068. qt5_use_modules is not part of the official API, and might be removed in Qt
  1069. 6.
  1070. Call Stack (most recent call first):
  1071. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1072. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1073. plugins/ext_sound/CMakeLists.txt:18 (kadu_plugin)
  1074. This warning is for project developers. Use -Wno-dev to suppress it.
  1075.  
  1076. -- Plugin: facebook_protocol
  1077. CMake Deprecation Warning at plugins/facebook_protocol/CMakeLists.txt:3 (cmake_minimum_required):
  1078. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1079. CMake.
  1080.  
  1081. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1082. CMake that the project does not need compatibility with older versions.
  1083.  
  1084.  
  1085. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1086. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1087. CMake.
  1088.  
  1089. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1090. CMake that the project does not need compatibility with older versions.
  1091. Call Stack (most recent call first):
  1092. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1093. plugins/facebook_protocol/CMakeLists.txt:5 (find_package)
  1094.  
  1095.  
  1096. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1097. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1098. does not match the name of the calling package (Kadu). This can lead to
  1099. problems in calling code that expects `find_package` result variables
  1100. (e.g., `_FOUND`) to follow a certain pattern.
  1101. Call Stack (most recent call first):
  1102. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1103. cmake/KaduMacros.cmake:41 (include)
  1104. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1105. plugins/facebook_protocol/CMakeLists.txt:5 (find_package)
  1106. This warning is for project developers. Use -Wno-dev to suppress it.
  1107.  
  1108. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
  1109. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1110. qt5_use_modules is not part of the official API, and might be removed in Qt
  1111. 6.
  1112. Call Stack (most recent call first):
  1113. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1114. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1115. plugins/facebook_protocol/CMakeLists.txt:82 (kadu_plugin)
  1116. This warning is for project developers. Use -Wno-dev to suppress it.
  1117.  
  1118. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1119. qt5_use_modules is not part of the official API, and might be removed in Qt
  1120. 6.
  1121. Call Stack (most recent call first):
  1122. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1123. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1124. plugins/facebook_protocol/CMakeLists.txt:82 (kadu_plugin)
  1125. This warning is for project developers. Use -Wno-dev to suppress it.
  1126.  
  1127. -- Plugin: filedesc
  1128. CMake Deprecation Warning at plugins/filedesc/CMakeLists.txt:3 (cmake_minimum_required):
  1129. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1130. CMake.
  1131.  
  1132. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1133. CMake that the project does not need compatibility with older versions.
  1134.  
  1135.  
  1136. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1137. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1138. CMake.
  1139.  
  1140. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1141. CMake that the project does not need compatibility with older versions.
  1142. Call Stack (most recent call first):
  1143. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1144. plugins/filedesc/CMakeLists.txt:5 (find_package)
  1145.  
  1146.  
  1147. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1148. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1149. does not match the name of the calling package (Kadu). This can lead to
  1150. problems in calling code that expects `find_package` result variables
  1151. (e.g., `_FOUND`) to follow a certain pattern.
  1152. Call Stack (most recent call first):
  1153. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1154. cmake/KaduMacros.cmake:41 (include)
  1155. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1156. plugins/filedesc/CMakeLists.txt:5 (find_package)
  1157. This warning is for project developers. Use -Wno-dev to suppress it.
  1158.  
  1159. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1160. qt5_use_modules is not part of the official API, and might be removed in Qt
  1161. 6.
  1162. Call Stack (most recent call first):
  1163. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1164. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1165. plugins/filedesc/CMakeLists.txt:19 (kadu_plugin)
  1166. This warning is for project developers. Use -Wno-dev to suppress it.
  1167.  
  1168. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1169. qt5_use_modules is not part of the official API, and might be removed in Qt
  1170. 6.
  1171. Call Stack (most recent call first):
  1172. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1173. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1174. plugins/filedesc/CMakeLists.txt:19 (kadu_plugin)
  1175. This warning is for project developers. Use -Wno-dev to suppress it.
  1176.  
  1177. -- Plugin: firewall
  1178. CMake Deprecation Warning at plugins/firewall/CMakeLists.txt:3 (cmake_minimum_required):
  1179. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1180. CMake.
  1181.  
  1182. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1183. CMake that the project does not need compatibility with older versions.
  1184.  
  1185.  
  1186. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1187. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1188. CMake.
  1189.  
  1190. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1191. CMake that the project does not need compatibility with older versions.
  1192. Call Stack (most recent call first):
  1193. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1194. plugins/firewall/CMakeLists.txt:5 (find_package)
  1195.  
  1196.  
  1197. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1198. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1199. does not match the name of the calling package (Kadu). This can lead to
  1200. problems in calling code that expects `find_package` result variables
  1201. (e.g., `_FOUND`) to follow a certain pattern.
  1202. Call Stack (most recent call first):
  1203. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1204. cmake/KaduMacros.cmake:41 (include)
  1205. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1206. plugins/firewall/CMakeLists.txt:5 (find_package)
  1207. This warning is for project developers. Use -Wno-dev to suppress it.
  1208.  
  1209. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1210. qt5_use_modules is not part of the official API, and might be removed in Qt
  1211. 6.
  1212. Call Stack (most recent call first):
  1213. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1214. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1215. plugins/firewall/CMakeLists.txt:20 (kadu_plugin)
  1216. This warning is for project developers. Use -Wno-dev to suppress it.
  1217.  
  1218. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1219. qt5_use_modules is not part of the official API, and might be removed in Qt
  1220. 6.
  1221. Call Stack (most recent call first):
  1222. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1223. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1224. plugins/firewall/CMakeLists.txt:20 (kadu_plugin)
  1225. This warning is for project developers. Use -Wno-dev to suppress it.
  1226.  
  1227. -- Plugin: freedesktop_notify
  1228. CMake Deprecation Warning at plugins/freedesktop_notify/CMakeLists.txt:3 (cmake_minimum_required):
  1229. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1230. CMake.
  1231.  
  1232. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1233. CMake that the project does not need compatibility with older versions.
  1234.  
  1235.  
  1236. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1237. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1238. CMake.
  1239.  
  1240. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1241. CMake that the project does not need compatibility with older versions.
  1242. Call Stack (most recent call first):
  1243. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1244. plugins/freedesktop_notify/CMakeLists.txt:5 (find_package)
  1245.  
  1246.  
  1247. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1248. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1249. does not match the name of the calling package (Kadu). This can lead to
  1250. problems in calling code that expects `find_package` result variables
  1251. (e.g., `_FOUND`) to follow a certain pattern.
  1252. Call Stack (most recent call first):
  1253. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1254. cmake/KaduMacros.cmake:41 (include)
  1255. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1256. plugins/freedesktop_notify/CMakeLists.txt:5 (find_package)
  1257. This warning is for project developers. Use -Wno-dev to suppress it.
  1258.  
  1259. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1260. qt5_use_modules is not part of the official API, and might be removed in Qt
  1261. 6.
  1262. Call Stack (most recent call first):
  1263. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1264. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1265. plugins/freedesktop_notify/CMakeLists.txt:18 (kadu_plugin)
  1266. This warning is for project developers. Use -Wno-dev to suppress it.
  1267.  
  1268. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1269. qt5_use_modules is not part of the official API, and might be removed in Qt
  1270. 6.
  1271. Call Stack (most recent call first):
  1272. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1273. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1274. plugins/freedesktop_notify/CMakeLists.txt:18 (kadu_plugin)
  1275. This warning is for project developers. Use -Wno-dev to suppress it.
  1276.  
  1277. -- Plugin: gadu_protocol
  1278. CMake Deprecation Warning at plugins/gadu_protocol/CMakeLists.txt:3 (cmake_minimum_required):
  1279. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1280. CMake.
  1281.  
  1282. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1283. CMake that the project does not need compatibility with older versions.
  1284.  
  1285.  
  1286. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1287. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1288. CMake.
  1289.  
  1290. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1291. CMake that the project does not need compatibility with older versions.
  1292. Call Stack (most recent call first):
  1293. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1294. plugins/gadu_protocol/CMakeLists.txt:5 (find_package)
  1295.  
  1296.  
  1297. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1298. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1299. does not match the name of the calling package (Kadu). This can lead to
  1300. problems in calling code that expects `find_package` result variables
  1301. (e.g., `_FOUND`) to follow a certain pattern.
  1302. Call Stack (most recent call first):
  1303. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1304. cmake/KaduMacros.cmake:41 (include)
  1305. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1306. plugins/gadu_protocol/CMakeLists.txt:5 (find_package)
  1307. This warning is for project developers. Use -Wno-dev to suppress it.
  1308.  
  1309. -- Checking for one of the modules 'libgadu>=1.12.1'
  1310. -- * libgadu (version 1.12.2) was found in /usr/lib
  1311. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1312. qt5_use_modules is not part of the official API, and might be removed in Qt
  1313. 6.
  1314. Call Stack (most recent call first):
  1315. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1316. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1317. plugins/gadu_protocol/CMakeLists.txt:116 (kadu_plugin)
  1318. This warning is for project developers. Use -Wno-dev to suppress it.
  1319.  
  1320. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1321. qt5_use_modules is not part of the official API, and might be removed in Qt
  1322. 6.
  1323. Call Stack (most recent call first):
  1324. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1325. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1326. plugins/gadu_protocol/CMakeLists.txt:116 (kadu_plugin)
  1327. This warning is for project developers. Use -Wno-dev to suppress it.
  1328.  
  1329. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1330. qt5_use_modules is not part of the official API, and might be removed in Qt
  1331. 6.
  1332. Call Stack (most recent call first):
  1333. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1334. cmake/KaduMacros.cmake:209 (qt5_use_modules)
  1335. plugins/gadu_protocol/CMakeLists.txt:116 (kadu_plugin)
  1336. This warning is for project developers. Use -Wno-dev to suppress it.
  1337.  
  1338. -- Plugin: hints
  1339. CMake Deprecation Warning at plugins/hints/CMakeLists.txt:3 (cmake_minimum_required):
  1340. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1341. CMake.
  1342.  
  1343. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1344. CMake that the project does not need compatibility with older versions.
  1345.  
  1346.  
  1347. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1348. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1349. CMake.
  1350.  
  1351. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1352. CMake that the project does not need compatibility with older versions.
  1353. Call Stack (most recent call first):
  1354. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1355. plugins/hints/CMakeLists.txt:5 (find_package)
  1356.  
  1357.  
  1358. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1359. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1360. does not match the name of the calling package (Kadu). This can lead to
  1361. problems in calling code that expects `find_package` result variables
  1362. (e.g., `_FOUND`) to follow a certain pattern.
  1363. Call Stack (most recent call first):
  1364. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1365. cmake/KaduMacros.cmake:41 (include)
  1366. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1367. plugins/hints/CMakeLists.txt:5 (find_package)
  1368. This warning is for project developers. Use -Wno-dev to suppress it.
  1369.  
  1370. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1371. qt5_use_modules is not part of the official API, and might be removed in Qt
  1372. 6.
  1373. Call Stack (most recent call first):
  1374. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1375. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1376. plugins/hints/CMakeLists.txt:22 (kadu_plugin)
  1377. This warning is for project developers. Use -Wno-dev to suppress it.
  1378.  
  1379. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1380. qt5_use_modules is not part of the official API, and might be removed in Qt
  1381. 6.
  1382. Call Stack (most recent call first):
  1383. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1384. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1385. plugins/hints/CMakeLists.txt:22 (kadu_plugin)
  1386. This warning is for project developers. Use -Wno-dev to suppress it.
  1387.  
  1388. -- Plugin: history
  1389. CMake Deprecation Warning at plugins/history/CMakeLists.txt:3 (cmake_minimum_required):
  1390. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1391. CMake.
  1392.  
  1393. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1394. CMake that the project does not need compatibility with older versions.
  1395.  
  1396.  
  1397. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1398. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1399. CMake.
  1400.  
  1401. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1402. CMake that the project does not need compatibility with older versions.
  1403. Call Stack (most recent call first):
  1404. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1405. plugins/history/CMakeLists.txt:5 (find_package)
  1406.  
  1407.  
  1408. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1409. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1410. does not match the name of the calling package (Kadu). This can lead to
  1411. problems in calling code that expects `find_package` result variables
  1412. (e.g., `_FOUND`) to follow a certain pattern.
  1413. Call Stack (most recent call first):
  1414. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1415. cmake/KaduMacros.cmake:41 (include)
  1416. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1417. plugins/history/CMakeLists.txt:5 (find_package)
  1418. This warning is for project developers. Use -Wno-dev to suppress it.
  1419.  
  1420. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1421. qt5_use_modules is not part of the official API, and might be removed in Qt
  1422. 6.
  1423. Call Stack (most recent call first):
  1424. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1425. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1426. plugins/history/CMakeLists.txt:61 (kadu_plugin)
  1427. This warning is for project developers. Use -Wno-dev to suppress it.
  1428.  
  1429. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1430. qt5_use_modules is not part of the official API, and might be removed in Qt
  1431. 6.
  1432. Call Stack (most recent call first):
  1433. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1434. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1435. plugins/history/CMakeLists.txt:61 (kadu_plugin)
  1436. This warning is for project developers. Use -Wno-dev to suppress it.
  1437.  
  1438. -- Plugin: idle
  1439. CMake Deprecation Warning at plugins/idle/CMakeLists.txt:3 (cmake_minimum_required):
  1440. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1441. CMake.
  1442.  
  1443. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1444. CMake that the project does not need compatibility with older versions.
  1445.  
  1446.  
  1447. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1448. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1449. CMake.
  1450.  
  1451. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1452. CMake that the project does not need compatibility with older versions.
  1453. Call Stack (most recent call first):
  1454. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1455. plugins/idle/CMakeLists.txt:5 (find_package)
  1456.  
  1457.  
  1458. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1459. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1460. does not match the name of the calling package (Kadu). This can lead to
  1461. problems in calling code that expects `find_package` result variables
  1462. (e.g., `_FOUND`) to follow a certain pattern.
  1463. Call Stack (most recent call first):
  1464. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1465. cmake/KaduMacros.cmake:41 (include)
  1466. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1467. plugins/idle/CMakeLists.txt:5 (find_package)
  1468. This warning is for project developers. Use -Wno-dev to suppress it.
  1469.  
  1470. -- Found X11: /usr/include found components: Xutil Xscreensaver
  1471. -- Found required X11 libraries: /usr/lib/libX11.so;/usr/lib/libXss.so
  1472. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1473. qt5_use_modules is not part of the official API, and might be removed in Qt
  1474. 6.
  1475. Call Stack (most recent call first):
  1476. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1477. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1478. plugins/idle/CMakeLists.txt:42 (kadu_plugin)
  1479. This warning is for project developers. Use -Wno-dev to suppress it.
  1480.  
  1481. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1482. qt5_use_modules is not part of the official API, and might be removed in Qt
  1483. 6.
  1484. Call Stack (most recent call first):
  1485. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1486. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1487. plugins/idle/CMakeLists.txt:42 (kadu_plugin)
  1488. This warning is for project developers. Use -Wno-dev to suppress it.
  1489.  
  1490. -- Plugin: imagelink
  1491. CMake Deprecation Warning at plugins/imagelink/CMakeLists.txt:3 (cmake_minimum_required):
  1492. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1493. CMake.
  1494.  
  1495. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1496. CMake that the project does not need compatibility with older versions.
  1497.  
  1498.  
  1499. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1500. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1501. CMake.
  1502.  
  1503. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1504. CMake that the project does not need compatibility with older versions.
  1505. Call Stack (most recent call first):
  1506. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1507. plugins/imagelink/CMakeLists.txt:5 (find_package)
  1508.  
  1509.  
  1510. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1511. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1512. does not match the name of the calling package (Kadu). This can lead to
  1513. problems in calling code that expects `find_package` result variables
  1514. (e.g., `_FOUND`) to follow a certain pattern.
  1515. Call Stack (most recent call first):
  1516. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1517. cmake/KaduMacros.cmake:41 (include)
  1518. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1519. plugins/imagelink/CMakeLists.txt:5 (find_package)
  1520. This warning is for project developers. Use -Wno-dev to suppress it.
  1521.  
  1522. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1523. qt5_use_modules is not part of the official API, and might be removed in Qt
  1524. 6.
  1525. Call Stack (most recent call first):
  1526. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1527. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1528. plugins/imagelink/CMakeLists.txt:24 (kadu_plugin)
  1529. This warning is for project developers. Use -Wno-dev to suppress it.
  1530.  
  1531. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1532. qt5_use_modules is not part of the official API, and might be removed in Qt
  1533. 6.
  1534. Call Stack (most recent call first):
  1535. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1536. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1537. plugins/imagelink/CMakeLists.txt:24 (kadu_plugin)
  1538. This warning is for project developers. Use -Wno-dev to suppress it.
  1539.  
  1540. -- Plugin: jabber_protocol
  1541. CMake Deprecation Warning at plugins/jabber_protocol/CMakeLists.txt:3 (cmake_minimum_required):
  1542. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1543. CMake.
  1544.  
  1545. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1546. CMake that the project does not need compatibility with older versions.
  1547.  
  1548.  
  1549. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1550. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1551. CMake.
  1552.  
  1553. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1554. CMake that the project does not need compatibility with older versions.
  1555. Call Stack (most recent call first):
  1556. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1557. plugins/jabber_protocol/CMakeLists.txt:5 (find_package)
  1558.  
  1559.  
  1560. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1561. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1562. does not match the name of the calling package (Kadu). This can lead to
  1563. problems in calling code that expects `find_package` result variables
  1564. (e.g., `_FOUND`) to follow a certain pattern.
  1565. Call Stack (most recent call first):
  1566. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1567. cmake/KaduMacros.cmake:41 (include)
  1568. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1569. plugins/jabber_protocol/CMakeLists.txt:5 (find_package)
  1570. This warning is for project developers. Use -Wno-dev to suppress it.
  1571.  
  1572. -- Checking for one of the modules 'libidn'
  1573. -- Checking for one of the modules 'zlib'
  1574. -- Checking for one of the modules 'qxmpp>=0.8.3'
  1575. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1576. qt5_use_modules is not part of the official API, and might be removed in Qt
  1577. 6.
  1578. Call Stack (most recent call first):
  1579. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1580. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1581. plugins/jabber_protocol/CMakeLists.txt:106 (kadu_plugin)
  1582. This warning is for project developers. Use -Wno-dev to suppress it.
  1583.  
  1584. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1585. qt5_use_modules is not part of the official API, and might be removed in Qt
  1586. 6.
  1587. Call Stack (most recent call first):
  1588. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1589. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1590. plugins/jabber_protocol/CMakeLists.txt:106 (kadu_plugin)
  1591. This warning is for project developers. Use -Wno-dev to suppress it.
  1592.  
  1593. -- Plugin: last_seen
  1594. CMake Deprecation Warning at plugins/last_seen/CMakeLists.txt:3 (cmake_minimum_required):
  1595. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1596. CMake.
  1597.  
  1598. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1599. CMake that the project does not need compatibility with older versions.
  1600.  
  1601.  
  1602. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1603. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1604. CMake.
  1605.  
  1606. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1607. CMake that the project does not need compatibility with older versions.
  1608. Call Stack (most recent call first):
  1609. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1610. plugins/last_seen/CMakeLists.txt:5 (find_package)
  1611.  
  1612.  
  1613. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1614. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1615. does not match the name of the calling package (Kadu). This can lead to
  1616. problems in calling code that expects `find_package` result variables
  1617. (e.g., `_FOUND`) to follow a certain pattern.
  1618. Call Stack (most recent call first):
  1619. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1620. cmake/KaduMacros.cmake:41 (include)
  1621. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1622. plugins/last_seen/CMakeLists.txt:5 (find_package)
  1623. This warning is for project developers. Use -Wno-dev to suppress it.
  1624.  
  1625. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1626. qt5_use_modules is not part of the official API, and might be removed in Qt
  1627. 6.
  1628. Call Stack (most recent call first):
  1629. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1630. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1631. plugins/last_seen/CMakeLists.txt:16 (kadu_plugin)
  1632. This warning is for project developers. Use -Wno-dev to suppress it.
  1633.  
  1634. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1635. qt5_use_modules is not part of the official API, and might be removed in Qt
  1636. 6.
  1637. Call Stack (most recent call first):
  1638. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1639. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1640. plugins/last_seen/CMakeLists.txt:16 (kadu_plugin)
  1641. This warning is for project developers. Use -Wno-dev to suppress it.
  1642.  
  1643. -- Plugin: mediaplayer
  1644. CMake Deprecation Warning at plugins/mediaplayer/CMakeLists.txt:3 (cmake_minimum_required):
  1645. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1646. CMake.
  1647.  
  1648. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1649. CMake that the project does not need compatibility with older versions.
  1650.  
  1651.  
  1652. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1653. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1654. CMake.
  1655.  
  1656. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1657. CMake that the project does not need compatibility with older versions.
  1658. Call Stack (most recent call first):
  1659. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1660. plugins/mediaplayer/CMakeLists.txt:5 (find_package)
  1661.  
  1662.  
  1663. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1664. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1665. does not match the name of the calling package (Kadu). This can lead to
  1666. problems in calling code that expects `find_package` result variables
  1667. (e.g., `_FOUND`) to follow a certain pattern.
  1668. Call Stack (most recent call first):
  1669. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1670. cmake/KaduMacros.cmake:41 (include)
  1671. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1672. plugins/mediaplayer/CMakeLists.txt:5 (find_package)
  1673. This warning is for project developers. Use -Wno-dev to suppress it.
  1674.  
  1675. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1676. qt5_use_modules is not part of the official API, and might be removed in Qt
  1677. 6.
  1678. Call Stack (most recent call first):
  1679. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1680. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1681. plugins/mediaplayer/CMakeLists.txt:38 (kadu_plugin)
  1682. This warning is for project developers. Use -Wno-dev to suppress it.
  1683.  
  1684. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1685. qt5_use_modules is not part of the official API, and might be removed in Qt
  1686. 6.
  1687. Call Stack (most recent call first):
  1688. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1689. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1690. plugins/mediaplayer/CMakeLists.txt:38 (kadu_plugin)
  1691. This warning is for project developers. Use -Wno-dev to suppress it.
  1692.  
  1693. -- Plugin: mpd_mediaplayer
  1694. CMake Deprecation Warning at plugins/mpd_mediaplayer/CMakeLists.txt:3 (cmake_minimum_required):
  1695. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1696. CMake.
  1697.  
  1698. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1699. CMake that the project does not need compatibility with older versions.
  1700.  
  1701.  
  1702. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1703. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1704. CMake.
  1705.  
  1706. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1707. CMake that the project does not need compatibility with older versions.
  1708. Call Stack (most recent call first):
  1709. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1710. plugins/mpd_mediaplayer/CMakeLists.txt:5 (find_package)
  1711.  
  1712.  
  1713. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1714. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1715. does not match the name of the calling package (Kadu). This can lead to
  1716. problems in calling code that expects `find_package` result variables
  1717. (e.g., `_FOUND`) to follow a certain pattern.
  1718. Call Stack (most recent call first):
  1719. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1720. cmake/KaduMacros.cmake:41 (include)
  1721. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1722. plugins/mpd_mediaplayer/CMakeLists.txt:5 (find_package)
  1723. This warning is for project developers. Use -Wno-dev to suppress it.
  1724.  
  1725. -- Checking for one of the modules 'libmpdclient'
  1726. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1727. qt5_use_modules is not part of the official API, and might be removed in Qt
  1728. 6.
  1729. Call Stack (most recent call first):
  1730. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1731. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1732. plugins/mpd_mediaplayer/CMakeLists.txt:24 (kadu_plugin)
  1733. This warning is for project developers. Use -Wno-dev to suppress it.
  1734.  
  1735. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1736. qt5_use_modules is not part of the official API, and might be removed in Qt
  1737. 6.
  1738. Call Stack (most recent call first):
  1739. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1740. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1741. plugins/mpd_mediaplayer/CMakeLists.txt:24 (kadu_plugin)
  1742. This warning is for project developers. Use -Wno-dev to suppress it.
  1743.  
  1744. -- Plugin: mprisplayer_mediaplayer
  1745. CMake Deprecation Warning at plugins/mprisplayer_mediaplayer/CMakeLists.txt:3 (cmake_minimum_required):
  1746. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1747. CMake.
  1748.  
  1749. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1750. CMake that the project does not need compatibility with older versions.
  1751.  
  1752.  
  1753. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1754. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1755. CMake.
  1756.  
  1757. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1758. CMake that the project does not need compatibility with older versions.
  1759. Call Stack (most recent call first):
  1760. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1761. plugins/mprisplayer_mediaplayer/CMakeLists.txt:5 (find_package)
  1762.  
  1763.  
  1764. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1765. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1766. does not match the name of the calling package (Kadu). This can lead to
  1767. problems in calling code that expects `find_package` result variables
  1768. (e.g., `_FOUND`) to follow a certain pattern.
  1769. Call Stack (most recent call first):
  1770. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1771. cmake/KaduMacros.cmake:41 (include)
  1772. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1773. plugins/mprisplayer_mediaplayer/CMakeLists.txt:5 (find_package)
  1774. This warning is for project developers. Use -Wno-dev to suppress it.
  1775.  
  1776. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1777. qt5_use_modules is not part of the official API, and might be removed in Qt
  1778. 6.
  1779. Call Stack (most recent call first):
  1780. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1781. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1782. plugins/mprisplayer_mediaplayer/CMakeLists.txt:38 (kadu_plugin)
  1783. This warning is for project developers. Use -Wno-dev to suppress it.
  1784.  
  1785. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1786. qt5_use_modules is not part of the official API, and might be removed in Qt
  1787. 6.
  1788. Call Stack (most recent call first):
  1789. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1790. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1791. plugins/mprisplayer_mediaplayer/CMakeLists.txt:38 (kadu_plugin)
  1792. This warning is for project developers. Use -Wno-dev to suppress it.
  1793.  
  1794. -- Plugin: pcspeaker
  1795. CMake Deprecation Warning at plugins/pcspeaker/CMakeLists.txt:3 (cmake_minimum_required):
  1796. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1797. CMake.
  1798.  
  1799. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1800. CMake that the project does not need compatibility with older versions.
  1801.  
  1802.  
  1803. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1804. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1805. CMake.
  1806.  
  1807. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1808. CMake that the project does not need compatibility with older versions.
  1809. Call Stack (most recent call first):
  1810. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1811. plugins/pcspeaker/CMakeLists.txt:5 (find_package)
  1812.  
  1813.  
  1814. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1815. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1816. does not match the name of the calling package (Kadu). This can lead to
  1817. problems in calling code that expects `find_package` result variables
  1818. (e.g., `_FOUND`) to follow a certain pattern.
  1819. Call Stack (most recent call first):
  1820. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1821. cmake/KaduMacros.cmake:41 (include)
  1822. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1823. plugins/pcspeaker/CMakeLists.txt:5 (find_package)
  1824. This warning is for project developers. Use -Wno-dev to suppress it.
  1825.  
  1826. -- Found X11: /usr/include
  1827. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1828. qt5_use_modules is not part of the official API, and might be removed in Qt
  1829. 6.
  1830. Call Stack (most recent call first):
  1831. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1832. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1833. plugins/pcspeaker/CMakeLists.txt:27 (kadu_plugin)
  1834. This warning is for project developers. Use -Wno-dev to suppress it.
  1835.  
  1836. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1837. qt5_use_modules is not part of the official API, and might be removed in Qt
  1838. 6.
  1839. Call Stack (most recent call first):
  1840. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1841. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1842. plugins/pcspeaker/CMakeLists.txt:27 (kadu_plugin)
  1843. This warning is for project developers. Use -Wno-dev to suppress it.
  1844.  
  1845. -- Plugin: screenshot
  1846. CMake Deprecation Warning at plugins/screenshot/CMakeLists.txt:3 (cmake_minimum_required):
  1847. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1848. CMake.
  1849.  
  1850. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1851. CMake that the project does not need compatibility with older versions.
  1852.  
  1853.  
  1854. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1855. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1856. CMake.
  1857.  
  1858. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1859. CMake that the project does not need compatibility with older versions.
  1860. Call Stack (most recent call first):
  1861. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1862. plugins/screenshot/CMakeLists.txt:5 (find_package)
  1863.  
  1864.  
  1865. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1866. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1867. does not match the name of the calling package (Kadu). This can lead to
  1868. problems in calling code that expects `find_package` result variables
  1869. (e.g., `_FOUND`) to follow a certain pattern.
  1870. Call Stack (most recent call first):
  1871. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1872. cmake/KaduMacros.cmake:41 (include)
  1873. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1874. plugins/screenshot/CMakeLists.txt:5 (find_package)
  1875. This warning is for project developers. Use -Wno-dev to suppress it.
  1876.  
  1877. -- Found X11: /usr/include found components: Xext Xshape
  1878. -- Found required X11 libraries: /usr/lib/libX11.so;/usr/lib/libXext.so
  1879. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1880. qt5_use_modules is not part of the official API, and might be removed in Qt
  1881. 6.
  1882. Call Stack (most recent call first):
  1883. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1884. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1885. plugins/screenshot/CMakeLists.txt:48 (kadu_plugin)
  1886. This warning is for project developers. Use -Wno-dev to suppress it.
  1887.  
  1888. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1889. qt5_use_modules is not part of the official API, and might be removed in Qt
  1890. 6.
  1891. Call Stack (most recent call first):
  1892. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1893. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1894. plugins/screenshot/CMakeLists.txt:48 (kadu_plugin)
  1895. This warning is for project developers. Use -Wno-dev to suppress it.
  1896.  
  1897. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1898. qt5_use_modules is not part of the official API, and might be removed in Qt
  1899. 6.
  1900. Call Stack (most recent call first):
  1901. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1902. cmake/KaduMacros.cmake:209 (qt5_use_modules)
  1903. plugins/screenshot/CMakeLists.txt:48 (kadu_plugin)
  1904. This warning is for project developers. Use -Wno-dev to suppress it.
  1905.  
  1906. -- Plugin: simpleview
  1907. CMake Deprecation Warning at plugins/simpleview/CMakeLists.txt:3 (cmake_minimum_required):
  1908. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1909. CMake.
  1910.  
  1911. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1912. CMake that the project does not need compatibility with older versions.
  1913.  
  1914.  
  1915. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1916. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1917. CMake.
  1918.  
  1919. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1920. CMake that the project does not need compatibility with older versions.
  1921. Call Stack (most recent call first):
  1922. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1923. plugins/simpleview/CMakeLists.txt:5 (find_package)
  1924.  
  1925.  
  1926. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1927. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1928. does not match the name of the calling package (Kadu). This can lead to
  1929. problems in calling code that expects `find_package` result variables
  1930. (e.g., `_FOUND`) to follow a certain pattern.
  1931. Call Stack (most recent call first):
  1932. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1933. cmake/KaduMacros.cmake:41 (include)
  1934. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1935. plugins/simpleview/CMakeLists.txt:5 (find_package)
  1936. This warning is for project developers. Use -Wno-dev to suppress it.
  1937.  
  1938. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1939. qt5_use_modules is not part of the official API, and might be removed in Qt
  1940. 6.
  1941. Call Stack (most recent call first):
  1942. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1943. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1944. plugins/simpleview/CMakeLists.txt:20 (kadu_plugin)
  1945. This warning is for project developers. Use -Wno-dev to suppress it.
  1946.  
  1947. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1948. qt5_use_modules is not part of the official API, and might be removed in Qt
  1949. 6.
  1950. Call Stack (most recent call first):
  1951. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1952. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  1953. plugins/simpleview/CMakeLists.txt:20 (kadu_plugin)
  1954. This warning is for project developers. Use -Wno-dev to suppress it.
  1955.  
  1956. -- Plugin: single_window
  1957. CMake Deprecation Warning at plugins/single_window/CMakeLists.txt:3 (cmake_minimum_required):
  1958. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1959. CMake.
  1960.  
  1961. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1962. CMake that the project does not need compatibility with older versions.
  1963.  
  1964.  
  1965. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  1966. Compatibility with CMake < 2.8.12 will be removed from a future version of
  1967. CMake.
  1968.  
  1969. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  1970. CMake that the project does not need compatibility with older versions.
  1971. Call Stack (most recent call first):
  1972. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1973. plugins/single_window/CMakeLists.txt:5 (find_package)
  1974.  
  1975.  
  1976. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  1977. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  1978. does not match the name of the calling package (Kadu). This can lead to
  1979. problems in calling code that expects `find_package` result variables
  1980. (e.g., `_FOUND`) to follow a certain pattern.
  1981. Call Stack (most recent call first):
  1982. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  1983. cmake/KaduMacros.cmake:41 (include)
  1984. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  1985. plugins/single_window/CMakeLists.txt:5 (find_package)
  1986. This warning is for project developers. Use -Wno-dev to suppress it.
  1987.  
  1988. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1989. qt5_use_modules is not part of the official API, and might be removed in Qt
  1990. 6.
  1991. Call Stack (most recent call first):
  1992. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  1993. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  1994. plugins/single_window/CMakeLists.txt:23 (kadu_plugin)
  1995. This warning is for project developers. Use -Wno-dev to suppress it.
  1996.  
  1997. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  1998. qt5_use_modules is not part of the official API, and might be removed in Qt
  1999. 6.
  2000. Call Stack (most recent call first):
  2001. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2002. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2003. plugins/single_window/CMakeLists.txt:23 (kadu_plugin)
  2004. This warning is for project developers. Use -Wno-dev to suppress it.
  2005.  
  2006. -- Plugin: sms
  2007. CMake Deprecation Warning at plugins/sms/CMakeLists.txt:3 (cmake_minimum_required):
  2008. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2009. CMake.
  2010.  
  2011. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2012. CMake that the project does not need compatibility with older versions.
  2013.  
  2014.  
  2015. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2016. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2017. CMake.
  2018.  
  2019. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2020. CMake that the project does not need compatibility with older versions.
  2021. Call Stack (most recent call first):
  2022. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2023. plugins/sms/CMakeLists.txt:5 (find_package)
  2024.  
  2025.  
  2026. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2027. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2028. does not match the name of the calling package (Kadu). This can lead to
  2029. problems in calling code that expects `find_package` result variables
  2030. (e.g., `_FOUND`) to follow a certain pattern.
  2031. Call Stack (most recent call first):
  2032. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2033. cmake/KaduMacros.cmake:41 (include)
  2034. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2035. plugins/sms/CMakeLists.txt:5 (find_package)
  2036. This warning is for project developers. Use -Wno-dev to suppress it.
  2037.  
  2038. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2039. qt5_use_modules is not part of the official API, and might be removed in Qt
  2040. 6.
  2041. Call Stack (most recent call first):
  2042. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2043. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2044. plugins/sms/CMakeLists.txt:40 (kadu_plugin)
  2045. This warning is for project developers. Use -Wno-dev to suppress it.
  2046.  
  2047. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2048. qt5_use_modules is not part of the official API, and might be removed in Qt
  2049. 6.
  2050. Call Stack (most recent call first):
  2051. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2052. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2053. plugins/sms/CMakeLists.txt:40 (kadu_plugin)
  2054. This warning is for project developers. Use -Wno-dev to suppress it.
  2055.  
  2056. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2057. qt5_use_modules is not part of the official API, and might be removed in Qt
  2058. 6.
  2059. Call Stack (most recent call first):
  2060. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2061. cmake/KaduMacros.cmake:209 (qt5_use_modules)
  2062. plugins/sms/CMakeLists.txt:40 (kadu_plugin)
  2063. This warning is for project developers. Use -Wno-dev to suppress it.
  2064.  
  2065. -- Plugin: sound
  2066. CMake Deprecation Warning at plugins/sound/CMakeLists.txt:3 (cmake_minimum_required):
  2067. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2068. CMake.
  2069.  
  2070. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2071. CMake that the project does not need compatibility with older versions.
  2072.  
  2073.  
  2074. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2075. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2076. CMake.
  2077.  
  2078. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2079. CMake that the project does not need compatibility with older versions.
  2080. Call Stack (most recent call first):
  2081. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2082. plugins/sound/CMakeLists.txt:5 (find_package)
  2083.  
  2084.  
  2085. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2086. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2087. does not match the name of the calling package (Kadu). This can lead to
  2088. problems in calling code that expects `find_package` result variables
  2089. (e.g., `_FOUND`) to follow a certain pattern.
  2090. Call Stack (most recent call first):
  2091. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2092. cmake/KaduMacros.cmake:41 (include)
  2093. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2094. plugins/sound/CMakeLists.txt:5 (find_package)
  2095. This warning is for project developers. Use -Wno-dev to suppress it.
  2096.  
  2097. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2098. qt5_use_modules is not part of the official API, and might be removed in Qt
  2099. 6.
  2100. Call Stack (most recent call first):
  2101. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2102. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2103. plugins/sound/CMakeLists.txt:36 (kadu_plugin)
  2104. This warning is for project developers. Use -Wno-dev to suppress it.
  2105.  
  2106. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2107. qt5_use_modules is not part of the official API, and might be removed in Qt
  2108. 6.
  2109. Call Stack (most recent call first):
  2110. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2111. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2112. plugins/sound/CMakeLists.txt:36 (kadu_plugin)
  2113. This warning is for project developers. Use -Wno-dev to suppress it.
  2114.  
  2115. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2116. qt5_use_modules is not part of the official API, and might be removed in Qt
  2117. 6.
  2118. Call Stack (most recent call first):
  2119. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2120. cmake/KaduMacros.cmake:209 (qt5_use_modules)
  2121. plugins/sound/CMakeLists.txt:36 (kadu_plugin)
  2122. This warning is for project developers. Use -Wno-dev to suppress it.
  2123.  
  2124. -- Plugin: speech
  2125. CMake Deprecation Warning at plugins/speech/CMakeLists.txt:3 (cmake_minimum_required):
  2126. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2127. CMake.
  2128.  
  2129. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2130. CMake that the project does not need compatibility with older versions.
  2131.  
  2132.  
  2133. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2134. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2135. CMake.
  2136.  
  2137. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2138. CMake that the project does not need compatibility with older versions.
  2139. Call Stack (most recent call first):
  2140. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2141. plugins/speech/CMakeLists.txt:5 (find_package)
  2142.  
  2143.  
  2144. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2145. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2146. does not match the name of the calling package (Kadu). This can lead to
  2147. problems in calling code that expects `find_package` result variables
  2148. (e.g., `_FOUND`) to follow a certain pattern.
  2149. Call Stack (most recent call first):
  2150. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2151. cmake/KaduMacros.cmake:41 (include)
  2152. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2153. plugins/speech/CMakeLists.txt:5 (find_package)
  2154. This warning is for project developers. Use -Wno-dev to suppress it.
  2155.  
  2156. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2157. qt5_use_modules is not part of the official API, and might be removed in Qt
  2158. 6.
  2159. Call Stack (most recent call first):
  2160. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2161. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2162. plugins/speech/CMakeLists.txt:20 (kadu_plugin)
  2163. This warning is for project developers. Use -Wno-dev to suppress it.
  2164.  
  2165. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2166. qt5_use_modules is not part of the official API, and might be removed in Qt
  2167. 6.
  2168. Call Stack (most recent call first):
  2169. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2170. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2171. plugins/speech/CMakeLists.txt:20 (kadu_plugin)
  2172. This warning is for project developers. Use -Wno-dev to suppress it.
  2173.  
  2174. -- Plugin: spellchecker
  2175. CMake Deprecation Warning at plugins/spellchecker/CMakeLists.txt:3 (cmake_minimum_required):
  2176. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2177. CMake.
  2178.  
  2179. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2180. CMake that the project does not need compatibility with older versions.
  2181.  
  2182.  
  2183. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2184. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2185. CMake.
  2186.  
  2187. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2188. CMake that the project does not need compatibility with older versions.
  2189. Call Stack (most recent call first):
  2190. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2191. plugins/spellchecker/CMakeLists.txt:5 (find_package)
  2192.  
  2193.  
  2194. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2195. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2196. does not match the name of the calling package (Kadu). This can lead to
  2197. problems in calling code that expects `find_package` result variables
  2198. (e.g., `_FOUND`) to follow a certain pattern.
  2199. Call Stack (most recent call first):
  2200. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2201. cmake/KaduMacros.cmake:41 (include)
  2202. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2203. plugins/spellchecker/CMakeLists.txt:5 (find_package)
  2204. This warning is for project developers. Use -Wno-dev to suppress it.
  2205.  
  2206. -- Checking for one of the modules 'enchant-2'
  2207. -- Using enchant as backend. To force aspell use -DWITH_ASPELL=ON
  2208. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2209. qt5_use_modules is not part of the official API, and might be removed in Qt
  2210. 6.
  2211. Call Stack (most recent call first):
  2212. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2213. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2214. plugins/spellchecker/CMakeLists.txt:82 (kadu_plugin)
  2215. This warning is for project developers. Use -Wno-dev to suppress it.
  2216.  
  2217. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2218. qt5_use_modules is not part of the official API, and might be removed in Qt
  2219. 6.
  2220. Call Stack (most recent call first):
  2221. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2222. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2223. plugins/spellchecker/CMakeLists.txt:82 (kadu_plugin)
  2224. This warning is for project developers. Use -Wno-dev to suppress it.
  2225.  
  2226. -- Plugin: sql_history
  2227. CMake Deprecation Warning at plugins/sql_history/CMakeLists.txt:3 (cmake_minimum_required):
  2228. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2229. CMake.
  2230.  
  2231. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2232. CMake that the project does not need compatibility with older versions.
  2233.  
  2234.  
  2235. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2236. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2237. CMake.
  2238.  
  2239. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2240. CMake that the project does not need compatibility with older versions.
  2241. Call Stack (most recent call first):
  2242. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2243. plugins/sql_history/CMakeLists.txt:5 (find_package)
  2244.  
  2245.  
  2246. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2247. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2248. does not match the name of the calling package (Kadu). This can lead to
  2249. problems in calling code that expects `find_package` result variables
  2250. (e.g., `_FOUND`) to follow a certain pattern.
  2251. Call Stack (most recent call first):
  2252. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2253. cmake/KaduMacros.cmake:41 (include)
  2254. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2255. plugins/sql_history/CMakeLists.txt:5 (find_package)
  2256. This warning is for project developers. Use -Wno-dev to suppress it.
  2257.  
  2258. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2259. qt5_use_modules is not part of the official API, and might be removed in Qt
  2260. 6.
  2261. Call Stack (most recent call first):
  2262. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2263. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2264. plugins/sql_history/CMakeLists.txt:24 (kadu_plugin)
  2265. This warning is for project developers. Use -Wno-dev to suppress it.
  2266.  
  2267. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2268. qt5_use_modules is not part of the official API, and might be removed in Qt
  2269. 6.
  2270. Call Stack (most recent call first):
  2271. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2272. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2273. plugins/sql_history/CMakeLists.txt:24 (kadu_plugin)
  2274. This warning is for project developers. Use -Wno-dev to suppress it.
  2275.  
  2276. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2277. qt5_use_modules is not part of the official API, and might be removed in Qt
  2278. 6.
  2279. Call Stack (most recent call first):
  2280. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2281. cmake/KaduMacros.cmake:209 (qt5_use_modules)
  2282. plugins/sql_history/CMakeLists.txt:24 (kadu_plugin)
  2283. This warning is for project developers. Use -Wno-dev to suppress it.
  2284.  
  2285. -- Plugin: tabs
  2286. CMake Deprecation Warning at plugins/tabs/CMakeLists.txt:3 (cmake_minimum_required):
  2287. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2288. CMake.
  2289.  
  2290. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2291. CMake that the project does not need compatibility with older versions.
  2292.  
  2293.  
  2294. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2295. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2296. CMake.
  2297.  
  2298. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2299. CMake that the project does not need compatibility with older versions.
  2300. Call Stack (most recent call first):
  2301. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2302. plugins/tabs/CMakeLists.txt:5 (find_package)
  2303.  
  2304.  
  2305. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2306. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2307. does not match the name of the calling package (Kadu). This can lead to
  2308. problems in calling code that expects `find_package` result variables
  2309. (e.g., `_FOUND`) to follow a certain pattern.
  2310. Call Stack (most recent call first):
  2311. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2312. cmake/KaduMacros.cmake:41 (include)
  2313. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2314. plugins/tabs/CMakeLists.txt:5 (find_package)
  2315. This warning is for project developers. Use -Wno-dev to suppress it.
  2316.  
  2317. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2318. qt5_use_modules is not part of the official API, and might be removed in Qt
  2319. 6.
  2320. Call Stack (most recent call first):
  2321. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2322. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2323. plugins/tabs/CMakeLists.txt:27 (kadu_plugin)
  2324. This warning is for project developers. Use -Wno-dev to suppress it.
  2325.  
  2326. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2327. qt5_use_modules is not part of the official API, and might be removed in Qt
  2328. 6.
  2329. Call Stack (most recent call first):
  2330. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2331. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2332. plugins/tabs/CMakeLists.txt:27 (kadu_plugin)
  2333. This warning is for project developers. Use -Wno-dev to suppress it.
  2334.  
  2335. -- Plugin: windows_integration
  2336. CMake Deprecation Warning at plugins/windows_integration/CMakeLists.txt:3 (cmake_minimum_required):
  2337. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2338. CMake.
  2339.  
  2340. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2341. CMake that the project does not need compatibility with older versions.
  2342.  
  2343.  
  2344. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2345. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2346. CMake.
  2347.  
  2348. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2349. CMake that the project does not need compatibility with older versions.
  2350. Call Stack (most recent call first):
  2351. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2352. plugins/windows_integration/CMakeLists.txt:5 (find_package)
  2353.  
  2354.  
  2355. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2356. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2357. does not match the name of the calling package (Kadu). This can lead to
  2358. problems in calling code that expects `find_package` result variables
  2359. (e.g., `_FOUND`) to follow a certain pattern.
  2360. Call Stack (most recent call first):
  2361. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2362. cmake/KaduMacros.cmake:41 (include)
  2363. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2364. plugins/windows_integration/CMakeLists.txt:5 (find_package)
  2365. This warning is for project developers. Use -Wno-dev to suppress it.
  2366.  
  2367. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2368. qt5_use_modules is not part of the official API, and might be removed in Qt
  2369. 6.
  2370. Call Stack (most recent call first):
  2371. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2372. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2373. plugins/windows_integration/CMakeLists.txt:26 (kadu_plugin)
  2374. This warning is for project developers. Use -Wno-dev to suppress it.
  2375.  
  2376. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2377. qt5_use_modules is not part of the official API, and might be removed in Qt
  2378. 6.
  2379. Call Stack (most recent call first):
  2380. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2381. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2382. plugins/windows_integration/CMakeLists.txt:26 (kadu_plugin)
  2383. This warning is for project developers. Use -Wno-dev to suppress it.
  2384.  
  2385. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2386. qt5_use_modules is not part of the official API, and might be removed in Qt
  2387. 6.
  2388. Call Stack (most recent call first):
  2389. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2390. cmake/tests.cmake:18 (qt5_use_modules)
  2391. plugins/windows_integration/CMakeLists.txt:30 (kadu_add_plugin_test)
  2392. This warning is for project developers. Use -Wno-dev to suppress it.
  2393.  
  2394. -- Plugin: word_fix
  2395. CMake Deprecation Warning at plugins/word_fix/CMakeLists.txt:3 (cmake_minimum_required):
  2396. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2397. CMake.
  2398.  
  2399. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2400. CMake that the project does not need compatibility with older versions.
  2401.  
  2402.  
  2403. CMake Deprecation Warning at cmake/KaduMacros.cmake:11 (cmake_minimum_required):
  2404. Compatibility with CMake < 2.8.12 will be removed from a future version of
  2405. CMake.
  2406.  
  2407. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  2408. CMake that the project does not need compatibility with older versions.
  2409. Call Stack (most recent call first):
  2410. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2411. plugins/word_fix/CMakeLists.txt:5 (find_package)
  2412.  
  2413.  
  2414. CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  2415. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  2416. does not match the name of the calling package (Kadu). This can lead to
  2417. problems in calling code that expects `find_package` result variables
  2418. (e.g., `_FOUND`) to follow a certain pattern.
  2419. Call Stack (most recent call first):
  2420. /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args)
  2421. cmake/KaduMacros.cmake:41 (include)
  2422. /home/wunderw/kadu-git/src/build/KaduConfig.cmake:51 (include)
  2423. plugins/word_fix/CMakeLists.txt:5 (find_package)
  2424. This warning is for project developers. Use -Wno-dev to suppress it.
  2425.  
  2426. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2427. qt5_use_modules is not part of the official API, and might be removed in Qt
  2428. 6.
  2429. Call Stack (most recent call first):
  2430. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2431. cmake/KaduMacros.cmake:204 (qt5_use_modules)
  2432. plugins/word_fix/CMakeLists.txt:24 (kadu_plugin)
  2433. This warning is for project developers. Use -Wno-dev to suppress it.
  2434.  
  2435. CMake Warning (dev) at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message):
  2436. qt5_use_modules is not part of the official API, and might be removed in Qt
  2437. 6.
  2438. Call Stack (most recent call first):
  2439. /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  2440. cmake/KaduMacros.cmake:206 (qt5_use_modules)
  2441. plugins/word_fix/CMakeLists.txt:24 (kadu_plugin)
  2442. This warning is for project developers. Use -Wno-dev to suppress it.
  2443.  
  2444. -- Kadu (version: 5.0-alpha1-gc2007766c) will be built:
  2445. -- * install prefix: /usr
  2446. -- * build type: Release
  2447. -- Configuring done
  2448. CMake Warning (dev) in kadu-core/CMakeLists.txt:
  2449. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2450. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2451. command to set the policy and suppress this warning.
  2452. This warning is for project developers. Use -Wno-dev to suppress it.
  2453.  
  2454. CMake Warning (dev) in kadu-core/CMakeLists.txt:
  2455. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2456. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2457. command to set the policy and suppress this warning.
  2458. This warning is for project developers. Use -Wno-dev to suppress it.
  2459.  
  2460. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2461. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2462. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2463. command to set the policy and suppress this warning.
  2464. This warning is for project developers. Use -Wno-dev to suppress it.
  2465.  
  2466. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2467. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2468. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2469. command to set the policy and suppress this warning.
  2470. This warning is for project developers. Use -Wno-dev to suppress it.
  2471.  
  2472. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2473. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2474. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2475. command to set the policy and suppress this warning.
  2476. This warning is for project developers. Use -Wno-dev to suppress it.
  2477.  
  2478. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2479. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2480. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2481. command to set the policy and suppress this warning.
  2482. This warning is for project developers. Use -Wno-dev to suppress it.
  2483.  
  2484. CMake Warning (dev) in kadu-core/dom/CMakeLists.txt:
  2485. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2486. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2487. command to set the policy and suppress this warning.
  2488. This warning is for project developers. Use -Wno-dev to suppress it.
  2489.  
  2490. CMake Warning (dev) in kadu-core/execution-arguments/CMakeLists.txt:
  2491. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2492. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2493. command to set the policy and suppress this warning.
  2494. This warning is for project developers. Use -Wno-dev to suppress it.
  2495.  
  2496. CMake Warning (dev) in kadu-core/formatted-string/CMakeLists.txt:
  2497. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2498. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2499. command to set the policy and suppress this warning.
  2500. This warning is for project developers. Use -Wno-dev to suppress it.
  2501.  
  2502. CMake Warning (dev) in kadu-core/formatted-string/CMakeLists.txt:
  2503. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2504. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2505. command to set the policy and suppress this warning.
  2506. This warning is for project developers. Use -Wno-dev to suppress it.
  2507.  
  2508. CMake Warning (dev) in kadu-core/html/CMakeLists.txt:
  2509. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2510. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2511. command to set the policy and suppress this warning.
  2512. This warning is for project developers. Use -Wno-dev to suppress it.
  2513.  
  2514. CMake Warning (dev) in kadu-core/message/CMakeLists.txt:
  2515. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2516. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2517. command to set the policy and suppress this warning.
  2518. This warning is for project developers. Use -Wno-dev to suppress it.
  2519.  
  2520. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2521. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2522. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2523. command to set the policy and suppress this warning.
  2524. This warning is for project developers. Use -Wno-dev to suppress it.
  2525.  
  2526. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2527. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2528. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2529. command to set the policy and suppress this warning.
  2530. This warning is for project developers. Use -Wno-dev to suppress it.
  2531.  
  2532. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2533. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2534. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2535. command to set the policy and suppress this warning.
  2536. This warning is for project developers. Use -Wno-dev to suppress it.
  2537.  
  2538. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2539. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2540. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2541. command to set the policy and suppress this warning.
  2542. This warning is for project developers. Use -Wno-dev to suppress it.
  2543.  
  2544. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2545. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2546. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2547. command to set the policy and suppress this warning.
  2548. This warning is for project developers. Use -Wno-dev to suppress it.
  2549.  
  2550. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2551. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2552. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2553. command to set the policy and suppress this warning.
  2554. This warning is for project developers. Use -Wno-dev to suppress it.
  2555.  
  2556. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2557. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2558. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2559. command to set the policy and suppress this warning.
  2560. This warning is for project developers. Use -Wno-dev to suppress it.
  2561.  
  2562. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2563. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2564. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2565. command to set the policy and suppress this warning.
  2566. This warning is for project developers. Use -Wno-dev to suppress it.
  2567.  
  2568. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2569. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2570. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2571. command to set the policy and suppress this warning.
  2572. This warning is for project developers. Use -Wno-dev to suppress it.
  2573.  
  2574. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2575. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2576. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2577. command to set the policy and suppress this warning.
  2578. This warning is for project developers. Use -Wno-dev to suppress it.
  2579.  
  2580. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2581. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2582. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2583. command to set the policy and suppress this warning.
  2584. This warning is for project developers. Use -Wno-dev to suppress it.
  2585.  
  2586. CMake Warning (dev) in kadu-core/widgets/CMakeLists.txt:
  2587. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2588. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2589. command to set the policy and suppress this warning.
  2590. This warning is for project developers. Use -Wno-dev to suppress it.
  2591.  
  2592. CMake Warning (dev) in plugins/antistring/CMakeLists.txt:
  2593. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2594. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2595. command to set the policy and suppress this warning.
  2596. This warning is for project developers. Use -Wno-dev to suppress it.
  2597.  
  2598. CMake Warning (dev) in plugins/auto_hide/CMakeLists.txt:
  2599. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2600. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2601. command to set the policy and suppress this warning.
  2602. This warning is for project developers. Use -Wno-dev to suppress it.
  2603.  
  2604. CMake Warning (dev) in plugins/autoaway/CMakeLists.txt:
  2605. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2606. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2607. command to set the policy and suppress this warning.
  2608. This warning is for project developers. Use -Wno-dev to suppress it.
  2609.  
  2610. CMake Warning (dev) in plugins/autoresponder/CMakeLists.txt:
  2611. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2612. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2613. command to set the policy and suppress this warning.
  2614. This warning is for project developers. Use -Wno-dev to suppress it.
  2615.  
  2616. CMake Warning (dev) in plugins/autostatus/CMakeLists.txt:
  2617. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2618. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2619. command to set the policy and suppress this warning.
  2620. This warning is for project developers. Use -Wno-dev to suppress it.
  2621.  
  2622. CMake Warning (dev) in plugins/cenzor/CMakeLists.txt:
  2623. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2624. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2625. command to set the policy and suppress this warning.
  2626. This warning is for project developers. Use -Wno-dev to suppress it.
  2627.  
  2628. CMake Warning (dev) in plugins/chat_notify/CMakeLists.txt:
  2629. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2630. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2631. command to set the policy and suppress this warning.
  2632. This warning is for project developers. Use -Wno-dev to suppress it.
  2633.  
  2634. CMake Warning (dev) in plugins/config_wizard/CMakeLists.txt:
  2635. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2636. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2637. command to set the policy and suppress this warning.
  2638. This warning is for project developers. Use -Wno-dev to suppress it.
  2639.  
  2640. CMake Warning (dev) in plugins/docking/CMakeLists.txt:
  2641. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2642. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2643. command to set the policy and suppress this warning.
  2644. This warning is for project developers. Use -Wno-dev to suppress it.
  2645.  
  2646. CMake Warning (dev) in plugins/docking_notify/CMakeLists.txt:
  2647. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2648. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2649. command to set the policy and suppress this warning.
  2650. This warning is for project developers. Use -Wno-dev to suppress it.
  2651.  
  2652. CMake Warning (dev) in plugins/emoticons/CMakeLists.txt:
  2653. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2654. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2655. command to set the policy and suppress this warning.
  2656. This warning is for project developers. Use -Wno-dev to suppress it.
  2657.  
  2658. CMake Warning (dev) in plugins/encryption_otr/CMakeLists.txt:
  2659. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2660. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2661. command to set the policy and suppress this warning.
  2662. This warning is for project developers. Use -Wno-dev to suppress it.
  2663.  
  2664. CMake Warning (dev) in plugins/exec_notify/CMakeLists.txt:
  2665. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2666. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2667. command to set the policy and suppress this warning.
  2668. This warning is for project developers. Use -Wno-dev to suppress it.
  2669.  
  2670. CMake Warning (dev) in plugins/ext_sound/CMakeLists.txt:
  2671. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2672. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2673. command to set the policy and suppress this warning.
  2674. This warning is for project developers. Use -Wno-dev to suppress it.
  2675.  
  2676. CMake Warning (dev) in plugins/facebook_protocol/CMakeLists.txt:
  2677. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2678. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2679. command to set the policy and suppress this warning.
  2680. This warning is for project developers. Use -Wno-dev to suppress it.
  2681.  
  2682. CMake Warning (dev) in plugins/filedesc/CMakeLists.txt:
  2683. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2684. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2685. command to set the policy and suppress this warning.
  2686. This warning is for project developers. Use -Wno-dev to suppress it.
  2687.  
  2688. CMake Warning (dev) in plugins/firewall/CMakeLists.txt:
  2689. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2690. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2691. command to set the policy and suppress this warning.
  2692. This warning is for project developers. Use -Wno-dev to suppress it.
  2693.  
  2694. CMake Warning (dev) in plugins/freedesktop_notify/CMakeLists.txt:
  2695. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2696. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2697. command to set the policy and suppress this warning.
  2698. This warning is for project developers. Use -Wno-dev to suppress it.
  2699.  
  2700. CMake Warning (dev) in plugins/gadu_protocol/CMakeLists.txt:
  2701. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2702. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2703. command to set the policy and suppress this warning.
  2704. This warning is for project developers. Use -Wno-dev to suppress it.
  2705.  
  2706. CMake Warning (dev) in plugins/hints/CMakeLists.txt:
  2707. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2708. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2709. command to set the policy and suppress this warning.
  2710. This warning is for project developers. Use -Wno-dev to suppress it.
  2711.  
  2712. CMake Warning (dev) in plugins/history/CMakeLists.txt:
  2713. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2714. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2715. command to set the policy and suppress this warning.
  2716. This warning is for project developers. Use -Wno-dev to suppress it.
  2717.  
  2718. CMake Warning (dev) in plugins/idle/CMakeLists.txt:
  2719. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2720. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2721. command to set the policy and suppress this warning.
  2722. This warning is for project developers. Use -Wno-dev to suppress it.
  2723.  
  2724. CMake Warning (dev) in plugins/imagelink/CMakeLists.txt:
  2725. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2726. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2727. command to set the policy and suppress this warning.
  2728. This warning is for project developers. Use -Wno-dev to suppress it.
  2729.  
  2730. CMake Warning (dev) in plugins/jabber_protocol/CMakeLists.txt:
  2731. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2732. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2733. command to set the policy and suppress this warning.
  2734. This warning is for project developers. Use -Wno-dev to suppress it.
  2735.  
  2736. CMake Warning (dev) in plugins/last_seen/CMakeLists.txt:
  2737. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2738. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2739. command to set the policy and suppress this warning.
  2740. This warning is for project developers. Use -Wno-dev to suppress it.
  2741.  
  2742. CMake Warning (dev) in plugins/mediaplayer/CMakeLists.txt:
  2743. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2744. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2745. command to set the policy and suppress this warning.
  2746. This warning is for project developers. Use -Wno-dev to suppress it.
  2747.  
  2748. CMake Warning (dev) in plugins/mpd_mediaplayer/CMakeLists.txt:
  2749. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2750. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2751. command to set the policy and suppress this warning.
  2752. This warning is for project developers. Use -Wno-dev to suppress it.
  2753.  
  2754. CMake Warning (dev) in plugins/mprisplayer_mediaplayer/CMakeLists.txt:
  2755. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2756. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2757. command to set the policy and suppress this warning.
  2758. This warning is for project developers. Use -Wno-dev to suppress it.
  2759.  
  2760. CMake Warning (dev) in plugins/pcspeaker/CMakeLists.txt:
  2761. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2762. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2763. command to set the policy and suppress this warning.
  2764. This warning is for project developers. Use -Wno-dev to suppress it.
  2765.  
  2766. CMake Warning (dev) in plugins/screenshot/CMakeLists.txt:
  2767. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2768. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2769. command to set the policy and suppress this warning.
  2770. This warning is for project developers. Use -Wno-dev to suppress it.
  2771.  
  2772. CMake Warning (dev) in plugins/simpleview/CMakeLists.txt:
  2773. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2774. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2775. command to set the policy and suppress this warning.
  2776. This warning is for project developers. Use -Wno-dev to suppress it.
  2777.  
  2778. CMake Warning (dev) in plugins/single_window/CMakeLists.txt:
  2779. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2780. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2781. command to set the policy and suppress this warning.
  2782. This warning is for project developers. Use -Wno-dev to suppress it.
  2783.  
  2784. CMake Warning (dev) in plugins/sms/CMakeLists.txt:
  2785. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2786. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2787. command to set the policy and suppress this warning.
  2788. This warning is for project developers. Use -Wno-dev to suppress it.
  2789.  
  2790. CMake Warning (dev) in plugins/sound/CMakeLists.txt:
  2791. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2792. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2793. command to set the policy and suppress this warning.
  2794. This warning is for project developers. Use -Wno-dev to suppress it.
  2795.  
  2796. CMake Warning (dev) in plugins/speech/CMakeLists.txt:
  2797. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2798. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2799. command to set the policy and suppress this warning.
  2800. This warning is for project developers. Use -Wno-dev to suppress it.
  2801.  
  2802. CMake Warning (dev) in plugins/spellchecker/CMakeLists.txt:
  2803. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2804. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2805. command to set the policy and suppress this warning.
  2806. This warning is for project developers. Use -Wno-dev to suppress it.
  2807.  
  2808. CMake Warning (dev) in plugins/sql_history/CMakeLists.txt:
  2809. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2810. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2811. command to set the policy and suppress this warning.
  2812. This warning is for project developers. Use -Wno-dev to suppress it.
  2813.  
  2814. CMake Warning (dev) in plugins/tabs/CMakeLists.txt:
  2815. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2816. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2817. command to set the policy and suppress this warning.
  2818. This warning is for project developers. Use -Wno-dev to suppress it.
  2819.  
  2820. CMake Warning (dev) in plugins/windows_integration/CMakeLists.txt:
  2821. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2822. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2823. command to set the policy and suppress this warning.
  2824. This warning is for project developers. Use -Wno-dev to suppress it.
  2825.  
  2826. CMake Warning (dev) in plugins/windows_integration/CMakeLists.txt:
  2827. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2828. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2829. command to set the policy and suppress this warning.
  2830. This warning is for project developers. Use -Wno-dev to suppress it.
  2831.  
  2832. CMake Warning (dev) in plugins/word_fix/CMakeLists.txt:
  2833. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2834. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2835. command to set the policy and suppress this warning.
  2836. This warning is for project developers. Use -Wno-dev to suppress it.
  2837.  
  2838. CMake Warning (dev) in kadu-core/CMakeLists.txt:
  2839. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2840. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2841. command to set the policy and suppress this warning.
  2842. This warning is for project developers. Use -Wno-dev to suppress it.
  2843.  
  2844. CMake Warning (dev) in kadu-core/CMakeLists.txt:
  2845. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2846. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2847. command to set the policy and suppress this warning.
  2848. This warning is for project developers. Use -Wno-dev to suppress it.
  2849.  
  2850. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2851. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2852. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2853. command to set the policy and suppress this warning.
  2854. This warning is for project developers. Use -Wno-dev to suppress it.
  2855.  
  2856. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2857. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2858. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2859. command to set the policy and suppress this warning.
  2860. This warning is for project developers. Use -Wno-dev to suppress it.
  2861.  
  2862. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2863. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2864. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2865. command to set the policy and suppress this warning.
  2866. This warning is for project developers. Use -Wno-dev to suppress it.
  2867.  
  2868. CMake Warning (dev) in kadu-core/chat/CMakeLists.txt:
  2869. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2870. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2871. command to set the policy and suppress this warning.
  2872. This warning is for project developers. Use -Wno-dev to suppress it.
  2873.  
  2874. CMake Warning (dev) in kadu-core/dom/CMakeLists.txt:
  2875. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2876. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2877. command to set the policy and suppress this warning.
  2878. This warning is for project developers. Use -Wno-dev to suppress it.
  2879.  
  2880. CMake Warning (dev) in kadu-core/execution-arguments/CMakeLists.txt:
  2881. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2882. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2883. command to set the policy and suppress this warning.
  2884. This warning is for project developers. Use -Wno-dev to suppress it.
  2885.  
  2886. CMake Warning (dev) in kadu-core/formatted-string/CMakeLists.txt:
  2887. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2888. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2889. command to set the policy and suppress this warning.
  2890. This warning is for project developers. Use -Wno-dev to suppress it.
  2891.  
  2892. CMake Warning (dev) in kadu-core/formatted-string/CMakeLists.txt:
  2893. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2894. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2895. command to set the policy and suppress this warning.
  2896. This warning is for project developers. Use -Wno-dev to suppress it.
  2897.  
  2898. CMake Warning (dev) in kadu-core/html/CMakeLists.txt:
  2899. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2900. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2901. command to set the policy and suppress this warning.
  2902. This warning is for project developers. Use -Wno-dev to suppress it.
  2903.  
  2904. CMake Warning (dev) in kadu-core/message/CMakeLists.txt:
  2905. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2906. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2907. command to set the policy and suppress this warning.
  2908. This warning is for project developers. Use -Wno-dev to suppress it.
  2909.  
  2910. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2911. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2912. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2913. command to set the policy and suppress this warning.
  2914. This warning is for project developers. Use -Wno-dev to suppress it.
  2915.  
  2916. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2917. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2918. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2919. command to set the policy and suppress this warning.
  2920. This warning is for project developers. Use -Wno-dev to suppress it.
  2921.  
  2922. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2923. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2924. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2925. command to set the policy and suppress this warning.
  2926. This warning is for project developers. Use -Wno-dev to suppress it.
  2927.  
  2928. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2929. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2930. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2931. command to set the policy and suppress this warning.
  2932. This warning is for project developers. Use -Wno-dev to suppress it.
  2933.  
  2934. CMake Warning (dev) in kadu-core/misc/CMakeLists.txt:
  2935. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2936. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2937. command to set the policy and suppress this warning.
  2938. This warning is for project developers. Use -Wno-dev to suppress it.
  2939.  
  2940. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2941. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2942. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2943. command to set the policy and suppress this warning.
  2944. This warning is for project developers. Use -Wno-dev to suppress it.
  2945.  
  2946. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2947. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2948. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2949. command to set the policy and suppress this warning.
  2950. This warning is for project developers. Use -Wno-dev to suppress it.
  2951.  
  2952. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2953. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2954. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2955. command to set the policy and suppress this warning.
  2956. This warning is for project developers. Use -Wno-dev to suppress it.
  2957.  
  2958. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2959. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2960. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2961. command to set the policy and suppress this warning.
  2962. This warning is for project developers. Use -Wno-dev to suppress it.
  2963.  
  2964. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2965. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2966. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2967. command to set the policy and suppress this warning.
  2968. This warning is for project developers. Use -Wno-dev to suppress it.
  2969.  
  2970. CMake Warning (dev) in kadu-core/plugin/CMakeLists.txt:
  2971. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2972. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2973. command to set the policy and suppress this warning.
  2974. This warning is for project developers. Use -Wno-dev to suppress it.
  2975.  
  2976. CMake Warning (dev) in kadu-core/widgets/CMakeLists.txt:
  2977. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2978. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2979. command to set the policy and suppress this warning.
  2980. This warning is for project developers. Use -Wno-dev to suppress it.
  2981.  
  2982. CMake Warning (dev) in plugins/antistring/CMakeLists.txt:
  2983. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2984. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2985. command to set the policy and suppress this warning.
  2986. This warning is for project developers. Use -Wno-dev to suppress it.
  2987.  
  2988. CMake Warning (dev) in plugins/auto_hide/CMakeLists.txt:
  2989. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2990. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2991. command to set the policy and suppress this warning.
  2992. This warning is for project developers. Use -Wno-dev to suppress it.
  2993.  
  2994. CMake Warning (dev) in plugins/autoaway/CMakeLists.txt:
  2995. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  2996. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  2997. command to set the policy and suppress this warning.
  2998. This warning is for project developers. Use -Wno-dev to suppress it.
  2999.  
  3000. CMake Warning (dev) in plugins/autoresponder/CMakeLists.txt:
  3001. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3002. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3003. command to set the policy and suppress this warning.
  3004. This warning is for project developers. Use -Wno-dev to suppress it.
  3005.  
  3006. CMake Warning (dev) in plugins/autostatus/CMakeLists.txt:
  3007. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3008. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3009. command to set the policy and suppress this warning.
  3010. This warning is for project developers. Use -Wno-dev to suppress it.
  3011.  
  3012. CMake Warning (dev) in plugins/cenzor/CMakeLists.txt:
  3013. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3014. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3015. command to set the policy and suppress this warning.
  3016. This warning is for project developers. Use -Wno-dev to suppress it.
  3017.  
  3018. CMake Warning (dev) in plugins/chat_notify/CMakeLists.txt:
  3019. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3020. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3021. command to set the policy and suppress this warning.
  3022. This warning is for project developers. Use -Wno-dev to suppress it.
  3023.  
  3024. CMake Warning (dev) in plugins/config_wizard/CMakeLists.txt:
  3025. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3026. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3027. command to set the policy and suppress this warning.
  3028. This warning is for project developers. Use -Wno-dev to suppress it.
  3029.  
  3030. CMake Warning (dev) in plugins/docking/CMakeLists.txt:
  3031. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3032. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3033. command to set the policy and suppress this warning.
  3034. This warning is for project developers. Use -Wno-dev to suppress it.
  3035.  
  3036. CMake Warning (dev) in plugins/docking_notify/CMakeLists.txt:
  3037. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3038. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3039. command to set the policy and suppress this warning.
  3040. This warning is for project developers. Use -Wno-dev to suppress it.
  3041.  
  3042. CMake Warning (dev) in plugins/emoticons/CMakeLists.txt:
  3043. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3044. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3045. command to set the policy and suppress this warning.
  3046. This warning is for project developers. Use -Wno-dev to suppress it.
  3047.  
  3048. CMake Warning (dev) in plugins/encryption_otr/CMakeLists.txt:
  3049. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3050. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3051. command to set the policy and suppress this warning.
  3052. This warning is for project developers. Use -Wno-dev to suppress it.
  3053.  
  3054. CMake Warning (dev) in plugins/exec_notify/CMakeLists.txt:
  3055. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3056. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3057. command to set the policy and suppress this warning.
  3058. This warning is for project developers. Use -Wno-dev to suppress it.
  3059.  
  3060. CMake Warning (dev) in plugins/ext_sound/CMakeLists.txt:
  3061. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3062. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3063. command to set the policy and suppress this warning.
  3064. This warning is for project developers. Use -Wno-dev to suppress it.
  3065.  
  3066. CMake Warning (dev) in plugins/facebook_protocol/CMakeLists.txt:
  3067. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3068. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3069. command to set the policy and suppress this warning.
  3070. This warning is for project developers. Use -Wno-dev to suppress it.
  3071.  
  3072. CMake Warning (dev) in plugins/filedesc/CMakeLists.txt:
  3073. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3074. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3075. command to set the policy and suppress this warning.
  3076. This warning is for project developers. Use -Wno-dev to suppress it.
  3077.  
  3078. CMake Warning (dev) in plugins/firewall/CMakeLists.txt:
  3079. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3080. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3081. command to set the policy and suppress this warning.
  3082. This warning is for project developers. Use -Wno-dev to suppress it.
  3083.  
  3084. CMake Warning (dev) in plugins/freedesktop_notify/CMakeLists.txt:
  3085. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3086. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3087. command to set the policy and suppress this warning.
  3088. This warning is for project developers. Use -Wno-dev to suppress it.
  3089.  
  3090. CMake Warning (dev) in plugins/gadu_protocol/CMakeLists.txt:
  3091. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3092. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3093. command to set the policy and suppress this warning.
  3094. This warning is for project developers. Use -Wno-dev to suppress it.
  3095.  
  3096. CMake Warning (dev) in plugins/hints/CMakeLists.txt:
  3097. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3098. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3099. command to set the policy and suppress this warning.
  3100. This warning is for project developers. Use -Wno-dev to suppress it.
  3101.  
  3102. CMake Warning (dev) in plugins/history/CMakeLists.txt:
  3103. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3104. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3105. command to set the policy and suppress this warning.
  3106. This warning is for project developers. Use -Wno-dev to suppress it.
  3107.  
  3108. CMake Warning (dev) in plugins/idle/CMakeLists.txt:
  3109. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3110. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3111. command to set the policy and suppress this warning.
  3112. This warning is for project developers. Use -Wno-dev to suppress it.
  3113.  
  3114. CMake Warning (dev) in plugins/imagelink/CMakeLists.txt:
  3115. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3116. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3117. command to set the policy and suppress this warning.
  3118. This warning is for project developers. Use -Wno-dev to suppress it.
  3119.  
  3120. CMake Warning (dev) in plugins/jabber_protocol/CMakeLists.txt:
  3121. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3122. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3123. command to set the policy and suppress this warning.
  3124. This warning is for project developers. Use -Wno-dev to suppress it.
  3125.  
  3126. CMake Warning (dev) in plugins/last_seen/CMakeLists.txt:
  3127. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3128. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3129. command to set the policy and suppress this warning.
  3130. This warning is for project developers. Use -Wno-dev to suppress it.
  3131.  
  3132. CMake Warning (dev) in plugins/mediaplayer/CMakeLists.txt:
  3133. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3134. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3135. command to set the policy and suppress this warning.
  3136. This warning is for project developers. Use -Wno-dev to suppress it.
  3137.  
  3138. CMake Warning (dev) in plugins/mpd_mediaplayer/CMakeLists.txt:
  3139. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3140. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3141. command to set the policy and suppress this warning.
  3142. This warning is for project developers. Use -Wno-dev to suppress it.
  3143.  
  3144. CMake Warning (dev) in plugins/mprisplayer_mediaplayer/CMakeLists.txt:
  3145. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3146. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3147. command to set the policy and suppress this warning.
  3148. This warning is for project developers. Use -Wno-dev to suppress it.
  3149.  
  3150. CMake Warning (dev) in plugins/pcspeaker/CMakeLists.txt:
  3151. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3152. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3153. command to set the policy and suppress this warning.
  3154. This warning is for project developers. Use -Wno-dev to suppress it.
  3155.  
  3156. CMake Warning (dev) in plugins/screenshot/CMakeLists.txt:
  3157. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3158. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3159. command to set the policy and suppress this warning.
  3160. This warning is for project developers. Use -Wno-dev to suppress it.
  3161.  
  3162. CMake Warning (dev) in plugins/simpleview/CMakeLists.txt:
  3163. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3164. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3165. command to set the policy and suppress this warning.
  3166. This warning is for project developers. Use -Wno-dev to suppress it.
  3167.  
  3168. CMake Warning (dev) in plugins/single_window/CMakeLists.txt:
  3169. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3170. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3171. command to set the policy and suppress this warning.
  3172. This warning is for project developers. Use -Wno-dev to suppress it.
  3173.  
  3174. CMake Warning (dev) in plugins/sms/CMakeLists.txt:
  3175. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3176. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3177. command to set the policy and suppress this warning.
  3178. This warning is for project developers. Use -Wno-dev to suppress it.
  3179.  
  3180. CMake Warning (dev) in plugins/sound/CMakeLists.txt:
  3181. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3182. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3183. command to set the policy and suppress this warning.
  3184. This warning is for project developers. Use -Wno-dev to suppress it.
  3185.  
  3186. CMake Warning (dev) in plugins/speech/CMakeLists.txt:
  3187. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3188. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3189. command to set the policy and suppress this warning.
  3190. This warning is for project developers. Use -Wno-dev to suppress it.
  3191.  
  3192. CMake Warning (dev) in plugins/spellchecker/CMakeLists.txt:
  3193. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3194. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3195. command to set the policy and suppress this warning.
  3196. This warning is for project developers. Use -Wno-dev to suppress it.
  3197.  
  3198. CMake Warning (dev) in plugins/sql_history/CMakeLists.txt:
  3199. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3200. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3201. command to set the policy and suppress this warning.
  3202. This warning is for project developers. Use -Wno-dev to suppress it.
  3203.  
  3204. CMake Warning (dev) in plugins/tabs/CMakeLists.txt:
  3205. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3206. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3207. command to set the policy and suppress this warning.
  3208. This warning is for project developers. Use -Wno-dev to suppress it.
  3209.  
  3210. CMake Warning (dev) in plugins/windows_integration/CMakeLists.txt:
  3211. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3212. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3213. command to set the policy and suppress this warning.
  3214. This warning is for project developers. Use -Wno-dev to suppress it.
  3215.  
  3216. CMake Warning (dev) in plugins/windows_integration/CMakeLists.txt:
  3217. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3218. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3219. command to set the policy and suppress this warning.
  3220. This warning is for project developers. Use -Wno-dev to suppress it.
  3221.  
  3222. CMake Warning (dev) in plugins/word_fix/CMakeLists.txt:
  3223. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  3224. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  3225. command to set the policy and suppress this warning.
  3226. This warning is for project developers. Use -Wno-dev to suppress it.
  3227.  
  3228. -- Generating done
  3229. -- Build files have been written to: /home/wunderw/kadu-git/src/build
  3230. [ 0%] Generating kadu_cs.qm
  3231. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_cs.qm'...
  3232. Generated 835 translation(s) (835 finished and 0 unfinished)
  3233. Ignored 70 untranslated source text(s)
  3234. [ 0%] Generating qt_cs.qm
  3235. Updating '/home/wunderw/kadu-git/src/build/translations/qt_cs.qm'...
  3236. Generated 0 translation(s) (0 finished and 0 unfinished)
  3237. Ignored 905 untranslated source text(s)
  3238. [ 0%] Generating qtbase_cs.qm
  3239. Updating '/home/wunderw/kadu-git/src/build/translations/qtbase_cs.qm'...
  3240. Generated 87 translation(s) (0 finished and 87 unfinished)
  3241. Ignored 818 untranslated source text(s)
  3242. [ 0%] Generating qtdeclarative_cs.qm
  3243. Updating '/home/wunderw/kadu-git/src/build/translations/qtdeclarative_cs.qm'...
  3244. Generated 90 translation(s) (0 finished and 90 unfinished)
  3245. Ignored 815 untranslated source text(s)
  3246. [ 0%] Generating qtmultimedia_cs.qm
  3247. Updating '/home/wunderw/kadu-git/src/build/translations/qtmultimedia_cs.qm'...
  3248. Generated 0 translation(s) (0 finished and 0 unfinished)
  3249. Ignored 905 untranslated source text(s)
  3250. [ 0%] Generating qtquick1_cs.qm
  3251. Updating '/home/wunderw/kadu-git/src/build/translations/qtquick1_cs.qm'...
  3252. Generated 0 translation(s) (0 finished and 0 unfinished)
  3253. Ignored 905 untranslated source text(s)
  3254. [ 0%] Generating qtscript_cs.qm
  3255. Updating '/home/wunderw/kadu-git/src/build/translations/qtscript_cs.qm'...
  3256. Generated 10 translation(s) (0 finished and 10 unfinished)
  3257. Ignored 895 untranslated source text(s)
  3258. [ 1%] Generating qtxmlpatterns_cs.qm
  3259. Updating '/home/wunderw/kadu-git/src/build/translations/qtxmlpatterns_cs.qm'...
  3260. Generated 0 translation(s) (0 finished and 0 unfinished)
  3261. Ignored 905 untranslated source text(s)
  3262. [ 2%] Generating kadu_de.qm
  3263. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_de.qm'...
  3264. Generated 835 translation(s) (835 finished and 0 unfinished)
  3265. Ignored 70 untranslated source text(s)
  3266. [ 2%] Generating kadu_en.qm
  3267. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_en.qm'...
  3268. Generated 890 translation(s) (808 finished and 82 unfinished)
  3269. Ignored 15 untranslated source text(s)
  3270. [ 2%] Generating kadu_es_MX.qm
  3271. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_es_MX.qm'...
  3272. Generated 835 translation(s) (835 finished and 0 unfinished)
  3273. Ignored 70 untranslated source text(s)
  3274. [ 2%] Generating kadu_fr.qm
  3275. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_fr.qm'...
  3276. Generated 808 translation(s) (808 finished and 0 unfinished)
  3277. Ignored 97 untranslated source text(s)
  3278. [ 2%] Generating kadu_pl.qm
  3279. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_pl.qm'...
  3280. Removed plural forms as the target language has less forms.
  3281. If this sounds wrong, possibly the target language is not set or recognized.
  3282. Generated 905 translation(s) (905 finished and 0 unfinished)
  3283. [ 2%] Generating qt_pl.qm
  3284. Updating '/home/wunderw/kadu-git/src/build/translations/qt_pl.qm'...
  3285. Generated 0 translation(s) (0 finished and 0 unfinished)
  3286. Ignored 905 untranslated source text(s)
  3287. [ 2%] Generating qtbase_pl.qm
  3288. Updating '/home/wunderw/kadu-git/src/build/translations/qtbase_pl.qm'...
  3289. Generated 86 translation(s) (0 finished and 86 unfinished)
  3290. Ignored 819 untranslated source text(s)
  3291. [ 2%] Generating qtdeclarative_pl.qm
  3292. Updating '/home/wunderw/kadu-git/src/build/translations/qtdeclarative_pl.qm'...
  3293. Generated 86 translation(s) (0 finished and 86 unfinished)
  3294. Ignored 819 untranslated source text(s)
  3295. [ 2%] Generating qtmultimedia_pl.qm
  3296. Updating '/home/wunderw/kadu-git/src/build/translations/qtmultimedia_pl.qm'...
  3297. Generated 86 translation(s) (0 finished and 86 unfinished)
  3298. Ignored 819 untranslated source text(s)
  3299. [ 2%] Generating qtquick1_pl.qm
  3300. Updating '/home/wunderw/kadu-git/src/build/translations/qtquick1_pl.qm'...
  3301. Generated 86 translation(s) (0 finished and 86 unfinished)
  3302. Ignored 819 untranslated source text(s)
  3303. [ 2%] Generating qtscript_pl.qm
  3304. Updating '/home/wunderw/kadu-git/src/build/translations/qtscript_pl.qm'...
  3305. Generated 86 translation(s) (0 finished and 86 unfinished)
  3306. Ignored 819 untranslated source text(s)
  3307. [ 2%] Generating qtxmlpatterns_pl.qm
  3308. Updating '/home/wunderw/kadu-git/src/build/translations/qtxmlpatterns_pl.qm'...
  3309. Generated 86 translation(s) (0 finished and 86 unfinished)
  3310. Ignored 819 untranslated source text(s)
  3311. [ 2%] Generating kadu_tr.qm
  3312. Updating '/home/wunderw/kadu-git/src/build/translations/kadu_tr.qm'...
  3313. Removed plural forms as the target language has less forms.
  3314. If this sounds wrong, possibly the target language is not set or recognized.
  3315. Generated 829 translation(s) (829 finished and 0 unfinished)
  3316. Ignored 76 untranslated source text(s)
  3317. [ 2%] Built target translations
  3318. [ 2%] Automatic MOC for target libkadu
  3319. AutoMoc warning
  3320. ---------------
  3321. "SRC:/kadu-core/accounts/account-manager.cpp"
  3322. includes the moc file "account-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3323.  
  3324. AutoMoc warning
  3325. ---------------
  3326. "SRC:/kadu-core/accounts/account-notification-service.cpp"
  3327. includes the moc file "account-notification-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3328.  
  3329. AutoMoc warning
  3330. ---------------
  3331. "SRC:/kadu-core/accounts/account-shared.cpp"
  3332. includes the moc file "account-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3333.  
  3334. AutoMoc warning
  3335. ---------------
  3336. "SRC:/kadu-core/accounts/account-status-container.cpp"
  3337. includes the moc file "account-status-container.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3338.  
  3339. AutoMoc warning
  3340. ---------------
  3341. "SRC:/kadu-core/accounts/account-storage.cpp"
  3342. includes the moc file "account-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3343.  
  3344. AutoMoc warning
  3345. ---------------
  3346. "SRC:/kadu-core/accounts/filter/abstract-account-filter.cpp"
  3347. includes the moc file "abstract-account-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3348.  
  3349. AutoMoc warning
  3350. ---------------
  3351. "SRC:/kadu-core/accounts/filter/have-multilogon-filter.cpp"
  3352. includes the moc file "have-multilogon-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3353.  
  3354. AutoMoc warning
  3355. ---------------
  3356. "SRC:/kadu-core/accounts/filter/have-protocol-filter.cpp"
  3357. includes the moc file "have-protocol-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3358.  
  3359. AutoMoc warning
  3360. ---------------
  3361. "SRC:/kadu-core/accounts/filter/protocol-filter.cpp"
  3362. includes the moc file "protocol-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3363.  
  3364. AutoMoc warning
  3365. ---------------
  3366. "SRC:/kadu-core/accounts/filter/writeable-contacts-list-filter.cpp"
  3367. includes the moc file "writeable-contacts-list-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3368.  
  3369. AutoMoc warning
  3370. ---------------
  3371. "SRC:/kadu-core/accounts/model/accounts-model.cpp"
  3372. includes the moc file "accounts-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3373.  
  3374. AutoMoc warning
  3375. ---------------
  3376. "SRC:/kadu-core/accounts/model/accounts-proxy-model.cpp"
  3377. includes the moc file "accounts-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3378.  
  3379. AutoMoc warning
  3380. ---------------
  3381. "SRC:/kadu-core/actions/action-context.cpp"
  3382. includes the moc file "action-context.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3383.  
  3384. AutoMoc warning
  3385. ---------------
  3386. "SRC:/kadu-core/actions/action-description.cpp"
  3387. includes the moc file "action-description.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3388.  
  3389. AutoMoc warning
  3390. ---------------
  3391. "SRC:/kadu-core/actions/action.cpp"
  3392. includes the moc file "action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3393.  
  3394. AutoMoc warning
  3395. ---------------
  3396. "SRC:/kadu-core/actions/actions.cpp"
  3397. includes the moc file "actions.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3398.  
  3399. AutoMoc warning
  3400. ---------------
  3401. "SRC:/kadu-core/actions/base-action-context.cpp"
  3402. includes the moc file "base-action-context.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3403.  
  3404. AutoMoc warning
  3405. ---------------
  3406. "SRC:/kadu-core/actions/chat-widget/auto-send-action.cpp"
  3407. includes the moc file "auto-send-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3408.  
  3409. AutoMoc warning
  3410. ---------------
  3411. "SRC:/kadu-core/actions/chat-widget/block-user-action.cpp"
  3412. includes the moc file "block-user-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3413.  
  3414. AutoMoc warning
  3415. ---------------
  3416. "SRC:/kadu-core/actions/chat-widget/bold-action.cpp"
  3417. includes the moc file "bold-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3418.  
  3419. AutoMoc warning
  3420. ---------------
  3421. "SRC:/kadu-core/actions/chat-widget/clear-chat-action.cpp"
  3422. includes the moc file "clear-chat-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3423.  
  3424. AutoMoc warning
  3425. ---------------
  3426. "SRC:/kadu-core/actions/chat-widget/insert-image-action.cpp"
  3427. includes the moc file "insert-image-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3428.  
  3429. AutoMoc warning
  3430. ---------------
  3431. "SRC:/kadu-core/actions/chat-widget/italic-action.cpp"
  3432. includes the moc file "italic-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3433.  
  3434. AutoMoc warning
  3435. ---------------
  3436. "SRC:/kadu-core/actions/chat-widget/more-actions-action.cpp"
  3437. includes the moc file "more-actions-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3438.  
  3439. AutoMoc warning
  3440. ---------------
  3441. "SRC:/kadu-core/actions/chat-widget/open-chat-action.cpp"
  3442. includes the moc file "open-chat-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3443.  
  3444. AutoMoc warning
  3445. ---------------
  3446. "SRC:/kadu-core/actions/chat-widget/open-chat-with-action.cpp"
  3447. includes the moc file "open-chat-with-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3448.  
  3449. AutoMoc warning
  3450. ---------------
  3451. "SRC:/kadu-core/actions/chat-widget/send-action.cpp"
  3452. includes the moc file "send-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3453.  
  3454. AutoMoc warning
  3455. ---------------
  3456. "SRC:/kadu-core/actions/chat-widget/underline-action.cpp"
  3457. includes the moc file "underline-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3458.  
  3459. AutoMoc warning
  3460. ---------------
  3461. "SRC:/kadu-core/actions/chat/add-conference-action.cpp"
  3462. includes the moc file "add-conference-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3463.  
  3464. AutoMoc warning
  3465. ---------------
  3466. "SRC:/kadu-core/actions/chat/add-room-chat-action.cpp"
  3467. includes the moc file "add-room-chat-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3468.  
  3469. AutoMoc warning
  3470. ---------------
  3471. "SRC:/kadu-core/actions/chat/leave-chat-action.cpp"
  3472. includes the moc file "leave-chat-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3473.  
  3474. AutoMoc warning
  3475. ---------------
  3476. "SRC:/kadu-core/actions/main/change-status-action.cpp"
  3477. includes the moc file "change-status-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3478.  
  3479. AutoMoc warning
  3480. ---------------
  3481. "SRC:/kadu-core/actions/main/default-proxy-action.cpp"
  3482. includes the moc file "default-proxy-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3483.  
  3484. AutoMoc warning
  3485. ---------------
  3486. "SRC:/kadu-core/actions/main/exit-action.cpp"
  3487. includes the moc file "exit-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3488.  
  3489. AutoMoc warning
  3490. ---------------
  3491. "SRC:/kadu-core/actions/main/open-forum-action.cpp"
  3492. includes the moc file "open-forum-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3493.  
  3494. AutoMoc warning
  3495. ---------------
  3496. "SRC:/kadu-core/actions/main/open-get-involved-action.cpp"
  3497. includes the moc file "open-get-involved-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3498.  
  3499. AutoMoc warning
  3500. ---------------
  3501. "SRC:/kadu-core/actions/main/open-redmine-action.cpp"
  3502. includes the moc file "open-redmine-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3503.  
  3504. AutoMoc warning
  3505. ---------------
  3506. "SRC:/kadu-core/actions/main/open-translate-action.cpp"
  3507. includes the moc file "open-translate-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3508.  
  3509. AutoMoc warning
  3510. ---------------
  3511. "SRC:/kadu-core/actions/main/recent-chats-action.cpp"
  3512. includes the moc file "recent-chats-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3513.  
  3514. AutoMoc warning
  3515. ---------------
  3516. "SRC:/kadu-core/actions/main/show-about-window-action.cpp"
  3517. includes the moc file "show-about-window-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3518.  
  3519. AutoMoc warning
  3520. ---------------
  3521. "SRC:/kadu-core/actions/main/show-blocked-buddies-action.cpp"
  3522. includes the moc file "show-blocked-buddies-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3523.  
  3524. AutoMoc warning
  3525. ---------------
  3526. "SRC:/kadu-core/actions/main/show-configuration-window-action.cpp"
  3527. includes the moc file "show-configuration-window-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3528.  
  3529. AutoMoc warning
  3530. ---------------
  3531. "SRC:/kadu-core/actions/main/show-descriptions-action.cpp"
  3532. includes the moc file "show-descriptions-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3533.  
  3534. AutoMoc warning
  3535. ---------------
  3536. "SRC:/kadu-core/actions/main/show-file-transfer-window-action.cpp"
  3537. includes the moc file "show-file-transfer-window-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3538.  
  3539. AutoMoc warning
  3540. ---------------
  3541. "SRC:/kadu-core/actions/main/show-info-panel-action.cpp"
  3542. includes the moc file "show-info-panel-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3543.  
  3544. AutoMoc warning
  3545. ---------------
  3546. "SRC:/kadu-core/actions/main/show-multilogons-action.cpp"
  3547. includes the moc file "show-multilogons-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3548.  
  3549. AutoMoc warning
  3550. ---------------
  3551. "SRC:/kadu-core/actions/main/show-myself-action.cpp"
  3552. includes the moc file "show-myself-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3553.  
  3554. AutoMoc warning
  3555. ---------------
  3556. "SRC:/kadu-core/actions/main/show-offline-buddies-action.cpp"
  3557. includes the moc file "show-offline-buddies-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3558.  
  3559. AutoMoc warning
  3560. ---------------
  3561. "SRC:/kadu-core/actions/main/show-only-buddies-with-description-action.cpp"
  3562. includes the moc file "show-only-buddies-with-description-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3563.  
  3564. AutoMoc warning
  3565. ---------------
  3566. "SRC:/kadu-core/actions/main/show-only-buddies-with-description-or-online-action.cpp"
  3567. includes the moc file "show-only-buddies-with-description-or-online-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3568.  
  3569. AutoMoc warning
  3570. ---------------
  3571. "SRC:/kadu-core/actions/main/show-your-accounts-action.cpp"
  3572. includes the moc file "show-your-accounts-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3573.  
  3574. AutoMoc warning
  3575. ---------------
  3576. "SRC:/kadu-core/actions/main/toggle-silent-mode-action.cpp"
  3577. includes the moc file "toggle-silent-mode-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3578.  
  3579. AutoMoc warning
  3580. ---------------
  3581. "SRC:/kadu-core/actions/search/add-found-buddy-action.cpp"
  3582. includes the moc file "add-found-buddy-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3583.  
  3584. AutoMoc warning
  3585. ---------------
  3586. "SRC:/kadu-core/actions/search/chat-found-action.cpp"
  3587. includes the moc file "chat-found-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3588.  
  3589. AutoMoc warning
  3590. ---------------
  3591. "SRC:/kadu-core/actions/search/clear-results-action.cpp"
  3592. includes the moc file "clear-results-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3593.  
  3594. AutoMoc warning
  3595. ---------------
  3596. "SRC:/kadu-core/actions/search/first-search-action.cpp"
  3597. includes the moc file "first-search-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3598.  
  3599. AutoMoc warning
  3600. ---------------
  3601. "SRC:/kadu-core/actions/search/next-results-action.cpp"
  3602. includes the moc file "next-results-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3603.  
  3604. AutoMoc warning
  3605. ---------------
  3606. "SRC:/kadu-core/actions/search/stop-search-action.cpp"
  3607. includes the moc file "stop-search-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3608.  
  3609. AutoMoc warning
  3610. ---------------
  3611. "SRC:/kadu-core/actions/talkable/add-group-action.cpp"
  3612. includes the moc file "add-group-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3613.  
  3614. AutoMoc warning
  3615. ---------------
  3616. "SRC:/kadu-core/actions/talkable/add-user-action.cpp"
  3617. includes the moc file "add-user-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3618.  
  3619. AutoMoc warning
  3620. ---------------
  3621. "SRC:/kadu-core/actions/talkable/copy-description-action.cpp"
  3622. includes the moc file "copy-description-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3623.  
  3624. AutoMoc warning
  3625. ---------------
  3626. "SRC:/kadu-core/actions/talkable/copy-personal-info-action.cpp"
  3627. includes the moc file "copy-personal-info-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3628.  
  3629. AutoMoc warning
  3630. ---------------
  3631. "SRC:/kadu-core/actions/talkable/delete-talkable-action.cpp"
  3632. includes the moc file "delete-talkable-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3633.  
  3634. AutoMoc warning
  3635. ---------------
  3636. "SRC:/kadu-core/actions/talkable/edit-talkable-action.cpp"
  3637. includes the moc file "edit-talkable-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3638.  
  3639. AutoMoc warning
  3640. ---------------
  3641. "SRC:/kadu-core/actions/talkable/lookup-buddy-info-action.cpp"
  3642. includes the moc file "lookup-buddy-info-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3643.  
  3644. AutoMoc warning
  3645. ---------------
  3646. "SRC:/kadu-core/actions/talkable/merge-buddies-action.cpp"
  3647. includes the moc file "merge-buddies-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3648.  
  3649. AutoMoc warning
  3650. ---------------
  3651. "SRC:/kadu-core/actions/talkable/notify-about-buddy-action.cpp"
  3652. includes the moc file "notify-about-buddy-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3653.  
  3654. AutoMoc warning
  3655. ---------------
  3656. "SRC:/kadu-core/actions/talkable/open-buddy-email-action.cpp"
  3657. includes the moc file "open-buddy-email-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3658.  
  3659. AutoMoc warning
  3660. ---------------
  3661. "SRC:/kadu-core/actions/talkable/open-description-link-action.cpp"
  3662. includes the moc file "open-description-link-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3663.  
  3664. AutoMoc warning
  3665. ---------------
  3666. "SRC:/kadu-core/actions/talkable/open-search-action.cpp"
  3667. includes the moc file "open-search-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3668.  
  3669. AutoMoc warning
  3670. ---------------
  3671. "SRC:/kadu-core/actions/talkable/send-file-action.cpp"
  3672. includes the moc file "send-file-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3673.  
  3674. AutoMoc warning
  3675. ---------------
  3676. "SRC:/kadu-core/actions/tree-view/collapse-action.cpp"
  3677. includes the moc file "collapse-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3678.  
  3679. AutoMoc warning
  3680. ---------------
  3681. "SRC:/kadu-core/actions/tree-view/expand-action.cpp"
  3682. includes the moc file "expand-action.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3683.  
  3684. AutoMoc warning
  3685. ---------------
  3686. "SRC:/kadu-core/attention-service.cpp"
  3687. includes the moc file "attention-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3688.  
  3689. AutoMoc warning
  3690. ---------------
  3691. "SRC:/kadu-core/avatars/account-avatar-service.cpp"
  3692. includes the moc file "account-avatar-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3693.  
  3694. AutoMoc warning
  3695. ---------------
  3696. "SRC:/kadu-core/avatars/aggregated-account-avatar-service.cpp"
  3697. includes the moc file "aggregated-account-avatar-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3698.  
  3699. AutoMoc warning
  3700. ---------------
  3701. "SRC:/kadu-core/avatars/aggregated-contact-avatar-service.cpp"
  3702. includes the moc file "aggregated-contact-avatar-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3703.  
  3704. AutoMoc warning
  3705. ---------------
  3706. "SRC:/kadu-core/avatars/avatars.cpp"
  3707. includes the moc file "avatars.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3708.  
  3709. AutoMoc warning
  3710. ---------------
  3711. "SRC:/kadu-core/avatars/contact-avatar-downloader.cpp"
  3712. includes the moc file "contact-avatar-downloader.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3713.  
  3714. AutoMoc warning
  3715. ---------------
  3716. "SRC:/kadu-core/avatars/contact-avatar-service.cpp"
  3717. includes the moc file "contact-avatar-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3718.  
  3719. AutoMoc warning
  3720. ---------------
  3721. "SRC:/kadu-core/avatars/http-avatar-downloader.cpp"
  3722. includes the moc file "http-avatar-downloader.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3723.  
  3724. AutoMoc warning
  3725. ---------------
  3726. "SRC:/kadu-core/buddies/buddy-additional-data-delete-handler-manager.cpp"
  3727. includes the moc file "buddy-additional-data-delete-handler-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3728.  
  3729. AutoMoc warning
  3730. ---------------
  3731. "SRC:/kadu-core/buddies/buddy-dummy-factory.cpp"
  3732. includes the moc file "buddy-dummy-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3733.  
  3734. AutoMoc warning
  3735. ---------------
  3736. "SRC:/kadu-core/buddies/buddy-list-mime-data-service.cpp"
  3737. includes the moc file "buddy-list-mime-data-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3738.  
  3739. AutoMoc warning
  3740. ---------------
  3741. "SRC:/kadu-core/buddies/buddy-manager.cpp"
  3742. includes the moc file "buddy-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3743.  
  3744. AutoMoc warning
  3745. ---------------
  3746. "SRC:/kadu-core/buddies/buddy-preferred-manager.cpp"
  3747. includes the moc file "buddies/buddy-preferred-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3748.  
  3749. AutoMoc warning
  3750. ---------------
  3751. "SRC:/kadu-core/buddies/buddy-shared.cpp"
  3752. includes the moc file "buddy-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3753.  
  3754. AutoMoc warning
  3755. ---------------
  3756. "SRC:/kadu-core/buddies/buddy-storage.cpp"
  3757. includes the moc file "buddy-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3758.  
  3759. AutoMoc warning
  3760. ---------------
  3761. "SRC:/kadu-core/buddies/group-manager.cpp"
  3762. includes the moc file "group-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3763.  
  3764. AutoMoc warning
  3765. ---------------
  3766. "SRC:/kadu-core/buddies/group-shared.cpp"
  3767. includes the moc file "group-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3768.  
  3769. AutoMoc warning
  3770. ---------------
  3771. "SRC:/kadu-core/buddies/group-storage.cpp"
  3772. includes the moc file "group-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3773.  
  3774. AutoMoc warning
  3775. ---------------
  3776. "SRC:/kadu-core/buddies/model/buddy-list-model.cpp"
  3777. includes the moc file "buddy-list-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3778.  
  3779. AutoMoc warning
  3780. ---------------
  3781. "SRC:/kadu-core/buddies/model/buddy-manager-adapter.cpp"
  3782. includes the moc file "buddy-manager-adapter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3783.  
  3784. AutoMoc warning
  3785. ---------------
  3786. "SRC:/kadu-core/buddies/model/groups-model.cpp"
  3787. includes the moc file "groups-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3788.  
  3789. AutoMoc warning
  3790. ---------------
  3791. "SRC:/kadu-core/chat-style/chat-style-configuration-ui-handler.cpp"
  3792. includes the moc file "chat-style-configuration-ui-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3793.  
  3794. AutoMoc warning
  3795. ---------------
  3796. "SRC:/kadu-core/chat-style/chat-style-manager.cpp"
  3797. includes the moc file "chat-style-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3798.  
  3799. AutoMoc warning
  3800. ---------------
  3801. "SRC:/kadu-core/chat-style/engine/adium/adium-style-engine.cpp"
  3802. includes the moc file "adium-style-engine.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3803.  
  3804. AutoMoc warning
  3805. ---------------
  3806. "SRC:/kadu-core/chat-style/engine/adium/adium-style-renderer-factory.cpp"
  3807. includes the moc file "adium-style-renderer-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3808.  
  3809. AutoMoc warning
  3810. ---------------
  3811. "SRC:/kadu-core/chat-style/engine/adium/adium-style-renderer.cpp"
  3812. includes the moc file "adium-style-renderer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3813.  
  3814. AutoMoc warning
  3815. ---------------
  3816. "SRC:/kadu-core/chat-style/engine/chat-style-renderer-factory-provider.cpp"
  3817. includes the moc file "chat-style-renderer-factory-provider.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3818.  
  3819. AutoMoc warning
  3820. ---------------
  3821. "SRC:/kadu-core/chat-style/engine/chat-style-renderer.cpp"
  3822. includes the moc file "chat-style-renderer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3823.  
  3824. AutoMoc warning
  3825. ---------------
  3826. "SRC:/kadu-core/chat-style/engine/configured-chat-style-renderer-factory-provider.cpp"
  3827. includes the moc file "configured-chat-style-renderer-factory-provider.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3828.  
  3829. AutoMoc warning
  3830. ---------------
  3831. "SRC:/kadu-core/chat-style/engine/kadu/kadu-style-renderer-factory.cpp"
  3832. includes the moc file "kadu-style-renderer-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3833.  
  3834. AutoMoc warning
  3835. ---------------
  3836. "SRC:/kadu-core/chat-style/engine/kadu/kadu-style-renderer.cpp"
  3837. includes the moc file "kadu-style-renderer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3838.  
  3839. AutoMoc warning
  3840. ---------------
  3841. "SRC:/kadu-core/chat/buddy-chat-manager.cpp"
  3842. includes the moc file "buddy-chat-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3843.  
  3844. AutoMoc warning
  3845. ---------------
  3846. "SRC:/kadu-core/chat/chat-details-buddy.cpp"
  3847. includes the moc file "chat-details-buddy.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3848.  
  3849. AutoMoc warning
  3850. ---------------
  3851. "SRC:/kadu-core/chat/chat-details-contact-set.cpp"
  3852. includes the moc file "chat-details-contact-set.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3853.  
  3854. AutoMoc warning
  3855. ---------------
  3856. "SRC:/kadu-core/chat/chat-details-contact.cpp"
  3857. includes the moc file "chat-details-contact.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3858.  
  3859. AutoMoc warning
  3860. ---------------
  3861. "SRC:/kadu-core/chat/chat-details-room.cpp"
  3862. includes the moc file "chat-details-room.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3863.  
  3864. AutoMoc warning
  3865. ---------------
  3866. "SRC:/kadu-core/chat/chat-details.cpp"
  3867. includes the moc file "chat-details.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3868.  
  3869. AutoMoc warning
  3870. ---------------
  3871. "SRC:/kadu-core/chat/chat-list-mime-data-service.cpp"
  3872. includes the moc file "chat-list-mime-data-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3873.  
  3874. AutoMoc warning
  3875. ---------------
  3876. "SRC:/kadu-core/chat/chat-manager-impl.cpp"
  3877. includes the moc file "chat-manager-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3878.  
  3879. AutoMoc warning
  3880. ---------------
  3881. "SRC:/kadu-core/chat/chat-manager.cpp"
  3882. includes the moc file "chat-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3883.  
  3884. AutoMoc warning
  3885. ---------------
  3886. "SRC:/kadu-core/chat/chat-service-repository.cpp"
  3887. includes the moc file "chat-service-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3888.  
  3889. AutoMoc warning
  3890. ---------------
  3891. "SRC:/kadu-core/chat/chat-shared.cpp"
  3892. includes the moc file "chat-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3893.  
  3894. AutoMoc warning
  3895. ---------------
  3896. "SRC:/kadu-core/chat/chat-state-service-repository.cpp"
  3897. includes the moc file "chat-state-service-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3898.  
  3899. AutoMoc warning
  3900. ---------------
  3901. "SRC:/kadu-core/chat/chat-storage.cpp"
  3902. includes the moc file "chat-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3903.  
  3904. AutoMoc warning
  3905. ---------------
  3906. "SRC:/kadu-core/chat/model/chat-list-model.cpp"
  3907. includes the moc file "chat-list-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3908.  
  3909. AutoMoc warning
  3910. ---------------
  3911. "SRC:/kadu-core/chat/model/chat-manager-adapter.cpp"
  3912. includes the moc file "chat-manager-adapter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3913.  
  3914. AutoMoc warning
  3915. ---------------
  3916. "SRC:/kadu-core/chat/open-chat-repository.cpp"
  3917. includes the moc file "open-chat-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3918.  
  3919. AutoMoc warning
  3920. ---------------
  3921. "SRC:/kadu-core/chat/open-chat-service.cpp"
  3922. includes the moc file "open-chat-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3923.  
  3924. AutoMoc warning
  3925. ---------------
  3926. "SRC:/kadu-core/chat/recent-chat-repository.cpp"
  3927. includes the moc file "recent-chat-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3928.  
  3929. AutoMoc warning
  3930. ---------------
  3931. "SRC:/kadu-core/chat/recent-chat-service.cpp"
  3932. includes the moc file "recent-chat-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3933.  
  3934. AutoMoc warning
  3935. ---------------
  3936. "SRC:/kadu-core/chat/type/chat-type-buddy.cpp"
  3937. includes the moc file "chat-type-buddy.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3938.  
  3939. AutoMoc warning
  3940. ---------------
  3941. "SRC:/kadu-core/chat/type/chat-type-contact-set.cpp"
  3942. includes the moc file "chat-type-contact-set.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3943.  
  3944. AutoMoc warning
  3945. ---------------
  3946. "SRC:/kadu-core/chat/type/chat-type-contact.cpp"
  3947. includes the moc file "chat-type-contact.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3948.  
  3949. AutoMoc warning
  3950. ---------------
  3951. "SRC:/kadu-core/chat/type/chat-type-manager.cpp"
  3952. includes the moc file "chat-type-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3953.  
  3954. AutoMoc warning
  3955. ---------------
  3956. "SRC:/kadu-core/chat/type/chat-type-room.cpp"
  3957. includes the moc file "chat-type-room.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3958.  
  3959. AutoMoc warning
  3960. ---------------
  3961. "SRC:/kadu-core/chat/type/chat-type.cpp"
  3962. includes the moc file "chat-type.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3963.  
  3964. AutoMoc warning
  3965. ---------------
  3966. "SRC:/kadu-core/configuration/config-file-data-manager.cpp"
  3967. includes the moc file "config-file-data-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3968.  
  3969. AutoMoc warning
  3970. ---------------
  3971. "SRC:/kadu-core/configuration/configuration-factory.cpp"
  3972. includes the moc file "configuration-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3973.  
  3974. AutoMoc warning
  3975. ---------------
  3976. "SRC:/kadu-core/configuration/configuration-holder.cpp"
  3977. includes the moc file "configuration-holder.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3978.  
  3979. AutoMoc warning
  3980. ---------------
  3981. "SRC:/kadu-core/configuration/configuration-manager.cpp"
  3982. includes the moc file "configuration-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3983.  
  3984. AutoMoc warning
  3985. ---------------
  3986. "SRC:/kadu-core/configuration/configuration-path-provider.cpp"
  3987. includes the moc file "configuration-path-provider.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3988.  
  3989. AutoMoc warning
  3990. ---------------
  3991. "SRC:/kadu-core/configuration/configuration-window-data-manager.cpp"
  3992. includes the moc file "configuration-window-data-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3993.  
  3994. AutoMoc warning
  3995. ---------------
  3996. "SRC:/kadu-core/configuration/configuration-writer.cpp"
  3997. includes the moc file "configuration-writer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  3998.  
  3999. AutoMoc warning
  4000. ---------------
  4001. "SRC:/kadu-core/configuration/configuration.cpp"
  4002. includes the moc file "configuration.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4003.  
  4004. AutoMoc warning
  4005. ---------------
  4006. "SRC:/kadu-core/contacts/contact-manager.cpp"
  4007. includes the moc file "contact-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4008.  
  4009. AutoMoc warning
  4010. ---------------
  4011. "SRC:/kadu-core/contacts/contact-parser-tags.cpp"
  4012. includes the moc file "contact-parser-tags.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4013.  
  4014. AutoMoc warning
  4015. ---------------
  4016. "SRC:/kadu-core/contacts/contact-shared.cpp"
  4017. includes the moc file "contact-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4018.  
  4019. AutoMoc warning
  4020. ---------------
  4021. "SRC:/kadu-core/contacts/contact-storage.cpp"
  4022. includes the moc file "contact-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4023.  
  4024. AutoMoc warning
  4025. ---------------
  4026. "SRC:/kadu-core/contacts/model/buddy-contact-model.cpp"
  4027. includes the moc file "buddy-contact-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4028.  
  4029. AutoMoc warning
  4030. ---------------
  4031. "SRC:/kadu-core/contacts/model/chat-adapter.cpp"
  4032. includes the moc file "chat-adapter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4033.  
  4034. AutoMoc warning
  4035. ---------------
  4036. "SRC:/kadu-core/contacts/model/contact-data-extractor.cpp"
  4037. includes the moc file "contact-data-extractor.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4038.  
  4039. AutoMoc warning
  4040. ---------------
  4041. "SRC:/kadu-core/contacts/model/contact-list-model.cpp"
  4042. includes the moc file "contact-list-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4043.  
  4044. AutoMoc warning
  4045. ---------------
  4046. "SRC:/kadu-core/core/application.cpp"
  4047. includes the moc file "core/application.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4048.  
  4049. AutoMoc warning
  4050. ---------------
  4051. "SRC:/kadu-core/core/core.cpp"
  4052. includes the moc file "core.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4053.  
  4054. AutoMoc warning
  4055. ---------------
  4056. "SRC:/kadu-core/core/injector-provider.cpp"
  4057. includes the moc file "injector-provider.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4058.  
  4059. AutoMoc warning
  4060. ---------------
  4061. "SRC:/kadu-core/dom/dom-processor-service-impl.cpp"
  4062. includes the moc file "dom-processor-service-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4063.  
  4064. AutoMoc warning
  4065. ---------------
  4066. "SRC:/kadu-core/dom/dom-processor-service.cpp"
  4067. includes the moc file "dom-processor-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4068.  
  4069. AutoMoc warning
  4070. ---------------
  4071. "SRC:/kadu-core/dom/dom-visitor-provider-repository.cpp"
  4072. includes the moc file "dom-visitor-provider-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4073.  
  4074. AutoMoc warning
  4075. ---------------
  4076. "SRC:/kadu-core/file-transfer/file-transfer-handler-manager.cpp"
  4077. includes the moc file "file-transfer-handler-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4078.  
  4079. AutoMoc warning
  4080. ---------------
  4081. "SRC:/kadu-core/file-transfer/file-transfer-handler.cpp"
  4082. includes the moc file "file-transfer-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4083.  
  4084. AutoMoc warning
  4085. ---------------
  4086. "SRC:/kadu-core/file-transfer/file-transfer-manager.cpp"
  4087. includes the moc file "file-transfer-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4088.  
  4089. AutoMoc warning
  4090. ---------------
  4091. "SRC:/kadu-core/file-transfer/file-transfer-shared.cpp"
  4092. includes the moc file "file-transfer-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4093.  
  4094. AutoMoc warning
  4095. ---------------
  4096. "SRC:/kadu-core/file-transfer/file-transfer-storage.cpp"
  4097. includes the moc file "file-transfer-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4098.  
  4099. AutoMoc warning
  4100. ---------------
  4101. "SRC:/kadu-core/file-transfer/gui/file-transfer-actions.cpp"
  4102. includes the moc file "file-transfer-actions.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4103.  
  4104. AutoMoc warning
  4105. ---------------
  4106. "SRC:/kadu-core/file-transfer/gui/file-transfer-widget.cpp"
  4107. includes the moc file "file-transfer-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4108.  
  4109. AutoMoc warning
  4110. ---------------
  4111. "SRC:/kadu-core/file-transfer/gui/file-transfer-window.cpp"
  4112. includes the moc file "file-transfer-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4113.  
  4114. AutoMoc warning
  4115. ---------------
  4116. "SRC:/kadu-core/file-transfer/outgoing-file-transfer-handler.cpp"
  4117. includes the moc file "outgoing-file-transfer-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4118.  
  4119. AutoMoc warning
  4120. ---------------
  4121. "SRC:/kadu-core/file-transfer/stream-incoming-file-transfer-handler.cpp"
  4122. includes the moc file "stream-incoming-file-transfer-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4123.  
  4124. AutoMoc warning
  4125. ---------------
  4126. "SRC:/kadu-core/file-transfer/url-incoming-file-transfer-handler.cpp"
  4127. includes the moc file "url-incoming-file-transfer-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4128.  
  4129. AutoMoc warning
  4130. ---------------
  4131. "SRC:/kadu-core/formatted-string/formatted-string-factory.cpp"
  4132. includes the moc file "formatted-string-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4133.  
  4134. AutoMoc warning
  4135. ---------------
  4136. "SRC:/kadu-core/gui/configuration/chat-configuration-holder.cpp"
  4137. includes the moc file "chat-configuration-holder.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4138.  
  4139. AutoMoc warning
  4140. ---------------
  4141. "SRC:/kadu-core/gui/configuration/toolbar-configuration-manager.cpp"
  4142. includes the moc file "toolbar-configuration-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4143.  
  4144. AutoMoc warning
  4145. ---------------
  4146. "SRC:/kadu-core/gui/hot-key.cpp"
  4147. includes the moc file "hot-key.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4148.  
  4149. AutoMoc warning
  4150. ---------------
  4151. "SRC:/kadu-core/gui/scoped-updates-disabler.cpp"
  4152. includes the moc file "scoped-updates-disabler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4153.  
  4154. AutoMoc warning
  4155. ---------------
  4156. "SRC:/kadu-core/gui/services/clipboard-html-transformer-service.cpp"
  4157. includes the moc file "clipboard-html-transformer-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4158.  
  4159. AutoMoc warning
  4160. ---------------
  4161. "SRC:/kadu-core/gui/status-icon.cpp"
  4162. includes the moc file "status-icon.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4163.  
  4164. AutoMoc warning
  4165. ---------------
  4166. "SRC:/kadu-core/gui/web-view-highlighter.cpp"
  4167. includes the moc file "web-view-highlighter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4168.  
  4169. AutoMoc warning
  4170. ---------------
  4171. "SRC:/kadu-core/icons/icons-manager.cpp"
  4172. includes the moc file "icons-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4173.  
  4174. AutoMoc warning
  4175. ---------------
  4176. "SRC:/kadu-core/identities/identity-manager.cpp"
  4177. includes the moc file "identity-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4178.  
  4179. AutoMoc warning
  4180. ---------------
  4181. "SRC:/kadu-core/identities/identity-shared.cpp"
  4182. includes the moc file "identity-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4183.  
  4184. AutoMoc warning
  4185. ---------------
  4186. "SRC:/kadu-core/identities/identity-status-container.cpp"
  4187. includes the moc file "identity-status-container.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4188.  
  4189. AutoMoc warning
  4190. ---------------
  4191. "SRC:/kadu-core/identities/identity-storage.cpp"
  4192. includes the moc file "identity-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4193.  
  4194. AutoMoc warning
  4195. ---------------
  4196. "SRC:/kadu-core/identities/model/identity-model.cpp"
  4197. includes the moc file "identity-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4198.  
  4199. AutoMoc warning
  4200. ---------------
  4201. "SRC:/kadu-core/languages-manager.cpp"
  4202. includes the moc file "languages-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4203.  
  4204. AutoMoc warning
  4205. ---------------
  4206. "SRC:/kadu-core/menu/kadu-menu.cpp"
  4207. includes the moc file "kadu-menu.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4208.  
  4209. AutoMoc warning
  4210. ---------------
  4211. "SRC:/kadu-core/menu/menu-inventory.cpp"
  4212. includes the moc file "menu-inventory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4213.  
  4214. AutoMoc warning
  4215. ---------------
  4216. "SRC:/kadu-core/message/message-filter-service.cpp"
  4217. includes the moc file "message-filter-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4218.  
  4219. AutoMoc warning
  4220. ---------------
  4221. "SRC:/kadu-core/message/message-html-renderer-service.cpp"
  4222. includes the moc file "message-html-renderer-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4223.  
  4224. AutoMoc warning
  4225. ---------------
  4226. "SRC:/kadu-core/message/message-manager-impl.cpp"
  4227. includes the moc file "message-manager-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4228.  
  4229. AutoMoc warning
  4230. ---------------
  4231. "SRC:/kadu-core/message/message-manager.cpp"
  4232. includes the moc file "message-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4233.  
  4234. AutoMoc warning
  4235. ---------------
  4236. "SRC:/kadu-core/message/message-notification-service.cpp"
  4237. includes the moc file "message-notification-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4238.  
  4239. AutoMoc warning
  4240. ---------------
  4241. "SRC:/kadu-core/message/message-shared.cpp"
  4242. includes the moc file "message-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4243.  
  4244. AutoMoc warning
  4245. ---------------
  4246. "SRC:/kadu-core/message/message-storage.cpp"
  4247. includes the moc file "message-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4248.  
  4249. AutoMoc warning
  4250. ---------------
  4251. "SRC:/kadu-core/message/unread-message-repository.cpp"
  4252. includes the moc file "unread-message-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4253.  
  4254. AutoMoc warning
  4255. ---------------
  4256. "SRC:/kadu-core/misc/change-notifier.cpp"
  4257. includes the moc file "change-notifier.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4258.  
  4259. AutoMoc warning
  4260. ---------------
  4261. "SRC:/kadu-core/misc/syntax-list.cpp"
  4262. includes the moc file "syntax-list.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4263.  
  4264. AutoMoc warning
  4265. ---------------
  4266. "SRC:/kadu-core/model/action-filter-proxy-model.cpp"
  4267. includes the moc file "action-filter-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4268.  
  4269. AutoMoc warning
  4270. ---------------
  4271. "SRC:/kadu-core/model/action-list-model.cpp"
  4272. includes the moc file "action-list-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4273.  
  4274. AutoMoc warning
  4275. ---------------
  4276. "SRC:/kadu-core/model/categorized-sort-filter-proxy-model.cpp"
  4277. includes the moc file "categorized-sort-filter-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4278.  
  4279. AutoMoc warning
  4280. ---------------
  4281. "SRC:/kadu-core/model/kadu-merged-proxy-model.cpp"
  4282. includes the moc file "kadu-merged-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4283.  
  4284. AutoMoc warning
  4285. ---------------
  4286. "SRC:/kadu-core/model/merged-proxy-model.cpp"
  4287. includes the moc file "merged-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4288.  
  4289. AutoMoc warning
  4290. ---------------
  4291. "SRC:/kadu-core/model/model-chain.cpp"
  4292. includes the moc file "model-chain.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4293.  
  4294. AutoMoc warning
  4295. ---------------
  4296. "SRC:/kadu-core/model/model-watcher.cpp"
  4297. includes the moc file "model-watcher.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4298.  
  4299. AutoMoc warning
  4300. ---------------
  4301. "SRC:/kadu-core/multilogon/model/multilogon-model.cpp"
  4302. includes the moc file "multilogon-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4303.  
  4304. AutoMoc warning
  4305. ---------------
  4306. "SRC:/kadu-core/network/network-manager-qt.cpp"
  4307. includes the moc file "network-manager-qt.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4308.  
  4309. AutoMoc warning
  4310. ---------------
  4311. "SRC:/kadu-core/network/network-manager.cpp"
  4312. includes the moc file "network-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4313.  
  4314. AutoMoc warning
  4315. ---------------
  4316. "SRC:/kadu-core/network/proxy/model/network-proxy-model.cpp"
  4317. includes the moc file "network-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4318.  
  4319. AutoMoc warning
  4320. ---------------
  4321. "SRC:/kadu-core/network/proxy/model/network-proxy-proxy-model.cpp"
  4322. includes the moc file "network-proxy-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4323.  
  4324. AutoMoc warning
  4325. ---------------
  4326. "SRC:/kadu-core/network/proxy/network-proxy-manager.cpp"
  4327. includes the moc file "network-proxy-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4328.  
  4329. AutoMoc warning
  4330. ---------------
  4331. "SRC:/kadu-core/network/proxy/network-proxy-shared.cpp"
  4332. includes the moc file "network-proxy-shared.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4333.  
  4334. AutoMoc warning
  4335. ---------------
  4336. "SRC:/kadu-core/network/proxy/network-proxy-storage.cpp"
  4337. includes the moc file "network-proxy-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4338.  
  4339. AutoMoc warning
  4340. ---------------
  4341. "SRC:/kadu-core/notification/listener/account-event-listener.cpp"
  4342. includes the moc file "account-event-listener.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4343.  
  4344. AutoMoc warning
  4345. ---------------
  4346. "SRC:/kadu-core/notification/listener/chat-event-listener.cpp"
  4347. includes the moc file "chat-event-listener.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4348.  
  4349. AutoMoc warning
  4350. ---------------
  4351. "SRC:/kadu-core/notification/listener/group-event-listener.cpp"
  4352. includes the moc file "group-event-listener.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4353.  
  4354. AutoMoc warning
  4355. ---------------
  4356. "SRC:/kadu-core/notification/notification-callback-repository.cpp"
  4357. includes the moc file "notification-callback-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4358.  
  4359. AutoMoc warning
  4360. ---------------
  4361. "SRC:/kadu-core/notification/notification-event-repository.cpp"
  4362. includes the moc file "notification-event-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4363.  
  4364. AutoMoc warning
  4365. ---------------
  4366. "SRC:/kadu-core/notification/notification-service.cpp"
  4367. includes the moc file "notification-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4368.  
  4369. AutoMoc warning
  4370. ---------------
  4371. "SRC:/kadu-core/notification/notifier-configuration-data-manager.cpp"
  4372. includes the moc file "notifier-configuration-data-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4373.  
  4374. AutoMoc warning
  4375. ---------------
  4376. "SRC:/kadu-core/notification/notify-configuration-importer.cpp"
  4377. includes the moc file "notify-configuration-importer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4378.  
  4379. AutoMoc warning
  4380. ---------------
  4381. "SRC:/kadu-core/notification/notify-configuration-ui-handler.cpp"
  4382. includes the moc file "notify-configuration-ui-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4383.  
  4384. AutoMoc warning
  4385. ---------------
  4386. "SRC:/kadu-core/notification/screen-mode-checker.cpp"
  4387. includes the moc file "screen-mode-checker.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4388.  
  4389. AutoMoc warning
  4390. ---------------
  4391. "SRC:/kadu-core/os/generic/compositing-aware-object.cpp"
  4392. includes the moc file "compositing-aware-object.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4393.  
  4394. AutoMoc warning
  4395. ---------------
  4396. "SRC:/kadu-core/os/generic/desktop-aware-object-helper.cpp"
  4397. includes the moc file "desktop-aware-object-helper.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4398.  
  4399. AutoMoc warning
  4400. ---------------
  4401. "SRC:/kadu-core/os/generic/system-info.cpp"
  4402. includes the moc file "system-info.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4403.  
  4404. AutoMoc warning
  4405. ---------------
  4406. "SRC:/kadu-core/os/generic/url-opener.cpp"
  4407. includes the moc file "url-opener.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4408.  
  4409. AutoMoc warning
  4410. ---------------
  4411. "SRC:/kadu-core/os/generic/window-geometry-manager.cpp"
  4412. includes the moc file "window-geometry-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4413.  
  4414. AutoMoc warning
  4415. ---------------
  4416. "SRC:/kadu-core/os/single-application/single-application.cpp"
  4417. includes the moc file "single-application.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4418.  
  4419. AutoMoc warning
  4420. ---------------
  4421. "SRC:/kadu-core/parser/parser.cpp"
  4422. includes the moc file "parser.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4423.  
  4424. AutoMoc warning
  4425. ---------------
  4426. "SRC:/kadu-core/plugin/activation/plugin-activation-error-handler.cpp"
  4427. includes the moc file "plugin-activation-error-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4428.  
  4429. AutoMoc warning
  4430. ---------------
  4431. "SRC:/kadu-core/plugin/activation/plugin-loader.cpp"
  4432. includes the moc file "plugin-loader.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4433.  
  4434. AutoMoc warning
  4435. ---------------
  4436. "SRC:/kadu-core/plugin/gui/plugin-error-dialog.cpp"
  4437. includes the moc file "plugin-error-dialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4438.  
  4439. AutoMoc warning
  4440. ---------------
  4441. "SRC:/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.cpp"
  4442. includes the moc file "plugin-list-view-delegate.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4443.  
  4444. AutoMoc warning
  4445. ---------------
  4446. "SRC:/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.cpp"
  4447. includes the moc file "plugin-list-widget-item-delegate.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4448.  
  4449. AutoMoc warning
  4450. ---------------
  4451. "SRC:/kadu-core/plugin/gui/plugin-list/plugin-list-widget.cpp"
  4452. includes the moc file "plugin-list-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4453.  
  4454. AutoMoc warning
  4455. ---------------
  4456. "SRC:/kadu-core/plugin/metadata/plugin-metadata-provider.cpp"
  4457. includes the moc file "plugin-metadata-provider.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4458.  
  4459. AutoMoc warning
  4460. ---------------
  4461. "SRC:/kadu-core/plugin/model/plugin-model.cpp"
  4462. includes the moc file "plugin-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4463.  
  4464. AutoMoc warning
  4465. ---------------
  4466. "SRC:/kadu-core/plugin/plugin-dependency-handler.cpp"
  4467. includes the moc file "plugin-dependency-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4468.  
  4469. AutoMoc warning
  4470. ---------------
  4471. "SRC:/kadu-core/plugin/plugin-manager.cpp"
  4472. includes the moc file "plugin-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4473.  
  4474. AutoMoc warning
  4475. ---------------
  4476. "SRC:/kadu-core/plugin/plugin-modules-factory.cpp"
  4477. includes the moc file "plugin-modules-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4478.  
  4479. AutoMoc warning
  4480. ---------------
  4481. "SRC:/kadu-core/plugin/state/plugin-state-service.cpp"
  4482. includes the moc file "plugin-state-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4483.  
  4484. AutoMoc warning
  4485. ---------------
  4486. "SRC:/kadu-core/protocols/filter/abstract-protocol-filter.cpp"
  4487. includes the moc file "abstract-protocol-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4488.  
  4489. AutoMoc warning
  4490. ---------------
  4491. "SRC:/kadu-core/protocols/filter/can-register-protocol-filter.cpp"
  4492. includes the moc file "can-register-protocol-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4493.  
  4494. AutoMoc warning
  4495. ---------------
  4496. "SRC:/kadu-core/protocols/model/protocols-model-proxy.cpp"
  4497. includes the moc file "protocols-model-proxy.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4498.  
  4499. AutoMoc warning
  4500. ---------------
  4501. "SRC:/kadu-core/protocols/model/protocols-model.cpp"
  4502. includes the moc file "protocols-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4503.  
  4504. AutoMoc warning
  4505. ---------------
  4506. "SRC:/kadu-core/protocols/protocol-factory.cpp"
  4507. includes the moc file "protocol-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4508.  
  4509. AutoMoc warning
  4510. ---------------
  4511. "SRC:/kadu-core/protocols/protocol-state-machine.cpp"
  4512. includes the moc file "protocol-state-machine.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4513.  
  4514. AutoMoc warning
  4515. ---------------
  4516. "SRC:/kadu-core/protocols/protocol.cpp"
  4517. includes the moc file "protocol.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4518.  
  4519. AutoMoc warning
  4520. ---------------
  4521. "SRC:/kadu-core/protocols/protocols-manager.cpp"
  4522. includes the moc file "protocols-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4523.  
  4524. AutoMoc warning
  4525. ---------------
  4526. "SRC:/kadu-core/protocols/services/account-service.cpp"
  4527. includes the moc file "account-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4528.  
  4529. AutoMoc warning
  4530. ---------------
  4531. "SRC:/kadu-core/protocols/services/chat-image-service.cpp"
  4532. includes the moc file "chat-image-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4533.  
  4534. AutoMoc warning
  4535. ---------------
  4536. "SRC:/kadu-core/protocols/services/chat-service.cpp"
  4537. includes the moc file "chat-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4538.  
  4539. AutoMoc warning
  4540. ---------------
  4541. "SRC:/kadu-core/protocols/services/chat-state-service.cpp"
  4542. includes the moc file "chat-state-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4543.  
  4544. AutoMoc warning
  4545. ---------------
  4546. "SRC:/kadu-core/protocols/services/contact-personal-info-service.cpp"
  4547. includes the moc file "contact-personal-info-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4548.  
  4549. AutoMoc warning
  4550. ---------------
  4551. "SRC:/kadu-core/protocols/services/file-transfer-service.cpp"
  4552. includes the moc file "file-transfer-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4553.  
  4554. AutoMoc warning
  4555. ---------------
  4556. "SRC:/kadu-core/protocols/services/multilogon-service.cpp"
  4557. includes the moc file "multilogon-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4558.  
  4559. AutoMoc warning
  4560. ---------------
  4561. "SRC:/kadu-core/protocols/services/personal-info-service.cpp"
  4562. includes the moc file "personal-info-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4563.  
  4564. AutoMoc warning
  4565. ---------------
  4566. "SRC:/kadu-core/protocols/services/protocol-service.cpp"
  4567. includes the moc file "protocol-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4568.  
  4569. AutoMoc warning
  4570. ---------------
  4571. "SRC:/kadu-core/protocols/services/search-service.cpp"
  4572. includes the moc file "search-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4573.  
  4574. AutoMoc warning
  4575. ---------------
  4576. "SRC:/kadu-core/protocols/services/subscription-service.cpp"
  4577. includes the moc file "subscription-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4578.  
  4579. AutoMoc warning
  4580. ---------------
  4581. "SRC:/kadu-core/qt/long-validator.cpp"
  4582. includes the moc file "long-validator.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4583.  
  4584. AutoMoc warning
  4585. ---------------
  4586. "SRC:/kadu-core/roster/roster-entry.cpp"
  4587. includes the moc file "roster-entry.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4588.  
  4589. AutoMoc warning
  4590. ---------------
  4591. "SRC:/kadu-core/roster/roster-notifier.cpp"
  4592. includes the moc file "roster-notifier.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4593.  
  4594. AutoMoc warning
  4595. ---------------
  4596. "SRC:/kadu-core/roster/roster-replacer.cpp"
  4597. includes the moc file "roster-replacer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4598.  
  4599. AutoMoc warning
  4600. ---------------
  4601. "SRC:/kadu-core/roster/roster-service-tasks.cpp"
  4602. includes the moc file "roster-service-tasks.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4603.  
  4604. AutoMoc warning
  4605. ---------------
  4606. "SRC:/kadu-core/roster/roster-service.cpp"
  4607. includes the moc file "roster-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4608.  
  4609. AutoMoc warning
  4610. ---------------
  4611. "SRC:/kadu-core/roster/roster.cpp"
  4612. includes the moc file "roster.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4613.  
  4614. AutoMoc warning
  4615. ---------------
  4616. "SRC:/kadu-core/services/chat-image-request-service.cpp"
  4617. includes the moc file "chat-image-request-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4618.  
  4619. AutoMoc warning
  4620. ---------------
  4621. "SRC:/kadu-core/services/image-storage-service-impl.cpp"
  4622. includes the moc file "image-storage-service-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4623.  
  4624. AutoMoc warning
  4625. ---------------
  4626. "SRC:/kadu-core/services/image-storage-service.cpp"
  4627. includes the moc file "image-storage-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4628.  
  4629. AutoMoc warning
  4630. ---------------
  4631. "SRC:/kadu-core/services/message-transformer-service.cpp"
  4632. includes the moc file "message-transformer-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4633.  
  4634. AutoMoc warning
  4635. ---------------
  4636. "SRC:/kadu-core/services/raw-message-transformer-service.cpp"
  4637. includes the moc file "raw-message-transformer-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4638.  
  4639. AutoMoc warning
  4640. ---------------
  4641. "SRC:/kadu-core/ssl/gui/ssl-certificate-error-dialog.cpp"
  4642. includes the moc file "ssl-certificate-error-dialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4643.  
  4644. AutoMoc warning
  4645. ---------------
  4646. "SRC:/kadu-core/ssl/gui/ssl-certificate-widget.cpp"
  4647. includes the moc file "ssl-certificate-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4648.  
  4649. AutoMoc warning
  4650. ---------------
  4651. "SRC:/kadu-core/ssl/ssl-certificate-manager.cpp"
  4652. includes the moc file "ssl-certificate-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4653.  
  4654. AutoMoc warning
  4655. ---------------
  4656. "SRC:/kadu-core/ssl/ssl-certificate-repository.cpp"
  4657. includes the moc file "ssl-certificate-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4658.  
  4659. AutoMoc warning
  4660. ---------------
  4661. "SRC:/kadu-core/ssl/ssl-certificate-storage.cpp"
  4662. includes the moc file "ssl-certificate-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4663.  
  4664. AutoMoc warning
  4665. ---------------
  4666. "SRC:/kadu-core/status/all-accounts-status-container.cpp"
  4667. includes the moc file "all-accounts-status-container.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4668.  
  4669. AutoMoc warning
  4670. ---------------
  4671. "SRC:/kadu-core/status/description-manager.cpp"
  4672. includes the moc file "description-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4673.  
  4674. AutoMoc warning
  4675. ---------------
  4676. "SRC:/kadu-core/status/description-model.cpp"
  4677. includes the moc file "description-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4678.  
  4679. AutoMoc warning
  4680. ---------------
  4681. "SRC:/kadu-core/status/status-actions.cpp"
  4682. includes the moc file "status-actions.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4683.  
  4684. AutoMoc warning
  4685. ---------------
  4686. "SRC:/kadu-core/status/status-changer-manager.cpp"
  4687. includes the moc file "status-changer-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4688.  
  4689. AutoMoc warning
  4690. ---------------
  4691. "SRC:/kadu-core/status/status-changer.cpp"
  4692. includes the moc file "status-changer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4693.  
  4694. AutoMoc warning
  4695. ---------------
  4696. "SRC:/kadu-core/status/status-configuration-holder.cpp"
  4697. includes the moc file "status-configuration-holder.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4698.  
  4699. AutoMoc warning
  4700. ---------------
  4701. "SRC:/kadu-core/status/status-container-manager.cpp"
  4702. includes the moc file "status-container-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4703.  
  4704. AutoMoc warning
  4705. ---------------
  4706. "SRC:/kadu-core/status/status-container.cpp"
  4707. includes the moc file "status-container.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4708.  
  4709. AutoMoc warning
  4710. ---------------
  4711. "SRC:/kadu-core/status/status-type-manager.cpp"
  4712. includes the moc file "status-type-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4713.  
  4714. AutoMoc warning
  4715. ---------------
  4716. "SRC:/kadu-core/status/storable-status-container.cpp"
  4717. includes the moc file "storable-status-container.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4718.  
  4719. AutoMoc warning
  4720. ---------------
  4721. "SRC:/kadu-core/storage/custom-properties.cpp"
  4722. includes the moc file "custom-properties.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4723.  
  4724. AutoMoc warning
  4725. ---------------
  4726. "SRC:/kadu-core/storage/storable-object.cpp"
  4727. includes the moc file "storable-object.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4728.  
  4729. AutoMoc warning
  4730. ---------------
  4731. "SRC:/kadu-core/storage/storage-point-factory-impl.cpp"
  4732. includes the moc file "storage-point-factory-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4733.  
  4734. AutoMoc warning
  4735. ---------------
  4736. "SRC:/kadu-core/storage/storage-point-factory.cpp"
  4737. includes the moc file "storage-point-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4738.  
  4739. AutoMoc warning
  4740. ---------------
  4741. "SRC:/kadu-core/talkable/filter/account-talkable-filter.cpp"
  4742. includes the moc file "account-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4743.  
  4744. AutoMoc warning
  4745. ---------------
  4746. "SRC:/kadu-core/talkable/filter/blocked-talkable-filter.cpp"
  4747. includes the moc file "blocked-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4748.  
  4749. AutoMoc warning
  4750. ---------------
  4751. "SRC:/kadu-core/talkable/filter/exclude-buddy-talkable-filter.cpp"
  4752. includes the moc file "exclude-buddy-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4753.  
  4754. AutoMoc warning
  4755. ---------------
  4756. "SRC:/kadu-core/talkable/filter/group-talkable-filter.cpp"
  4757. includes the moc file "group-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4758.  
  4759. AutoMoc warning
  4760. ---------------
  4761. "SRC:/kadu-core/talkable/filter/hide-anonymous-talkable-filter.cpp"
  4762. includes the moc file "hide-anonymous-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4763.  
  4764. AutoMoc warning
  4765. ---------------
  4766. "SRC:/kadu-core/talkable/filter/hide-contact-chats-talkable-filter.cpp"
  4767. includes the moc file "hide-contact-chats-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4768.  
  4769. AutoMoc warning
  4770. ---------------
  4771. "SRC:/kadu-core/talkable/filter/hide-offline-talkable-filter.cpp"
  4772. includes the moc file "hide-offline-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4773.  
  4774. AutoMoc warning
  4775. ---------------
  4776. "SRC:/kadu-core/talkable/filter/hide-offline-without-description-talkable-filter.cpp"
  4777. includes the moc file "hide-offline-without-description-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4778.  
  4779. AutoMoc warning
  4780. ---------------
  4781. "SRC:/kadu-core/talkable/filter/hide-temporary-talkable-filter.cpp"
  4782. includes the moc file "hide-temporary-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4783.  
  4784. AutoMoc warning
  4785. ---------------
  4786. "SRC:/kadu-core/talkable/filter/hide-without-description-talkable-filter.cpp"
  4787. includes the moc file "hide-without-description-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4788.  
  4789. AutoMoc warning
  4790. ---------------
  4791. "SRC:/kadu-core/talkable/filter/mobile-talkable-filter.cpp"
  4792. includes the moc file "mobile-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4793.  
  4794. AutoMoc warning
  4795. ---------------
  4796. "SRC:/kadu-core/talkable/filter/name-talkable-filter.cpp"
  4797. includes the moc file "name-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4798.  
  4799. AutoMoc warning
  4800. ---------------
  4801. "SRC:/kadu-core/talkable/filter/talkable-filter.cpp"
  4802. includes the moc file "talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4803.  
  4804. AutoMoc warning
  4805. ---------------
  4806. "SRC:/kadu-core/talkable/filter/unread-messages-talkable-filter.cpp"
  4807. includes the moc file "unread-messages-talkable-filter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4808.  
  4809. AutoMoc warning
  4810. ---------------
  4811. "SRC:/kadu-core/talkable/model/talkable-model.cpp"
  4812. includes the moc file "talkable-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4813.  
  4814. AutoMoc warning
  4815. ---------------
  4816. "SRC:/kadu-core/talkable/model/talkable-proxy-model.cpp"
  4817. includes the moc file "talkable-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4818.  
  4819. AutoMoc warning
  4820. ---------------
  4821. "SRC:/kadu-core/task/serial-delayed-task-executor.cpp"
  4822. includes the moc file "serial-delayed-task-executor.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4823.  
  4824. AutoMoc warning
  4825. ---------------
  4826. "SRC:/kadu-core/themes.cpp"
  4827. includes the moc file "themes.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4828.  
  4829. AutoMoc warning
  4830. ---------------
  4831. "SRC:/kadu-core/themes/icon-theme-manager.cpp"
  4832. includes the moc file "icon-theme-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4833.  
  4834. AutoMoc warning
  4835. ---------------
  4836. "SRC:/kadu-core/themes/theme-manager.cpp"
  4837. includes the moc file "theme-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4838.  
  4839. AutoMoc warning
  4840. ---------------
  4841. "SRC:/kadu-core/updates.cpp"
  4842. includes the moc file "updates.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4843.  
  4844. AutoMoc warning
  4845. ---------------
  4846. "SRC:/kadu-core/url-handlers/standard-url-expander.cpp"
  4847. includes the moc file "standard-url-expander.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4848.  
  4849. AutoMoc warning
  4850. ---------------
  4851. "SRC:/kadu-core/widgets/account-add-widget.cpp"
  4852. includes the moc file "account-add-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4853.  
  4854. AutoMoc warning
  4855. ---------------
  4856. "SRC:/kadu-core/widgets/account-avatar-widget.cpp"
  4857. includes the moc file "account-avatar-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4858.  
  4859. AutoMoc warning
  4860. ---------------
  4861. "SRC:/kadu-core/widgets/account-configuration-widget-factory-repository.cpp"
  4862. includes the moc file "account-configuration-widget-factory-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4863.  
  4864. AutoMoc warning
  4865. ---------------
  4866. "SRC:/kadu-core/widgets/account-configuration-widget-factory.cpp"
  4867. includes the moc file "account-configuration-widget-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4868.  
  4869. AutoMoc warning
  4870. ---------------
  4871. "SRC:/kadu-core/widgets/account-configuration-widget-tab-adapter.cpp"
  4872. includes the moc file "account-configuration-widget-tab-adapter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4873.  
  4874. AutoMoc warning
  4875. ---------------
  4876. "SRC:/kadu-core/widgets/account-configuration-widget.cpp"
  4877. includes the moc file "account-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4878.  
  4879. AutoMoc warning
  4880. ---------------
  4881. "SRC:/kadu-core/widgets/account-create-widget.cpp"
  4882. includes the moc file "account-create-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4883.  
  4884. AutoMoc warning
  4885. ---------------
  4886. "SRC:/kadu-core/widgets/account-edit-widget.cpp"
  4887. includes the moc file "account-edit-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4888.  
  4889. AutoMoc warning
  4890. ---------------
  4891. "SRC:/kadu-core/widgets/accounts-combo-box.cpp"
  4892. includes the moc file "accounts-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4893.  
  4894. AutoMoc warning
  4895. ---------------
  4896. "SRC:/kadu-core/widgets/actions-combo-box.cpp"
  4897. includes the moc file "actions-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4898.  
  4899. AutoMoc warning
  4900. ---------------
  4901. "SRC:/kadu-core/widgets/buddy-avatar-widget.cpp"
  4902. includes the moc file "buddy-avatar-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4903.  
  4904. AutoMoc warning
  4905. ---------------
  4906. "SRC:/kadu-core/widgets/buddy-configuration-widget-factory-repository.cpp"
  4907. includes the moc file "buddy-configuration-widget-factory-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4908.  
  4909. AutoMoc warning
  4910. ---------------
  4911. "SRC:/kadu-core/widgets/buddy-configuration-widget-factory.cpp"
  4912. includes the moc file "buddy-configuration-widget-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4913.  
  4914. AutoMoc warning
  4915. ---------------
  4916. "SRC:/kadu-core/widgets/buddy-configuration-widget-group-boxes-adapter.cpp"
  4917. includes the moc file "buddy-configuration-widget-group-boxes-adapter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4918.  
  4919. AutoMoc warning
  4920. ---------------
  4921. "SRC:/kadu-core/widgets/buddy-configuration-widget.cpp"
  4922. includes the moc file "buddy-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4923.  
  4924. AutoMoc warning
  4925. ---------------
  4926. "SRC:/kadu-core/widgets/buddy-contacts-table-delegate.cpp"
  4927. includes the moc file "buddy-contacts-table-delegate.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4928.  
  4929. AutoMoc warning
  4930. ---------------
  4931. "SRC:/kadu-core/widgets/buddy-contacts-table-item.cpp"
  4932. includes the moc file "buddy-contacts-table-item.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4933.  
  4934. AutoMoc warning
  4935. ---------------
  4936. "SRC:/kadu-core/widgets/buddy-contacts-table-model-proxy.cpp"
  4937. includes the moc file "buddy-contacts-table-model-proxy.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4938.  
  4939. AutoMoc warning
  4940. ---------------
  4941. "SRC:/kadu-core/widgets/buddy-contacts-table-model.cpp"
  4942. includes the moc file "buddy-contacts-table-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4943.  
  4944. AutoMoc warning
  4945. ---------------
  4946. "SRC:/kadu-core/widgets/buddy-contacts-table.cpp"
  4947. includes the moc file "buddy-contacts-table.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4948.  
  4949. AutoMoc warning
  4950. ---------------
  4951. "SRC:/kadu-core/widgets/buddy-general-configuration-widget.cpp"
  4952. includes the moc file "buddy-general-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4953.  
  4954. AutoMoc warning
  4955. ---------------
  4956. "SRC:/kadu-core/widgets/buddy-groups-configuration-widget.cpp"
  4957. includes the moc file "buddy-groups-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4958.  
  4959. AutoMoc warning
  4960. ---------------
  4961. "SRC:/kadu-core/widgets/buddy-info-panel.cpp"
  4962. includes the moc file "buddy-info-panel.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4963.  
  4964. AutoMoc warning
  4965. ---------------
  4966. "SRC:/kadu-core/widgets/buddy-options-configuration-widget.cpp"
  4967. includes the moc file "buddy-options-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4968.  
  4969. AutoMoc warning
  4970. ---------------
  4971. "SRC:/kadu-core/widgets/buddy-personal-info-configuration-widget.cpp"
  4972. includes the moc file "buddy-personal-info-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4973.  
  4974. AutoMoc warning
  4975. ---------------
  4976. "SRC:/kadu-core/widgets/categorized-list-view-painter.cpp"
  4977. includes the moc file "categorized-list-view-painter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4978.  
  4979. AutoMoc warning
  4980. ---------------
  4981. "SRC:/kadu-core/widgets/categorized-list-view.cpp"
  4982. includes the moc file "categorized-list-view.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4983.  
  4984. AutoMoc warning
  4985. ---------------
  4986. "SRC:/kadu-core/widgets/chat-configuration-widget-factory-repository.cpp"
  4987. includes the moc file "chat-configuration-widget-factory-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4988.  
  4989. AutoMoc warning
  4990. ---------------
  4991. "SRC:/kadu-core/widgets/chat-configuration-widget-factory.cpp"
  4992. includes the moc file "chat-configuration-widget-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4993.  
  4994. AutoMoc warning
  4995. ---------------
  4996. "SRC:/kadu-core/widgets/chat-configuration-widget-group-boxes-adapter.cpp"
  4997. includes the moc file "chat-configuration-widget-group-boxes-adapter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  4998.  
  4999. AutoMoc warning
  5000. ---------------
  5001. "SRC:/kadu-core/widgets/chat-configuration-widget.cpp"
  5002. includes the moc file "chat-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5003.  
  5004. AutoMoc warning
  5005. ---------------
  5006. "SRC:/kadu-core/widgets/chat-edit-box-size-manager.cpp"
  5007. includes the moc file "chat-edit-box-size-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5008.  
  5009. AutoMoc warning
  5010. ---------------
  5011. "SRC:/kadu-core/widgets/chat-edit-box.cpp"
  5012. includes the moc file "chat-edit-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5013.  
  5014. AutoMoc warning
  5015. ---------------
  5016. "SRC:/kadu-core/widgets/chat-edit-widget.cpp"
  5017. includes the moc file "chat-edit-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5018.  
  5019. AutoMoc warning
  5020. ---------------
  5021. "SRC:/kadu-core/widgets/chat-groups-configuration-widget.cpp"
  5022. includes the moc file "chat-groups-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5023.  
  5024. AutoMoc warning
  5025. ---------------
  5026. "SRC:/kadu-core/widgets/chat-room-edit-widget.cpp"
  5027. includes the moc file "chat-room-edit-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5028.  
  5029. AutoMoc warning
  5030. ---------------
  5031. "SRC:/kadu-core/widgets/chat-style-preview.cpp"
  5032. includes the moc file "chat-style-preview.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5033.  
  5034. AutoMoc warning
  5035. ---------------
  5036. "SRC:/kadu-core/widgets/chat-top-bar-container-widget.cpp"
  5037. includes the moc file "chat-top-bar-container-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5038.  
  5039. AutoMoc warning
  5040. ---------------
  5041. "SRC:/kadu-core/widgets/chat-top-bar-widget-factory-repository.cpp"
  5042. includes the moc file "chat-top-bar-widget-factory-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5043.  
  5044. AutoMoc warning
  5045. ---------------
  5046. "SRC:/kadu-core/widgets/chat-top-bar-widget-factory.cpp"
  5047. includes the moc file "chat-top-bar-widget-factory.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5048.  
  5049. AutoMoc warning
  5050. ---------------
  5051. "SRC:/kadu-core/widgets/chat-view-network-access-manager.cpp"
  5052. includes the moc file "chat-view-network-access-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5053.  
  5054. AutoMoc warning
  5055. ---------------
  5056. "SRC:/kadu-core/widgets/chat-widget/actions/chat-widget-actions.cpp"
  5057. includes the moc file "chat-widget-actions.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5058.  
  5059. AutoMoc warning
  5060. ---------------
  5061. "SRC:/kadu-core/widgets/chat-widget/chat-widget-activation-service.cpp"
  5062. includes the moc file "chat-widget-activation-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5063.  
  5064. AutoMoc warning
  5065. ---------------
  5066. "SRC:/kadu-core/widgets/chat-widget/chat-widget-container-handler-mapper.cpp"
  5067. includes the moc file "chat-widget-container-handler-mapper.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5068.  
  5069. AutoMoc warning
  5070. ---------------
  5071. "SRC:/kadu-core/widgets/chat-widget/chat-widget-container-handler-repository.cpp"
  5072. includes the moc file "chat-widget-container-handler-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5073.  
  5074. AutoMoc warning
  5075. ---------------
  5076. "SRC:/kadu-core/widgets/chat-widget/chat-widget-container-handler.cpp"
  5077. includes the moc file "chat-widget-container-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5078.  
  5079. AutoMoc warning
  5080. ---------------
  5081. "SRC:/kadu-core/widgets/chat-widget/chat-widget-impl.cpp"
  5082. includes the moc file "chat-widget-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5083.  
  5084. AutoMoc warning
  5085. ---------------
  5086. "SRC:/kadu-core/widgets/chat-widget/chat-widget-manager.cpp"
  5087. includes the moc file "chat-widget-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5088.  
  5089. AutoMoc warning
  5090. ---------------
  5091. "SRC:/kadu-core/widgets/chat-widget/chat-widget-message-handler-configurator.cpp"
  5092. includes the moc file "chat-widget-message-handler-configurator.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5093.  
  5094. AutoMoc warning
  5095. ---------------
  5096. "SRC:/kadu-core/widgets/chat-widget/chat-widget-message-handler.cpp"
  5097. includes the moc file "chat-widget-message-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5098.  
  5099. AutoMoc warning
  5100. ---------------
  5101. "SRC:/kadu-core/widgets/chat-widget/chat-widget-repository-impl.cpp"
  5102. includes the moc file "chat-widget-repository-impl.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5103.  
  5104. AutoMoc warning
  5105. ---------------
  5106. "SRC:/kadu-core/widgets/chat-widget/chat-widget-repository.cpp"
  5107. includes the moc file "chat-widget-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5108.  
  5109. AutoMoc warning
  5110. ---------------
  5111. "SRC:/kadu-core/widgets/color-button.cpp"
  5112. includes the moc file "color-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5113.  
  5114. AutoMoc warning
  5115. ---------------
  5116. "SRC:/kadu-core/widgets/composite-configuration-value-state-notifier.cpp"
  5117. includes the moc file "composite-configuration-value-state-notifier.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5118.  
  5119. AutoMoc warning
  5120. ---------------
  5121. "SRC:/kadu-core/widgets/configuration-value-state-notifier.cpp"
  5122. includes the moc file "configuration-value-state-notifier.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5123.  
  5124. AutoMoc warning
  5125. ---------------
  5126. "SRC:/kadu-core/widgets/configuration/buddy-list-background-colors-widget.cpp"
  5127. includes the moc file "buddy-list-background-colors-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5128.  
  5129. AutoMoc warning
  5130. ---------------
  5131. "SRC:/kadu-core/widgets/configuration/config-action-button.cpp"
  5132. includes the moc file "config-action-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5133.  
  5134. AutoMoc warning
  5135. ---------------
  5136. "SRC:/kadu-core/widgets/configuration/config-check-box.cpp"
  5137. includes the moc file "config-check-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5138.  
  5139. AutoMoc warning
  5140. ---------------
  5141. "SRC:/kadu-core/widgets/configuration/config-color-button.cpp"
  5142. includes the moc file "config-color-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5143.  
  5144. AutoMoc warning
  5145. ---------------
  5146. "SRC:/kadu-core/widgets/configuration/config-combo-box.cpp"
  5147. includes the moc file "config-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5148.  
  5149. AutoMoc warning
  5150. ---------------
  5151. "SRC:/kadu-core/widgets/configuration/config-group-box.cpp"
  5152. includes the moc file "widgets/configuration/config-group-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5153.  
  5154. AutoMoc warning
  5155. ---------------
  5156. "SRC:/kadu-core/widgets/configuration/config-hot-key-edit.cpp"
  5157. includes the moc file "config-hot-key-edit.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5158.  
  5159. AutoMoc warning
  5160. ---------------
  5161. "SRC:/kadu-core/widgets/configuration/config-label.cpp"
  5162. includes the moc file "config-label.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5163.  
  5164. AutoMoc warning
  5165. ---------------
  5166. "SRC:/kadu-core/widgets/configuration/config-line-edit.cpp"
  5167. includes the moc file "config-line-edit.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5168.  
  5169. AutoMoc warning
  5170. ---------------
  5171. "SRC:/kadu-core/widgets/configuration/config-line-separator.cpp"
  5172. includes the moc file "config-line-separator.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5173.  
  5174. AutoMoc warning
  5175. ---------------
  5176. "SRC:/kadu-core/widgets/configuration/config-list-widget.cpp"
  5177. includes the moc file "widgets/configuration/config-list-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5178.  
  5179. AutoMoc warning
  5180. ---------------
  5181. "SRC:/kadu-core/widgets/configuration/config-path-list-edit.cpp"
  5182. includes the moc file "widgets/configuration/config-path-list-edit.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5183.  
  5184. AutoMoc warning
  5185. ---------------
  5186. "SRC:/kadu-core/widgets/configuration/config-preview.cpp"
  5187. includes the moc file "widgets/configuration/config-preview.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5188.  
  5189. AutoMoc warning
  5190. ---------------
  5191. "SRC:/kadu-core/widgets/configuration/config-proxy-combo-box.cpp"
  5192. includes the moc file "config-proxy-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5193.  
  5194. AutoMoc warning
  5195. ---------------
  5196. "SRC:/kadu-core/widgets/configuration/config-radio-button.cpp"
  5197. includes the moc file "widgets/configuration/config-radio-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5198.  
  5199. AutoMoc warning
  5200. ---------------
  5201. "SRC:/kadu-core/widgets/configuration/config-section.cpp"
  5202. includes the moc file "config-section.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5203.  
  5204. AutoMoc warning
  5205. ---------------
  5206. "SRC:/kadu-core/widgets/configuration/config-select-file.cpp"
  5207. includes the moc file "widgets/configuration/config-select-file.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5208.  
  5209. AutoMoc warning
  5210. ---------------
  5211. "SRC:/kadu-core/widgets/configuration/config-select-font.cpp"
  5212. includes the moc file "widgets/configuration/config-select-font.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5213.  
  5214. AutoMoc warning
  5215. ---------------
  5216. "SRC:/kadu-core/widgets/configuration/config-slider.cpp"
  5217. includes the moc file "widgets/configuration/config-slider.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5218.  
  5219. AutoMoc warning
  5220. ---------------
  5221. "SRC:/kadu-core/widgets/configuration/config-spin-box.cpp"
  5222. includes the moc file "widgets/configuration/config-spin-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5223.  
  5224. AutoMoc warning
  5225. ---------------
  5226. "SRC:/kadu-core/widgets/configuration/config-syntax-editor.cpp"
  5227. includes the moc file "widgets/configuration/config-syntax-editor.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5228.  
  5229. AutoMoc warning
  5230. ---------------
  5231. "SRC:/kadu-core/widgets/configuration/config-tab.cpp"
  5232. includes the moc file "config-tab.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5233.  
  5234. AutoMoc warning
  5235. ---------------
  5236. "SRC:/kadu-core/widgets/configuration/config-widget.cpp"
  5237. includes the moc file "widgets/configuration/config-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5238.  
  5239. AutoMoc warning
  5240. ---------------
  5241. "SRC:/kadu-core/widgets/configuration/configuration-widget.cpp"
  5242. includes the moc file "widgets/configuration/configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5243.  
  5244. AutoMoc warning
  5245. ---------------
  5246. "SRC:/kadu-core/widgets/configuration/kadu-scroll-area.cpp"
  5247. includes the moc file "kadu-scroll-area.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5248.  
  5249. AutoMoc warning
  5250. ---------------
  5251. "SRC:/kadu-core/widgets/configuration/kadu-tab-widget.cpp"
  5252. includes the moc file "kadu-tab-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5253.  
  5254. AutoMoc warning
  5255. ---------------
  5256. "SRC:/kadu-core/widgets/configuration/notifier-configuration-widget.cpp"
  5257. includes the moc file "notifier-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5258.  
  5259. AutoMoc warning
  5260. ---------------
  5261. "SRC:/kadu-core/widgets/configuration/notify-group-box.cpp"
  5262. includes the moc file "notify-group-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5263.  
  5264. AutoMoc warning
  5265. ---------------
  5266. "SRC:/kadu-core/widgets/configuration/notify-tree-widget.cpp"
  5267. includes the moc file "notify-tree-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5268.  
  5269. AutoMoc warning
  5270. ---------------
  5271. "SRC:/kadu-core/widgets/contact-avatar-display.cpp"
  5272. includes the moc file "contact-avatar-display.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5273.  
  5274. AutoMoc warning
  5275. ---------------
  5276. "SRC:/kadu-core/widgets/custom-input-menu-manager.cpp"
  5277. includes the moc file "custom-input-menu-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5278.  
  5279. AutoMoc warning
  5280. ---------------
  5281. "SRC:/kadu-core/widgets/custom-input.cpp"
  5282. includes the moc file "custom-input.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5283.  
  5284. AutoMoc warning
  5285. ---------------
  5286. "SRC:/kadu-core/widgets/dialog/dialog-widget.cpp"
  5287. includes the moc file "dialog-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5288.  
  5289. AutoMoc warning
  5290. ---------------
  5291. "SRC:/kadu-core/widgets/dialog/merge-buddies-dialog-widget.cpp"
  5292. includes the moc file "merge-buddies-dialog-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5293.  
  5294. AutoMoc warning
  5295. ---------------
  5296. "SRC:/kadu-core/widgets/dialog/password-dialog-widget.cpp"
  5297. includes the moc file "password-dialog-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5298.  
  5299. AutoMoc warning
  5300. ---------------
  5301. "SRC:/kadu-core/widgets/dialog/title-widget.cpp"
  5302. includes the moc file "title-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5303.  
  5304. AutoMoc warning
  5305. ---------------
  5306. "SRC:/kadu-core/widgets/filter-widget.cpp"
  5307. includes the moc file "filter-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5308.  
  5309. AutoMoc warning
  5310. ---------------
  5311. "SRC:/kadu-core/widgets/filtered-tree-view.cpp"
  5312. includes the moc file "filtered-tree-view.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5313.  
  5314. AutoMoc warning
  5315. ---------------
  5316. "SRC:/kadu-core/widgets/group-list.cpp"
  5317. includes the moc file "group-list.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5318.  
  5319. AutoMoc warning
  5320. ---------------
  5321. "SRC:/kadu-core/widgets/group-tab-bar/group-tab-bar.cpp"
  5322. includes the moc file "group-tab-bar.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5323.  
  5324. AutoMoc warning
  5325. ---------------
  5326. "SRC:/kadu-core/widgets/groups-combo-box.cpp"
  5327. includes the moc file "groups-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5328.  
  5329. AutoMoc warning
  5330. ---------------
  5331. "SRC:/kadu-core/widgets/identities-combo-box.cpp"
  5332. includes the moc file "identities-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5333.  
  5334. AutoMoc warning
  5335. ---------------
  5336. "SRC:/kadu-core/widgets/kadu-text-edit.cpp"
  5337. includes the moc file "kadu-text-edit.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5338.  
  5339. AutoMoc warning
  5340. ---------------
  5341. "SRC:/kadu-core/widgets/kadu-tree-view-delegate.cpp"
  5342. includes the moc file "kadu-tree-view-delegate.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5343.  
  5344. AutoMoc warning
  5345. ---------------
  5346. "SRC:/kadu-core/widgets/kadu-tree-view.cpp"
  5347. includes the moc file "kadu-tree-view.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5348.  
  5349. AutoMoc warning
  5350. ---------------
  5351. "SRC:/kadu-core/widgets/kadu-web-view.cpp"
  5352. includes the moc file "kadu-web-view.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5353.  
  5354. AutoMoc warning
  5355. ---------------
  5356. "SRC:/kadu-core/widgets/line-edit-clear-button.cpp"
  5357. includes the moc file "line-edit-clear-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5358.  
  5359. AutoMoc warning
  5360. ---------------
  5361. "SRC:/kadu-core/widgets/line-edit-with-clear-button.cpp"
  5362. includes the moc file "line-edit-with-clear-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5363.  
  5364. AutoMoc warning
  5365. ---------------
  5366. "SRC:/kadu-core/widgets/modal-configuration-widget.cpp"
  5367. includes the moc file "modal-configuration-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5368.  
  5369. AutoMoc warning
  5370. ---------------
  5371. "SRC:/kadu-core/widgets/path-list-edit.cpp"
  5372. includes the moc file "path-list-edit.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5373.  
  5374. AutoMoc warning
  5375. ---------------
  5376. "SRC:/kadu-core/widgets/preview.cpp"
  5377. includes the moc file "preview.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5378.  
  5379. AutoMoc warning
  5380. ---------------
  5381. "SRC:/kadu-core/widgets/protocols-combo-box.cpp"
  5382. includes the moc file "protocols-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5383.  
  5384. AutoMoc warning
  5385. ---------------
  5386. "SRC:/kadu-core/widgets/proxy-combo-box.cpp"
  5387. includes the moc file "proxy-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5388.  
  5389. AutoMoc warning
  5390. ---------------
  5391. "SRC:/kadu-core/widgets/recent-chats-menu.cpp"
  5392. includes the moc file "recent-chats-menu.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5393.  
  5394. AutoMoc warning
  5395. ---------------
  5396. "SRC:/kadu-core/widgets/roster-widget.cpp"
  5397. includes the moc file "roster-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5398.  
  5399. AutoMoc warning
  5400. ---------------
  5401. "SRC:/kadu-core/widgets/search-bar.cpp"
  5402. includes the moc file "search-bar.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5403.  
  5404. AutoMoc warning
  5405. ---------------
  5406. "SRC:/kadu-core/widgets/select-file.cpp"
  5407. includes the moc file "select-file.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5408.  
  5409. AutoMoc warning
  5410. ---------------
  5411. "SRC:/kadu-core/widgets/select-font.cpp"
  5412. includes the moc file "select-font.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5413.  
  5414. AutoMoc warning
  5415. ---------------
  5416. "SRC:/kadu-core/widgets/select-talkable-combo-box.cpp"
  5417. includes the moc file "select-talkable-combo-box.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5418.  
  5419. AutoMoc warning
  5420. ---------------
  5421. "SRC:/kadu-core/widgets/select-talkable-popup.cpp"
  5422. includes the moc file "select-talkable-popup.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5423.  
  5424. AutoMoc warning
  5425. ---------------
  5426. "SRC:/kadu-core/widgets/simple-configuration-value-state-notifier.cpp"
  5427. includes the moc file "simple-configuration-value-state-notifier.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5428.  
  5429. AutoMoc warning
  5430. ---------------
  5431. "SRC:/kadu-core/widgets/status-button.cpp"
  5432. includes the moc file "status-button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5433.  
  5434. AutoMoc warning
  5435. ---------------
  5436. "SRC:/kadu-core/widgets/status-buttons.cpp"
  5437. includes the moc file "status-buttons.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5438.  
  5439. AutoMoc warning
  5440. ---------------
  5441. "SRC:/kadu-core/widgets/status-menu.cpp"
  5442. includes the moc file "status-menu.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5443.  
  5444. AutoMoc warning
  5445. ---------------
  5446. "SRC:/kadu-core/widgets/syntax-editor.cpp"
  5447. includes the moc file "syntax-editor.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5448.  
  5449. AutoMoc warning
  5450. ---------------
  5451. "SRC:/kadu-core/widgets/talkable-delegate-configuration.cpp"
  5452. includes the moc file "talkable-delegate-configuration.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5453.  
  5454. AutoMoc warning
  5455. ---------------
  5456. "SRC:/kadu-core/widgets/talkable-delegate.cpp"
  5457. includes the moc file "talkable-delegate.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5458.  
  5459. AutoMoc warning
  5460. ---------------
  5461. "SRC:/kadu-core/widgets/talkable-painter.cpp"
  5462. includes the moc file "talkable-painter.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5463.  
  5464. AutoMoc warning
  5465. ---------------
  5466. "SRC:/kadu-core/widgets/talkable-tree-view.cpp"
  5467. includes the moc file "talkable-tree-view.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5468.  
  5469. AutoMoc warning
  5470. ---------------
  5471. "SRC:/kadu-core/widgets/tool-tip-manager.cpp"
  5472. includes the moc file "tool-tip-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5473.  
  5474. AutoMoc warning
  5475. ---------------
  5476. "SRC:/kadu-core/widgets/tool-tip-widget.cpp"
  5477. includes the moc file "tool-tip-widget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5478.  
  5479. AutoMoc warning
  5480. ---------------
  5481. "SRC:/kadu-core/widgets/toolbar.cpp"
  5482. includes the moc file "toolbar.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5483.  
  5484. AutoMoc warning
  5485. ---------------
  5486. "SRC:/kadu-core/widgets/wait-overlay.cpp"
  5487. includes the moc file "wait-overlay.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5488.  
  5489. AutoMoc warning
  5490. ---------------
  5491. "SRC:/kadu-core/widgets/webkit-messages-view/webkit-messages-view-handler.cpp"
  5492. includes the moc file "webkit-messages-view-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5493.  
  5494. AutoMoc warning
  5495. ---------------
  5496. "SRC:/kadu-core/widgets/webkit-messages-view/webkit-messages-view.cpp"
  5497. includes the moc file "webkit-messages-view.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5498.  
  5499. AutoMoc warning
  5500. ---------------
  5501. "SRC:/kadu-core/windows/about.cpp"
  5502. includes the moc file "about.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5503.  
  5504. AutoMoc warning
  5505. ---------------
  5506. "SRC:/kadu-core/windows/add-buddy-window.cpp"
  5507. includes the moc file "add-buddy-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5508.  
  5509. AutoMoc warning
  5510. ---------------
  5511. "SRC:/kadu-core/windows/add-conference-window.cpp"
  5512. includes the moc file "add-conference-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5513.  
  5514. AutoMoc warning
  5515. ---------------
  5516. "SRC:/kadu-core/windows/add-room-chat-window.cpp"
  5517. includes the moc file "add-room-chat-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5518.  
  5519. AutoMoc warning
  5520. ---------------
  5521. "SRC:/kadu-core/windows/buddy-data-window-repository.cpp"
  5522. includes the moc file "buddy-data-window-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5523.  
  5524. AutoMoc warning
  5525. ---------------
  5526. "SRC:/kadu-core/windows/buddy-data-window.cpp"
  5527. includes the moc file "buddy-data-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5528.  
  5529. AutoMoc warning
  5530. ---------------
  5531. "SRC:/kadu-core/windows/buddy-delete-window.cpp"
  5532. includes the moc file "buddy-delete-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5533.  
  5534. AutoMoc warning
  5535. ---------------
  5536. "SRC:/kadu-core/windows/chat-data-window-repository.cpp"
  5537. includes the moc file "chat-data-window-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5538.  
  5539. AutoMoc warning
  5540. ---------------
  5541. "SRC:/kadu-core/windows/chat-data-window.cpp"
  5542. includes the moc file "chat-data-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5543.  
  5544. AutoMoc warning
  5545. ---------------
  5546. "SRC:/kadu-core/windows/chat-window/chat-window-manager.cpp"
  5547. includes the moc file "chat-window-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5548.  
  5549. AutoMoc warning
  5550. ---------------
  5551. "SRC:/kadu-core/windows/chat-window/chat-window-repository.cpp"
  5552. includes the moc file "chat-window-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5553.  
  5554. AutoMoc warning
  5555. ---------------
  5556. "SRC:/kadu-core/windows/chat-window/chat-window-storage.cpp"
  5557. includes the moc file "chat-window-storage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5558.  
  5559. AutoMoc warning
  5560. ---------------
  5561. "SRC:/kadu-core/windows/chat-window/chat-window.cpp"
  5562. includes the moc file "chat-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5563.  
  5564. AutoMoc warning
  5565. ---------------
  5566. "SRC:/kadu-core/windows/chat-window/window-chat-widget-container-handler.cpp"
  5567. includes the moc file "window-chat-widget-container-handler.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5568.  
  5569. AutoMoc warning
  5570. ---------------
  5571. "SRC:/kadu-core/windows/configuration-window.cpp"
  5572. includes the moc file "configuration-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5573.  
  5574. AutoMoc warning
  5575. ---------------
  5576. "SRC:/kadu-core/windows/group-edit-window.cpp"
  5577. includes the moc file "group-edit-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5578.  
  5579. AutoMoc warning
  5580. ---------------
  5581. "SRC:/kadu-core/windows/kadu-dialog.cpp"
  5582. includes the moc file "kadu-dialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5583.  
  5584. AutoMoc warning
  5585. ---------------
  5586. "SRC:/kadu-core/windows/kadu-window-actions.cpp"
  5587. includes the moc file "kadu-window-actions.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5588.  
  5589. AutoMoc warning
  5590. ---------------
  5591. "SRC:/kadu-core/windows/kadu-window-service.cpp"
  5592. includes the moc file "kadu-window-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5593.  
  5594. AutoMoc warning
  5595. ---------------
  5596. "SRC:/kadu-core/windows/kadu-window.cpp"
  5597. includes the moc file "kadu-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5598.  
  5599. AutoMoc warning
  5600. ---------------
  5601. "SRC:/kadu-core/windows/main-configuration-window-service.cpp"
  5602. includes the moc file "main-configuration-window-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5603.  
  5604. AutoMoc warning
  5605. ---------------
  5606. "SRC:/kadu-core/windows/main-configuration-window.cpp"
  5607. includes the moc file "main-configuration-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5608.  
  5609. AutoMoc warning
  5610. ---------------
  5611. "SRC:/kadu-core/windows/main-window-repository.cpp"
  5612. includes the moc file "main-window-repository.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5613.  
  5614. AutoMoc warning
  5615. ---------------
  5616. "SRC:/kadu-core/windows/main-window.cpp"
  5617. includes the moc file "main-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5618.  
  5619. AutoMoc warning
  5620. ---------------
  5621. "SRC:/kadu-core/windows/message-dialog.cpp"
  5622. includes the moc file "message-dialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5623.  
  5624. AutoMoc warning
  5625. ---------------
  5626. "SRC:/kadu-core/windows/multilogon-window-service.cpp"
  5627. includes the moc file "multilogon-window-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5628.  
  5629. AutoMoc warning
  5630. ---------------
  5631. "SRC:/kadu-core/windows/multilogon-window.cpp"
  5632. includes the moc file "multilogon-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5633.  
  5634. AutoMoc warning
  5635. ---------------
  5636. "SRC:/kadu-core/windows/open-chat-with/open-chat-with-runner-manager.cpp"
  5637. includes the moc file "open-chat-with-runner-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5638.  
  5639. AutoMoc warning
  5640. ---------------
  5641. "SRC:/kadu-core/windows/open-chat-with/open-chat-with.cpp"
  5642. includes the moc file "open-chat-with.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5643.  
  5644. AutoMoc warning
  5645. ---------------
  5646. "SRC:/kadu-core/windows/progress-window.cpp"
  5647. includes the moc file "progress-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5648.  
  5649. AutoMoc warning
  5650. ---------------
  5651. "SRC:/kadu-core/windows/proxy-action-context.cpp"
  5652. includes the moc file "proxy-action-context.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5653.  
  5654. AutoMoc warning
  5655. ---------------
  5656. "SRC:/kadu-core/windows/proxy-edit-window-service.cpp"
  5657. includes the moc file "proxy-edit-window-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5658.  
  5659. AutoMoc warning
  5660. ---------------
  5661. "SRC:/kadu-core/windows/proxy-edit-window.cpp"
  5662. includes the moc file "proxy-edit-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5663.  
  5664. AutoMoc warning
  5665. ---------------
  5666. "SRC:/kadu-core/windows/search-window.cpp"
  5667. includes the moc file "search-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5668.  
  5669. AutoMoc warning
  5670. ---------------
  5671. "SRC:/kadu-core/windows/status-window-description-proxy-model.cpp"
  5672. includes the moc file "status-window-description-proxy-model.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5673.  
  5674. AutoMoc warning
  5675. ---------------
  5676. "SRC:/kadu-core/windows/status-window-service.cpp"
  5677. includes the moc file "status-window-service.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5678.  
  5679. AutoMoc warning
  5680. ---------------
  5681. "SRC:/kadu-core/windows/status-window.cpp"
  5682. includes the moc file "status-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5683.  
  5684. AutoMoc warning
  5685. ---------------
  5686. "SRC:/kadu-core/windows/subscription-window.cpp"
  5687. includes the moc file "subscription-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5688.  
  5689. AutoMoc warning
  5690. ---------------
  5691. "SRC:/kadu-core/windows/token-window.cpp"
  5692. includes the moc file "token-window.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5693.  
  5694. AutoMoc warning
  5695. ---------------
  5696. "SRC:/kadu-core/windows/updates-dialog.cpp"
  5697. includes the moc file "updates-dialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5698.  
  5699. AutoMoc warning
  5700. ---------------
  5701. "SRC:/kadu-core/windows/window-manager.cpp"
  5702. includes the moc file "window-manager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5703.  
  5704. AutoMoc warning
  5705. ---------------
  5706. "SRC:/kadu-core/windows/your-accounts.cpp"
  5707. includes the moc file "your-accounts.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
  5708.  
  5709. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/account-manager.cpp:0: Note: No relevant classes found. No output generated.
  5710. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/account-notification-service.cpp:0: Note: No relevant classes found. No output generated.
  5711. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/account-shared.cpp:0: Note: No relevant classes found. No output generated.
  5712. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/account-status-container.cpp:0: Note: No relevant classes found. No output generated.
  5713. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/filter/abstract-account-filter.cpp:0: Note: No relevant classes found. No output generated.
  5714. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/account-storage.cpp:0: Note: No relevant classes found. No output generated.
  5715. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/filter/have-multilogon-filter.cpp:0: Note: No relevant classes found. No output generated.
  5716. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/filter/have-protocol-filter.cpp:0: Note: No relevant classes found. No output generated.
  5717. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/filter/protocol-filter.cpp:0: Note: No relevant classes found. No output generated.
  5718. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/filter/writeable-contacts-list-filter.cpp:0: Note: No relevant classes found. No output generated.
  5719. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/model/accounts-model.cpp:0: Note: No relevant classes found. No output generated.
  5720. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/action-context.cpp:0: Note: No relevant classes found. No output generated.
  5721. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/accounts/model/accounts-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5722. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/action-description.cpp:0: Note: No relevant classes found. No output generated.
  5723. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/action.cpp:0: Note: No relevant classes found. No output generated.
  5724. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/actions.cpp:0: Note: No relevant classes found. No output generated.
  5725. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/base-action-context.cpp:0: Note: No relevant classes found. No output generated.
  5726. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/auto-send-action.cpp:0: Note: No relevant classes found. No output generated.
  5727. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/block-user-action.cpp:0: Note: No relevant classes found. No output generated.
  5728. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/bold-action.cpp:0: Note: No relevant classes found. No output generated.
  5729. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/insert-image-action.cpp:0: Note: No relevant classes found. No output generated.
  5730. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/clear-chat-action.cpp:0: Note: No relevant classes found. No output generated.
  5731. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/italic-action.cpp:0: Note: No relevant classes found. No output generated.
  5732. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/more-actions-action.cpp:0: Note: No relevant classes found. No output generated.
  5733. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/open-chat-action.cpp:0: Note: No relevant classes found. No output generated.
  5734. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/open-chat-with-action.cpp:0: Note: No relevant classes found. No output generated.
  5735. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/send-action.cpp:0: Note: No relevant classes found. No output generated.
  5736. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat/add-conference-action.cpp:0: Note: No relevant classes found. No output generated.
  5737. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat-widget/underline-action.cpp:0: Note: No relevant classes found. No output generated.
  5738. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat/add-room-chat-action.cpp:0: Note: No relevant classes found. No output generated.
  5739. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/chat/leave-chat-action.cpp:0: Note: No relevant classes found. No output generated.
  5740. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/change-status-action.cpp:0: Note: No relevant classes found. No output generated.
  5741. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/default-proxy-action.cpp:0: Note: No relevant classes found. No output generated.
  5742. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/exit-action.cpp:0: Note: No relevant classes found. No output generated.
  5743. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/open-get-involved-action.cpp:0: Note: No relevant classes found. No output generated.
  5744. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/open-forum-action.cpp:0: Note: No relevant classes found. No output generated.
  5745. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/open-redmine-action.cpp:0: Note: No relevant classes found. No output generated.
  5746. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/open-translate-action.cpp:0: Note: No relevant classes found. No output generated.
  5747. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/recent-chats-action.cpp:0: Note: No relevant classes found. No output generated.
  5748. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-about-window-action.cpp:0: Note: No relevant classes found. No output generated.
  5749. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-blocked-buddies-action.cpp:0: Note: No relevant classes found. No output generated.
  5750. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-descriptions-action.cpp:0: Note: No relevant classes found. No output generated.
  5751. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-configuration-window-action.cpp:0: Note: No relevant classes found. No output generated.
  5752. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-file-transfer-window-action.cpp:0: Note: No relevant classes found. No output generated.
  5753. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-info-panel-action.cpp:0: Note: No relevant classes found. No output generated.
  5754. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-multilogons-action.cpp:0: Note: No relevant classes found. No output generated.
  5755. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-myself-action.cpp:0: Note: No relevant classes found. No output generated.
  5756. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-only-buddies-with-description-action.cpp:0: Note: No relevant classes found. No output generated.
  5757. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-offline-buddies-action.cpp:0: Note: No relevant classes found. No output generated.
  5758. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-your-accounts-action.cpp:0: Note: No relevant classes found. No output generated.
  5759. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/show-only-buddies-with-description-or-online-action.cpp:0: Note: No relevant classes found. No output generated.
  5760. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/main/toggle-silent-mode-action.cpp:0: Note: No relevant classes found. No output generated.
  5761. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/search/add-found-buddy-action.cpp:0: Note: No relevant classes found. No output generated.
  5762. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/search/chat-found-action.cpp:0: Note: No relevant classes found. No output generated.
  5763. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/search/first-search-action.cpp:0: Note: No relevant classes found. No output generated.
  5764. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/search/clear-results-action.cpp:0: Note: No relevant classes found. No output generated.
  5765. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/search/next-results-action.cpp:0: Note: No relevant classes found. No output generated.
  5766. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/search/stop-search-action.cpp:0: Note: No relevant classes found. No output generated.
  5767. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/add-group-action.cpp:0: Note: No relevant classes found. No output generated.
  5768. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/add-user-action.cpp:0: Note: No relevant classes found. No output generated.
  5769. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/copy-description-action.cpp:0: Note: No relevant classes found. No output generated.
  5770. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/delete-talkable-action.cpp:0: Note: No relevant classes found. No output generated.
  5771. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/copy-personal-info-action.cpp:0: Note: No relevant classes found. No output generated.
  5772. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/edit-talkable-action.cpp:0: Note: No relevant classes found. No output generated.
  5773. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/lookup-buddy-info-action.cpp:0: Note: No relevant classes found. No output generated.
  5774. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/merge-buddies-action.cpp:0: Note: No relevant classes found. No output generated.
  5775. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/open-buddy-email-action.cpp:0: Note: No relevant classes found. No output generated.
  5776. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/notify-about-buddy-action.cpp:0: Note: No relevant classes found. No output generated.
  5777. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/open-description-link-action.cpp:0: Note: No relevant classes found. No output generated.
  5778. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/open-search-action.cpp:0: Note: No relevant classes found. No output generated.
  5779. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/talkable/send-file-action.cpp:0: Note: No relevant classes found. No output generated.
  5780. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/tree-view/collapse-action.cpp:0: Note: No relevant classes found. No output generated.
  5781. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/actions/tree-view/expand-action.cpp:0: Note: No relevant classes found. No output generated.
  5782. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/attention-service.cpp:0: Note: No relevant classes found. No output generated.
  5783. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/account-avatar-service.cpp:0: Note: No relevant classes found. No output generated.
  5784. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/aggregated-contact-avatar-service.cpp:0: Note: No relevant classes found. No output generated.
  5785. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/aggregated-account-avatar-service.cpp:0: Note: No relevant classes found. No output generated.
  5786. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/avatars.cpp:0: Note: No relevant classes found. No output generated.
  5787. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/contact-avatar-downloader.cpp:0: Note: No relevant classes found. No output generated.
  5788. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/http-avatar-downloader.cpp:0: Note: No relevant classes found. No output generated.
  5789. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/avatars/contact-avatar-service.cpp:0: Note: No relevant classes found. No output generated.
  5790. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-additional-data-delete-handler-manager.cpp:0: Note: No relevant classes found. No output generated.
  5791. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-dummy-factory.cpp:0: Note: No relevant classes found. No output generated.
  5792. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-list-mime-data-service.cpp:0: Note: No relevant classes found. No output generated.
  5793. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-manager.cpp:0: Note: No relevant classes found. No output generated.
  5794. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-preferred-manager.cpp:0: Note: No relevant classes found. No output generated.
  5795. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-storage.cpp:0: Note: No relevant classes found. No output generated.
  5796. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/buddy-shared.cpp:0: Note: No relevant classes found. No output generated.
  5797. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/group-manager.cpp:0: Note: No relevant classes found. No output generated.
  5798. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/group-shared.cpp:0: Note: No relevant classes found. No output generated.
  5799. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/group-storage.cpp:0: Note: No relevant classes found. No output generated.
  5800. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/model/buddy-list-model.cpp:0: Note: No relevant classes found. No output generated.
  5801. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/model/buddy-manager-adapter.cpp:0: Note: No relevant classes found. No output generated.
  5802. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/chat-style-configuration-ui-handler.cpp:0: Note: No relevant classes found. No output generated.
  5803. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/buddies/model/groups-model.cpp:0: Note: No relevant classes found. No output generated.
  5804. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/chat-style-manager.cpp:0: Note: No relevant classes found. No output generated.
  5805. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/adium/adium-style-engine.cpp:0: Note: No relevant classes found. No output generated.
  5806. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/adium/adium-style-renderer-factory.cpp:0: Note: No relevant classes found. No output generated.
  5807. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/adium/adium-style-renderer.cpp:0: Note: No relevant classes found. No output generated.
  5808. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/chat-style-renderer-factory-provider.cpp:0: Note: No relevant classes found. No output generated.
  5809. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/chat-style-renderer.cpp:0: Note: No relevant classes found. No output generated.
  5810. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/configured-chat-style-renderer-factory-provider.cpp:0: Note: No relevant classes found. No output generated.
  5811. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/kadu/kadu-style-renderer-factory.cpp:0: Note: No relevant classes found. No output generated.
  5812. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/buddy-chat-manager.cpp:0: Note: No relevant classes found. No output generated.
  5813. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat-style/engine/kadu/kadu-style-renderer.cpp:0: Note: No relevant classes found. No output generated.
  5814. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-details-buddy.cpp:0: Note: No relevant classes found. No output generated.
  5815. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-details-contact-set.cpp:0: Note: No relevant classes found. No output generated.
  5816. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-details-contact.cpp:0: Note: No relevant classes found. No output generated.
  5817. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-details.cpp:0: Note: No relevant classes found. No output generated.
  5818. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-details-room.cpp:0: Note: No relevant classes found. No output generated.
  5819. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-list-mime-data-service.cpp:0: Note: No relevant classes found. No output generated.
  5820. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-manager-impl.cpp:0: Note: No relevant classes found. No output generated.
  5821. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-manager.cpp:0: Note: No relevant classes found. No output generated.
  5822. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-service-repository.cpp:0: Note: No relevant classes found. No output generated.
  5823. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-shared.cpp:0: Note: No relevant classes found. No output generated.
  5824. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-state-service-repository.cpp:0: Note: No relevant classes found. No output generated.
  5825. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/chat-storage.cpp:0: Note: No relevant classes found. No output generated.
  5826. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/model/chat-list-model.cpp:0: Note: No relevant classes found. No output generated.
  5827. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/model/chat-manager-adapter.cpp:0: Note: No relevant classes found. No output generated.
  5828. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/open-chat-repository.cpp:0: Note: No relevant classes found. No output generated.
  5829. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/recent-chat-repository.cpp:0: Note: No relevant classes found. No output generated.
  5830. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/open-chat-service.cpp:0: Note: No relevant classes found. No output generated.
  5831. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/recent-chat-service.cpp:0: Note: No relevant classes found. No output generated.
  5832. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/type/chat-type-buddy.cpp:0: Note: No relevant classes found. No output generated.
  5833. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/type/chat-type-contact-set.cpp:0: Note: No relevant classes found. No output generated.
  5834. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/type/chat-type-contact.cpp:0: Note: No relevant classes found. No output generated.
  5835. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/type/chat-type-manager.cpp:0: Note: No relevant classes found. No output generated.
  5836. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/type/chat-type.cpp:0: Note: No relevant classes found. No output generated.
  5837. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/chat/type/chat-type-room.cpp:0: Note: No relevant classes found. No output generated.
  5838. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/config-file-data-manager.cpp:0: Note: No relevant classes found. No output generated.
  5839. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration-holder.cpp:0: Note: No relevant classes found. No output generated.
  5840. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration-factory.cpp:0: Note: No relevant classes found. No output generated.
  5841. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration-manager.cpp:0: Note: No relevant classes found. No output generated.
  5842. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration-path-provider.cpp:0: Note: No relevant classes found. No output generated.
  5843. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration-writer.cpp:0: Note: No relevant classes found. No output generated.
  5844. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration-window-data-manager.cpp:0: Note: No relevant classes found. No output generated.
  5845. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/configuration/configuration.cpp:0: Note: No relevant classes found. No output generated.
  5846. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/contact-manager.cpp:0: Note: No relevant classes found. No output generated.
  5847. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/contact-parser-tags.cpp:0: Note: No relevant classes found. No output generated.
  5848. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/contact-shared.cpp:0: Note: No relevant classes found. No output generated.
  5849. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/contact-storage.cpp:0: Note: No relevant classes found. No output generated.
  5850. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/model/buddy-contact-model.cpp:0: Note: No relevant classes found. No output generated.
  5851. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/model/chat-adapter.cpp:0: Note: No relevant classes found. No output generated.
  5852. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/model/contact-data-extractor.cpp:0: Note: No relevant classes found. No output generated.
  5853. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/contacts/model/contact-list-model.cpp:0: Note: No relevant classes found. No output generated.
  5854. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/core/application.cpp:0: Note: No relevant classes found. No output generated.
  5855. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/core/core.cpp:0: Note: No relevant classes found. No output generated.
  5856. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/core/injector-provider.cpp:0: Note: No relevant classes found. No output generated.
  5857. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/dom/dom-processor-service-impl.cpp:0: Note: No relevant classes found. No output generated.
  5858. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/dom/dom-processor-service.cpp:0: Note: No relevant classes found. No output generated.
  5859. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/dom/dom-visitor-provider-repository.cpp:0: Note: No relevant classes found. No output generated.
  5860. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/file-transfer-handler.cpp:0: Note: No relevant classes found. No output generated.
  5861. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/file-transfer-handler-manager.cpp:0: Note: No relevant classes found. No output generated.
  5862. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/file-transfer-shared.cpp:0: Note: No relevant classes found. No output generated.
  5863. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/file-transfer-manager.cpp:0: Note: No relevant classes found. No output generated.
  5864. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/file-transfer-storage.cpp:0: Note: No relevant classes found. No output generated.
  5865. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/gui/file-transfer-actions.cpp:0: Note: No relevant classes found. No output generated.
  5866. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/gui/file-transfer-widget.cpp:0: Note: No relevant classes found. No output generated.
  5867. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/gui/file-transfer-window.cpp:0: Note: No relevant classes found. No output generated.
  5868. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/outgoing-file-transfer-handler.cpp:0: Note: No relevant classes found. No output generated.
  5869. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/url-incoming-file-transfer-handler.cpp:0: Note: No relevant classes found. No output generated.
  5870. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/file-transfer/stream-incoming-file-transfer-handler.cpp:0: Note: No relevant classes found. No output generated.
  5871. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/formatted-string/formatted-string-factory.cpp:0: Note: No relevant classes found. No output generated.
  5872. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/configuration/chat-configuration-holder.cpp:0: Note: No relevant classes found. No output generated.
  5873. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/configuration/toolbar-configuration-manager.cpp:0: Note: No relevant classes found. No output generated.
  5874. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/scoped-updates-disabler.cpp:0: Note: No relevant classes found. No output generated.
  5875. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/hot-key.cpp:0: Note: No relevant classes found. No output generated.
  5876. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/services/clipboard-html-transformer-service.cpp:0: Note: No relevant classes found. No output generated.
  5877. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/status-icon.cpp:0: Note: No relevant classes found. No output generated.
  5878. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/gui/web-view-highlighter.cpp:0: Note: No relevant classes found. No output generated.
  5879. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/identities/identity-manager.cpp:0: Note: No relevant classes found. No output generated.
  5880. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/icons/icons-manager.cpp:0: Note: No relevant classes found. No output generated.
  5881. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/identities/identity-shared.cpp:0: Note: No relevant classes found. No output generated.
  5882. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/identities/identity-status-container.cpp:0: Note: No relevant classes found. No output generated.
  5883. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/identities/identity-storage.cpp:0: Note: No relevant classes found. No output generated.
  5884. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/identities/model/identity-model.cpp:0: Note: No relevant classes found. No output generated.
  5885. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/languages-manager.cpp:0: Note: No relevant classes found. No output generated.
  5886. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/menu/kadu-menu.cpp:0: Note: No relevant classes found. No output generated.
  5887. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-filter-service.cpp:0: Note: No relevant classes found. No output generated.
  5888. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/menu/menu-inventory.cpp:0: Note: No relevant classes found. No output generated.
  5889. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-html-renderer-service.cpp:0: Note: No relevant classes found. No output generated.
  5890. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-manager.cpp:0: Note: No relevant classes found. No output generated.
  5891. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-manager-impl.cpp:0: Note: No relevant classes found. No output generated.
  5892. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-notification-service.cpp:0: Note: No relevant classes found. No output generated.
  5893. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-shared.cpp:0: Note: No relevant classes found. No output generated.
  5894. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/message-storage.cpp:0: Note: No relevant classes found. No output generated.
  5895. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/message/unread-message-repository.cpp:0: Note: No relevant classes found. No output generated.
  5896. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/misc/change-notifier.cpp:0: Note: No relevant classes found. No output generated.
  5897. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/action-filter-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5898. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/misc/syntax-list.cpp:0: Note: No relevant classes found. No output generated.
  5899. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/action-list-model.cpp:0: Note: No relevant classes found. No output generated.
  5900. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/categorized-sort-filter-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5901. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/kadu-merged-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5902. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/merged-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5903. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/model-chain.cpp:0: Note: No relevant classes found. No output generated.
  5904. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/model/model-watcher.cpp:0: Note: No relevant classes found. No output generated.
  5905. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/multilogon/model/multilogon-model.cpp:0: Note: No relevant classes found. No output generated.
  5906. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/network-manager.cpp:0: Note: No relevant classes found. No output generated.
  5907. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/network-manager-qt.cpp:0: Note: No relevant classes found. No output generated.
  5908. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/proxy/model/network-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5909. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/proxy/model/network-proxy-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  5910. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/proxy/network-proxy-manager.cpp:0: Note: No relevant classes found. No output generated.
  5911. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/proxy/network-proxy-shared.cpp:0: Note: No relevant classes found. No output generated.
  5912. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/network/proxy/network-proxy-storage.cpp:0: Note: No relevant classes found. No output generated.
  5913. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/listener/account-event-listener.cpp:0: Note: No relevant classes found. No output generated.
  5914. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/listener/chat-event-listener.cpp:0: Note: No relevant classes found. No output generated.
  5915. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/notification-callback-repository.cpp:0: Note: No relevant classes found. No output generated.
  5916. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/listener/group-event-listener.cpp:0: Note: No relevant classes found. No output generated.
  5917. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/notification-event-repository.cpp:0: Note: No relevant classes found. No output generated.
  5918. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/notification-service.cpp:0: Note: No relevant classes found. No output generated.
  5919. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/notifier-configuration-data-manager.cpp:0: Note: No relevant classes found. No output generated.
  5920. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/notify-configuration-importer.cpp:0: Note: No relevant classes found. No output generated.
  5921. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/notify-configuration-ui-handler.cpp:0: Note: No relevant classes found. No output generated.
  5922. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/notification/screen-mode-checker.cpp:0: Note: No relevant classes found. No output generated.
  5923. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/os/generic/compositing-aware-object.cpp:0: Note: No relevant classes found. No output generated.
  5924. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/os/generic/system-info.cpp:0: Note: No relevant classes found. No output generated.
  5925. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/os/generic/desktop-aware-object-helper.cpp:0: Note: No relevant classes found. No output generated.
  5926. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/os/generic/url-opener.cpp:0: Note: No relevant classes found. No output generated.
  5927. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/os/generic/window-geometry-manager.cpp:0: Note: No relevant classes found. No output generated.
  5928. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/os/single-application/single-application.cpp:0: Note: No relevant classes found. No output generated.
  5929. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/parser/parser.cpp:0: Note: No relevant classes found. No output generated.
  5930. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/activation/plugin-activation-error-handler.cpp:0: Note: No relevant classes found. No output generated.
  5931. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/activation/plugin-loader.cpp:0: Note: No relevant classes found. No output generated.
  5932. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/gui/plugin-error-dialog.cpp:0: Note: No relevant classes found. No output generated.
  5933. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.cpp:0: Note: No relevant classes found. No output generated.
  5934. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.cpp:0: Note: No relevant classes found. No output generated.
  5935. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/gui/plugin-list/plugin-list-widget.cpp:0: Note: No relevant classes found. No output generated.
  5936. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/model/plugin-model.cpp:0: Note: No relevant classes found. No output generated.
  5937. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/metadata/plugin-metadata-provider.cpp:0: Note: No relevant classes found. No output generated.
  5938. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/plugin-dependency-handler.cpp:0: Note: No relevant classes found. No output generated.
  5939. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/plugin-manager.cpp:0: Note: No relevant classes found. No output generated.
  5940. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/state/plugin-state-service.cpp:0: Note: No relevant classes found. No output generated.
  5941. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/plugin/plugin-modules-factory.cpp:0: Note: No relevant classes found. No output generated.
  5942. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/filter/abstract-protocol-filter.cpp:0: Note: No relevant classes found. No output generated.
  5943. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/filter/can-register-protocol-filter.cpp:0: Note: No relevant classes found. No output generated.
  5944. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/model/protocols-model-proxy.cpp:0: Note: No relevant classes found. No output generated.
  5945. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/model/protocols-model.cpp:0: Note: No relevant classes found. No output generated.
  5946. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/protocol-factory.cpp:0: Note: No relevant classes found. No output generated.
  5947. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/protocol-state-machine.cpp:0: Note: No relevant classes found. No output generated.
  5948. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/protocol.cpp:0: Note: No relevant classes found. No output generated.
  5949. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/protocols-manager.cpp:0: Note: No relevant classes found. No output generated.
  5950. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/account-service.cpp:0: Note: No relevant classes found. No output generated.
  5951. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/chat-image-service.cpp:0: Note: No relevant classes found. No output generated.
  5952. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/chat-service.cpp:0: Note: No relevant classes found. No output generated.
  5953. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/chat-state-service.cpp:0: Note: No relevant classes found. No output generated.
  5954. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/contact-personal-info-service.cpp:0: Note: No relevant classes found. No output generated.
  5955. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/multilogon-service.cpp:0: Note: No relevant classes found. No output generated.
  5956. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/file-transfer-service.cpp:0: Note: No relevant classes found. No output generated.
  5957. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/personal-info-service.cpp:0: Note: No relevant classes found. No output generated.
  5958. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/protocol-service.cpp:0: Note: No relevant classes found. No output generated.
  5959. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/search-service.cpp:0: Note: No relevant classes found. No output generated.
  5960. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/protocols/services/subscription-service.cpp:0: Note: No relevant classes found. No output generated.
  5961. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/qt/long-validator.cpp:0: Note: No relevant classes found. No output generated.
  5962. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/roster/roster-entry.cpp:0: Note: No relevant classes found. No output generated.
  5963. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/roster/roster-notifier.cpp:0: Note: No relevant classes found. No output generated.
  5964. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/roster/roster-replacer.cpp:0: Note: No relevant classes found. No output generated.
  5965. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/roster/roster-service-tasks.cpp:0: Note: No relevant classes found. No output generated.
  5966. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/roster/roster-service.cpp:0: Note: No relevant classes found. No output generated.
  5967. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/roster/roster.cpp:0: Note: No relevant classes found. No output generated.
  5968. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/services/chat-image-request-service.cpp:0: Note: No relevant classes found. No output generated.
  5969. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/services/image-storage-service.cpp:0: Note: No relevant classes found. No output generated.
  5970. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/services/image-storage-service-impl.cpp:0: Note: No relevant classes found. No output generated.
  5971. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/services/message-transformer-service.cpp:0: Note: No relevant classes found. No output generated.
  5972. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/services/raw-message-transformer-service.cpp:0: Note: No relevant classes found. No output generated.
  5973. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/ssl/gui/ssl-certificate-widget.cpp:0: Note: No relevant classes found. No output generated.
  5974. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/ssl/gui/ssl-certificate-error-dialog.cpp:0: Note: No relevant classes found. No output generated.
  5975. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/ssl/ssl-certificate-manager.cpp:0: Note: No relevant classes found. No output generated.
  5976. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/ssl/ssl-certificate-repository.cpp:0: Note: No relevant classes found. No output generated.
  5977. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/ssl/ssl-certificate-storage.cpp:0: Note: No relevant classes found. No output generated.
  5978. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/description-manager.cpp:0: Note: No relevant classes found. No output generated.
  5979. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/all-accounts-status-container.cpp:0: Note: No relevant classes found. No output generated.
  5980. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/description-model.cpp:0: Note: No relevant classes found. No output generated.
  5981. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-actions.cpp:0: Note: No relevant classes found. No output generated.
  5982. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-changer-manager.cpp:0: Note: No relevant classes found. No output generated.
  5983. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-changer.cpp:0: Note: No relevant classes found. No output generated.
  5984. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-configuration-holder.cpp:0: Note: No relevant classes found. No output generated.
  5985. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-container-manager.cpp:0: Note: No relevant classes found. No output generated.
  5986. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-container.cpp:0: Note: No relevant classes found. No output generated.
  5987. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/status-type-manager.cpp:0: Note: No relevant classes found. No output generated.
  5988. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/status/storable-status-container.cpp:0: Note: No relevant classes found. No output generated.
  5989. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/storage/custom-properties.cpp:0: Note: No relevant classes found. No output generated.
  5990. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/storage/storable-object.cpp:0: Note: No relevant classes found. No output generated.
  5991. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/storage/storage-point-factory-impl.cpp:0: Note: No relevant classes found. No output generated.
  5992. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/storage/storage-point-factory.cpp:0: Note: No relevant classes found. No output generated.
  5993. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/account-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  5994. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/blocked-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  5995. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/exclude-buddy-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  5996. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/hide-anonymous-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  5997. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/group-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  5998. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/hide-contact-chats-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  5999. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/hide-offline-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6000. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/hide-temporary-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6001. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/hide-offline-without-description-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6002. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/hide-without-description-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6003. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/mobile-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6004. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/name-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6005. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6006. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/filter/unread-messages-talkable-filter.cpp:0: Note: No relevant classes found. No output generated.
  6007. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/model/talkable-model.cpp:0: Note: No relevant classes found. No output generated.
  6008. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/talkable/model/talkable-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  6009. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/task/serial-delayed-task-executor.cpp:0: Note: No relevant classes found. No output generated.
  6010. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/themes.cpp:0: Note: No relevant classes found. No output generated.
  6011. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/themes/icon-theme-manager.cpp:0: Note: No relevant classes found. No output generated.
  6012. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/themes/theme-manager.cpp:0: Note: No relevant classes found. No output generated.
  6013. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/updates.cpp:0: Note: No relevant classes found. No output generated.
  6014. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/url-handlers/standard-url-expander.cpp:0: Note: No relevant classes found. No output generated.
  6015. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-avatar-widget.cpp:0: Note: No relevant classes found. No output generated.
  6016. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-add-widget.cpp:0: Note: No relevant classes found. No output generated.
  6017. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-configuration-widget-factory.cpp:0: Note: No relevant classes found. No output generated.
  6018. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-configuration-widget-factory-repository.cpp:0: Note: No relevant classes found. No output generated.
  6019. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-configuration-widget-tab-adapter.cpp:0: Note: No relevant classes found. No output generated.
  6020. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-create-widget.cpp:0: Note: No relevant classes found. No output generated.
  6021. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6022. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/account-edit-widget.cpp:0: Note: No relevant classes found. No output generated.
  6023. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/accounts-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6024. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/actions-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6025. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-configuration-widget-factory-repository.cpp:0: Note: No relevant classes found. No output generated.
  6026. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-configuration-widget-factory.cpp:0: Note: No relevant classes found. No output generated.
  6027. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-avatar-widget.cpp:0: Note: No relevant classes found. No output generated.
  6028. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-configuration-widget-group-boxes-adapter.cpp:0: Note: No relevant classes found. No output generated.
  6029. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6030. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-contacts-table-item.cpp:0: Note: No relevant classes found. No output generated.
  6031. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-contacts-table-delegate.cpp:0: Note: No relevant classes found. No output generated.
  6032. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-contacts-table-model-proxy.cpp:0: Note: No relevant classes found. No output generated.
  6033. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-contacts-table-model.cpp:0: Note: No relevant classes found. No output generated.
  6034. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-contacts-table.cpp:0: Note: No relevant classes found. No output generated.
  6035. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-groups-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6036. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-general-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6037. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-info-panel.cpp:0: Note: No relevant classes found. No output generated.
  6038. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-options-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6039. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/buddy-personal-info-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6040. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/categorized-list-view-painter.cpp:0: Note: No relevant classes found. No output generated.
  6041. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/categorized-list-view.cpp:0: Note: No relevant classes found. No output generated.
  6042. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-configuration-widget-factory.cpp:0: Note: No relevant classes found. No output generated.
  6043. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-configuration-widget-factory-repository.cpp:0: Note: No relevant classes found. No output generated.
  6044. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-configuration-widget-group-boxes-adapter.cpp:0: Note: No relevant classes found. No output generated.
  6045. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-edit-box-size-manager.cpp:0: Note: No relevant classes found. No output generated.
  6046. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6047. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-edit-widget.cpp:0: Note: No relevant classes found. No output generated.
  6048. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-edit-box.cpp:0: Note: No relevant classes found. No output generated.
  6049. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-room-edit-widget.cpp:0: Note: No relevant classes found. No output generated.
  6050. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-groups-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6051. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-style-preview.cpp:0: Note: No relevant classes found. No output generated.
  6052. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-top-bar-container-widget.cpp:0: Note: No relevant classes found. No output generated.
  6053. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-top-bar-widget-factory.cpp:0: Note: No relevant classes found. No output generated.
  6054. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-top-bar-widget-factory-repository.cpp:0: Note: No relevant classes found. No output generated.
  6055. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/actions/chat-widget-actions.cpp:0: Note: No relevant classes found. No output generated.
  6056. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-view-network-access-manager.cpp:0: Note: No relevant classes found. No output generated.
  6057. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-activation-service.cpp:0: Note: No relevant classes found. No output generated.
  6058. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-container-handler-mapper.cpp:0: Note: No relevant classes found. No output generated.
  6059. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-container-handler-repository.cpp:0: Note: No relevant classes found. No output generated.
  6060. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-container-handler.cpp:0: Note: No relevant classes found. No output generated.
  6061. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-impl.cpp:0: Note: No relevant classes found. No output generated.
  6062. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-message-handler-configurator.cpp:0: Note: No relevant classes found. No output generated.
  6063. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-manager.cpp:0: Note: No relevant classes found. No output generated.
  6064. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-message-handler.cpp:0: Note: No relevant classes found. No output generated.
  6065. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-repository-impl.cpp:0: Note: No relevant classes found. No output generated.
  6066. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/chat-widget/chat-widget-repository.cpp:0: Note: No relevant classes found. No output generated.
  6067. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/composite-configuration-value-state-notifier.cpp:0: Note: No relevant classes found. No output generated.
  6068. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/color-button.cpp:0: Note: No relevant classes found. No output generated.
  6069. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration-value-state-notifier.cpp:0: Note: No relevant classes found. No output generated.
  6070. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/buddy-list-background-colors-widget.cpp:0: Note: No relevant classes found. No output generated.
  6071. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-action-button.cpp:0: Note: No relevant classes found. No output generated.
  6072. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-color-button.cpp:0: Note: No relevant classes found. No output generated.
  6073. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-check-box.cpp:0: Note: No relevant classes found. No output generated.
  6074. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6075. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-group-box.cpp:0: Note: No relevant classes found. No output generated.
  6076. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-hot-key-edit.cpp:0: Note: No relevant classes found. No output generated.
  6077. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-label.cpp:0: Note: No relevant classes found. No output generated.
  6078. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-line-edit.cpp:0: Note: No relevant classes found. No output generated.
  6079. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-line-separator.cpp:0: Note: No relevant classes found. No output generated.
  6080. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-path-list-edit.cpp:0: Note: No relevant classes found. No output generated.
  6081. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-list-widget.cpp:0: Note: No relevant classes found. No output generated.
  6082. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-proxy-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6083. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-preview.cpp:0: Note: No relevant classes found. No output generated.
  6084. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-radio-button.cpp:0: Note: No relevant classes found. No output generated.
  6085. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-section.cpp:0: Note: No relevant classes found. No output generated.
  6086. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-select-file.cpp:0: Note: No relevant classes found. No output generated.
  6087. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-select-font.cpp:0: Note: No relevant classes found. No output generated.
  6088. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-spin-box.cpp:0: Note: No relevant classes found. No output generated.
  6089. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-slider.cpp:0: Note: No relevant classes found. No output generated.
  6090. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-syntax-editor.cpp:0: Note: No relevant classes found. No output generated.
  6091. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-tab.cpp:0: Note: No relevant classes found. No output generated.
  6092. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/config-widget.cpp:0: Note: No relevant classes found. No output generated.
  6093. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6094. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/kadu-scroll-area.cpp:0: Note: No relevant classes found. No output generated.
  6095. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/notifier-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6096. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/kadu-tab-widget.cpp:0: Note: No relevant classes found. No output generated.
  6097. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/notify-group-box.cpp:0: Note: No relevant classes found. No output generated.
  6098. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/configuration/notify-tree-widget.cpp:0: Note: No relevant classes found. No output generated.
  6099. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/contact-avatar-display.cpp:0: Note: No relevant classes found. No output generated.
  6100. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/custom-input-menu-manager.cpp:0: Note: No relevant classes found. No output generated.
  6101. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/custom-input.cpp:0: Note: No relevant classes found. No output generated.
  6102. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/dialog/dialog-widget.cpp:0: Note: No relevant classes found. No output generated.
  6103. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/dialog/merge-buddies-dialog-widget.cpp:0: Note: No relevant classes found. No output generated.
  6104. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/dialog/password-dialog-widget.cpp:0: Note: No relevant classes found. No output generated.
  6105. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/dialog/title-widget.cpp:0: Note: No relevant classes found. No output generated.
  6106. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/filter-widget.cpp:0: Note: No relevant classes found. No output generated.
  6107. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/filtered-tree-view.cpp:0: Note: No relevant classes found. No output generated.
  6108. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/group-list.cpp:0: Note: No relevant classes found. No output generated.
  6109. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/group-tab-bar/group-tab-bar.cpp:0: Note: No relevant classes found. No output generated.
  6110. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/groups-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6111. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/identities-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6112. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/kadu-tree-view-delegate.cpp:0: Note: No relevant classes found. No output generated.
  6113. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/kadu-text-edit.cpp:0: Note: No relevant classes found. No output generated.
  6114. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/kadu-tree-view.cpp:0: Note: No relevant classes found. No output generated.
  6115. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/kadu-web-view.cpp:0: Note: No relevant classes found. No output generated.
  6116. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/line-edit-clear-button.cpp:0: Note: No relevant classes found. No output generated.
  6117. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/line-edit-with-clear-button.cpp:0: Note: No relevant classes found. No output generated.
  6118. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/modal-configuration-widget.cpp:0: Note: No relevant classes found. No output generated.
  6119. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/path-list-edit.cpp:0: Note: No relevant classes found. No output generated.
  6120. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/preview.cpp:0: Note: No relevant classes found. No output generated.
  6121. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/protocols-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6122. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/proxy-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6123. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/recent-chats-menu.cpp:0: Note: No relevant classes found. No output generated.
  6124. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/roster-widget.cpp:0: Note: No relevant classes found. No output generated.
  6125. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/search-bar.cpp:0: Note: No relevant classes found. No output generated.
  6126. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/select-file.cpp:0: Note: No relevant classes found. No output generated.
  6127. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/select-font.cpp:0: Note: No relevant classes found. No output generated.
  6128. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/select-talkable-combo-box.cpp:0: Note: No relevant classes found. No output generated.
  6129. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/select-talkable-popup.cpp:0: Note: No relevant classes found. No output generated.
  6130. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/simple-configuration-value-state-notifier.cpp:0: Note: No relevant classes found. No output generated.
  6131. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/status-button.cpp:0: Note: No relevant classes found. No output generated.
  6132. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/status-menu.cpp:0: Note: No relevant classes found. No output generated.
  6133. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/status-buttons.cpp:0: Note: No relevant classes found. No output generated.
  6134. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/syntax-editor.cpp:0: Note: No relevant classes found. No output generated.
  6135. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/talkable-delegate-configuration.cpp:0: Note: No relevant classes found. No output generated.
  6136. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/talkable-delegate.cpp:0: Note: No relevant classes found. No output generated.
  6137. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/talkable-painter.cpp:0: Note: No relevant classes found. No output generated.
  6138. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/talkable-tree-view.cpp:0: Note: No relevant classes found. No output generated.
  6139. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/tool-tip-widget.cpp:0: Note: No relevant classes found. No output generated.
  6140. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/tool-tip-manager.cpp:0: Note: No relevant classes found. No output generated.
  6141. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/toolbar.cpp:0: Note: No relevant classes found. No output generated.
  6142. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/wait-overlay.cpp:0: Note: No relevant classes found. No output generated.
  6143. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/webkit-messages-view/webkit-messages-view-handler.cpp:0: Note: No relevant classes found. No output generated.
  6144. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/about.cpp:0: Note: No relevant classes found. No output generated.
  6145. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/widgets/webkit-messages-view/webkit-messages-view.cpp:0: Note: No relevant classes found. No output generated.
  6146. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/add-buddy-window.cpp:0: Note: No relevant classes found. No output generated.
  6147. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/add-conference-window.cpp:0: Note: No relevant classes found. No output generated.
  6148. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/add-room-chat-window.cpp:0: Note: No relevant classes found. No output generated.
  6149. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/buddy-data-window-repository.cpp:0: Note: No relevant classes found. No output generated.
  6150. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/buddy-data-window.cpp:0: Note: No relevant classes found. No output generated.
  6151. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-data-window-repository.cpp:0: Note: No relevant classes found. No output generated.
  6152. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/buddy-delete-window.cpp:0: Note: No relevant classes found. No output generated.
  6153. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-data-window.cpp:0: Note: No relevant classes found. No output generated.
  6154. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-window/chat-window-manager.cpp:0: Note: No relevant classes found. No output generated.
  6155. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-window/chat-window-repository.cpp:0: Note: No relevant classes found. No output generated.
  6156. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-window/chat-window-storage.cpp:0: Note: No relevant classes found. No output generated.
  6157. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-window/chat-window.cpp:0: Note: No relevant classes found. No output generated.
  6158. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/chat-window/window-chat-widget-container-handler.cpp:0: Note: No relevant classes found. No output generated.
  6159. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/configuration-window.cpp:0: Note: No relevant classes found. No output generated.
  6160. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/kadu-dialog.cpp:0: Note: No relevant classes found. No output generated.
  6161. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/group-edit-window.cpp:0: Note: No relevant classes found. No output generated.
  6162. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/kadu-window-actions.cpp:0: Note: No relevant classes found. No output generated.
  6163. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/kadu-window-service.cpp:0: Note: No relevant classes found. No output generated.
  6164. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/kadu-window.cpp:0: Note: No relevant classes found. No output generated.
  6165. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/main-configuration-window-service.cpp:0: Note: No relevant classes found. No output generated.
  6166. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/main-window-repository.cpp:0: Note: No relevant classes found. No output generated.
  6167. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/main-configuration-window.cpp:0: Note: No relevant classes found. No output generated.
  6168. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/main-window.cpp:0: Note: No relevant classes found. No output generated.
  6169. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/message-dialog.cpp:0: Note: No relevant classes found. No output generated.
  6170. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/multilogon-window-service.cpp:0: Note: No relevant classes found. No output generated.
  6171. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/multilogon-window.cpp:0: Note: No relevant classes found. No output generated.
  6172. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/open-chat-with/open-chat-with-runner-manager.cpp:0: Note: No relevant classes found. No output generated.
  6173. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/open-chat-with/open-chat-with.cpp:0: Note: No relevant classes found. No output generated.
  6174. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/proxy-action-context.cpp:0: Note: No relevant classes found. No output generated.
  6175. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/progress-window.cpp:0: Note: No relevant classes found. No output generated.
  6176. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/proxy-edit-window-service.cpp:0: Note: No relevant classes found. No output generated.
  6177. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/proxy-edit-window.cpp:0: Note: No relevant classes found. No output generated.
  6178. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/search-window.cpp:0: Note: No relevant classes found. No output generated.
  6179. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/status-window-description-proxy-model.cpp:0: Note: No relevant classes found. No output generated.
  6180. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/status-window-service.cpp:0: Note: No relevant classes found. No output generated.
  6181. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/subscription-window.cpp:0: Note: No relevant classes found. No output generated.
  6182. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/status-window.cpp:0: Note: No relevant classes found. No output generated.
  6183. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/token-window.cpp:0: Note: No relevant classes found. No output generated.
  6184. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/updates-dialog.cpp:0: Note: No relevant classes found. No output generated.
  6185. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/window-manager.cpp:0: Note: No relevant classes found. No output generated.
  6186. AutoMoc: /home/wunderw/kadu-git/src/kadu-git/kadu-core/windows/your-accounts.cpp:0: Note: No relevant classes found. No output generated.
  6187. [ 2%] Built target libkadu_autogen
  6188. [ 2%] Building CXX object kadu-core/CMakeFiles/libkadu.dir/libkadu_autogen/mocs_compilation.cpp.o
  6189. ccache: error: Failed to create directory /mnt/.ccache/3/f: Permission denied
  6190. make[2]: *** [kadu-core/CMakeFiles/libkadu.dir/build.make:76: kadu-core/CMakeFiles/libkadu.dir/libkadu_autogen/mocs_compilation.cpp.o] Error 1
  6191. make[2]: *** Deleting file 'kadu-core/CMakeFiles/libkadu.dir/libkadu_autogen/mocs_compilation.cpp.o'
  6192. make[1]: *** [CMakeFiles/Makefile2:2060: kadu-core/CMakeFiles/libkadu.dir/all] Error 2
  6193. make: *** [Makefile:146: all] Error 2
  6194. ==> ERROR: A failure occurred in build().
  6195. Aborting...
  6196.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement