* Optimized empty QUrl creation * Improve performance of getting the canonical filename on Linux and Symbian by using realpath() system call. * Avoid stat() when opening a file. * Do not look at the Qt patch-level version embedded in plugins' buildkeys when trying to determine if the plugin is compatible * Bug-fixes * load() and loadFromData() can now support compressed GL textures in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics system is active and the appropriate extensions are present in the GL implementation. * Fixed a small leak when using the new QPixmapCache::Key based API.
13 lines
472 B
Text
13 lines
472 B
Text
$NetBSD: patch-ar,v 1.5 2010/01/29 18:19:09 adam Exp $
|
|
|
|
--- src/corelib/global/qglobal.h.orig 2010-01-27 13:03:02.000000000 +0000
|
|
+++ src/corelib/global/qglobal.h
|
|
@@ -177,7 +177,7 @@ namespace QT_NAMESPACE {}
|
|
*/
|
|
|
|
#if defined(__APPLE__) && (defined(__GNUC__) || defined(__xlC__) || defined(__xlc__))
|
|
-# define Q_OS_DARWIN
|
|
+/* # define Q_OS_DARWIN *//* Else it'll try to use MacOS, no X, stuff - HF */
|
|
# define Q_OS_BSD4
|
|
# ifdef __LP64__
|
|
# define Q_OS_DARWIN64
|