Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
libdbusmenu-qt5.25213
noqDebug-qWarnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File noqDebug-qWarnings.patch of Package libdbusmenu-qt5.25213
Index: libdbusmenu-qt-0.9.3-16.04.20160218-0ubuntu1/CMakeLists.txt =================================================================== --- libdbusmenu-qt-0.9.3-16.04.20160218-0ubuntu1.orig/CMakeLists.txt +++ libdbusmenu-qt-0.9.3-16.04.20160218-0ubuntu1/CMakeLists.txt @@ -107,7 +107,7 @@ install(FILES ${CMAKE_BINARY_DIR}/dbusme ) add_subdirectory(src) -add_subdirectory(tests) +#add_subdirectory(tests) add_subdirectory(tools) if(WITH_DOC) Index: libdbusmenu-qt-0.9.3-16.04.20160218-0ubuntu1/src/debug_p.h =================================================================== --- libdbusmenu-qt-0.9.3-16.04.20160218-0ubuntu1.orig/src/debug_p.h +++ libdbusmenu-qt-0.9.3-16.04.20160218-0ubuntu1/src/debug_p.h @@ -26,7 +26,11 @@ #define _DMBLUE "\033[34m" #define _DMRED "\033[31m" #define _DMRESET "\033[0m" +#ifndef QT_NO_DEBUG #define _DMTRACE(level, color) (level().nospace() << color << __PRETTY_FUNCTION__ << _DMRESET ":").space() +#else +#define _DMTRACE(level, color) QT_NO_QDEBUG_MACRO() +#endif // Simple macros to get KDebug like support #define DMDEBUG _DMTRACE(qDebug, _DMBLUE)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor