[Bug 247483] Excessive amounts of debug output

David Faure faure at kde.org
Thu Jan 19 23:34:12 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=247483


David Faure <faure at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |faure at kde.org,
                   |                            |neundorf at kde.org




--- Comment #13 from David Faure <faure kde org>  2012-01-19 23:34:12 ---
qDebugs can be disabled with -DQT_NO_DEBUG_OUTPUT.

Example from akonadi/CMakeLists.txt:

if (NOT CMAKE_BUILD_TYPE_TOLOWER MATCHES "debug")
   add_definitions(-DQT_NO_DEBUG_OUTPUT)
endif()

This is missing in FindQt4.cmake/UseQt4.cmake IMHO.

(I added a comment that I fixed that, in akonadi's cmakelists, but I can't find
that fix anymore, I think I chickened out... real fix would be in cmake
itself...)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list