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


David Faure <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]




--- 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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to