diff options
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/sqlite/config.h | 4 | ||||
-rw-r--r-- | src/3rdparty/sqlite/trolltech.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/sqlite/config.h b/src/3rdparty/sqlite/config.h index ae29a5723..b17d48a88 100644 --- a/src/3rdparty/sqlite/config.h +++ b/src/3rdparty/sqlite/config.h @@ -1,5 +1,5 @@ -#include <qglobal.h> -#include <qconfig.h> +#include <ntqglobal.h> +#include <ntqconfig.h> #ifndef QT_POINTER_SIZE # ifdef Q_OS_WIN32 diff --git a/src/3rdparty/sqlite/trolltech.patch b/src/3rdparty/sqlite/trolltech.patch index cbafffbd4..81d408d1a 100644 --- a/src/3rdparty/sqlite/trolltech.patch +++ b/src/3rdparty/sqlite/trolltech.patch @@ -3,8 +3,8 @@ diff -du ./config.h /home/harald/troll/qt-3.3/src/3rdparty/sqlite/config.h +++ /home/harald/troll/qt-3.3/src/3rdparty/sqlite/config.h 2004-01-08 14:29:23.000000000 +0100 @@ -1 +1,23 @@ -#define SQLITE_PTR_SZ 4 -+#include <qglobal.h> -+#include <qconfig.h> ++#include <ntqglobal.h> ++#include <ntqconfig.h> + +#ifndef QT_POINTER_SIZE +# ifdef Q_OS_WIN32 |