diff options
author | Pulse Build System <qt-info@nokia.com> | 2010-01-22 12:03:07 (GMT) |
---|---|---|
committer | Pulse Build System <qt-info@nokia.com> | 2010-01-22 12:03:07 (GMT) |
commit | d9532fb7185951ad34e2b11f008cc3ad0a62d5a4 (patch) | |
tree | 8f8a9e8facbb95ff299d2f28cc649757a14e10d8 /src/gui/dialogs | |
parent | 178f722835ec0995fe211046579c50893659cc8e (diff) | |
parent | 1a13a3c48ddbe3998edda778df53f4b1e838536f (diff) | |
download | Qt-d9532fb7185951ad34e2b11f008cc3ad0a62d5a4.zip Qt-d9532fb7185951ad34e2b11f008cc3ad0a62d5a4.tar.gz Qt-d9532fb7185951ad34e2b11f008cc3ad0a62d5a4.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into master-integration
* 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed compile for wincewm60standard-msvc2008 (attempt 2)
Fixed compile for wincewm60standard-msvc2008.
Fixed compile.
Fixed compile for wincewm60standard-msvc2008.
Fixed compile when Qt is configured with -no-webkit
build fix for mingw
Build fix for MSVC2005 and older SDK
QStyleSheetStyle: Fixed some text croped when having padding with native border.
Remove obsolete code for unsupported platforms
Character spacing when drawing a QPicture to a high DPI device.
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/qfiledialog_win.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/dialogs/qfiledialog_win.cpp b/src/gui/dialogs/qfiledialog_win.cpp index f8c3b84..bc399d4 100644 --- a/src/gui/dialogs/qfiledialog_win.cpp +++ b/src/gui/dialogs/qfiledialog_win.cpp @@ -59,6 +59,7 @@ #endif #ifdef Q_WS_WINCE +#include <shlobj.h> #include <commdlg.h> bool qt_priv_ptr_valid = false; #else |