From d5a99c587a7495f67b01f820a8305f1ccdb6ad75 Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Thu, 17 Sep 2009 10:45:48 +1000 Subject: Compile on windows --- src/declarative/qml/qmlsqldatabase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/declarative/qml/qmlsqldatabase.cpp b/src/declarative/qml/qmlsqldatabase.cpp index e4373d0..144a170 100644 --- a/src/declarative/qml/qmlsqldatabase.cpp +++ b/src/declarative/qml/qmlsqldatabase.cpp @@ -62,6 +62,7 @@ #ifdef Q_OS_WIN // for %APPDATA% #include "qt_windows.h" #include "qlibrary.h" +#define CSIDL_APPDATA 0x001a // \Application Data #endif Q_DECLARE_METATYPE(QSqlDatabase) -- cgit v0.12