From 453109d9dafc25fdaf82197ef8a3f4e34c9272af Mon Sep 17 00:00:00 2001 From: wimpie Date: Wed, 07 Apr 2004 01:06:27 +0000 Subject: Added some odebug includes and namespaces refs opiepim links with opiedb2 -> needs depend in config.in qlibrary_unix -> print dlopen errors ALWAYS not only indebug BTmanager.pro needs opieui2 --- (limited to 'library/qlibrary_unix.cpp') diff --git a/library/qlibrary_unix.cpp b/library/qlibrary_unix.cpp index ff69286..2181153 100644 --- a/library/qlibrary_unix.cpp +++ b/library/qlibrary_unix.cpp @@ -199,10 +199,10 @@ bool QLibraryPrivate::loadLibrary() QString filename = library->library(); pHnd = dlopen( filename.latin1() , RTLD_LAZY ); -#if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT) +// #if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT) if ( !pHnd ) qWarning( "%s", dlerror() ); -#endif +// #endif return pHnd != 0; } -- cgit v0.9.0.2