summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
authorjaanttil <janne.anttila@digia.com>2011-12-19 15:52:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-30 21:52:59 +0100
commitd9e0b3f4f0ee120f5ce5bbbef92bbf4587fca0f7 (patch)
tree853c2512b2c9c9487169b6863cc5dda4d4ceba7d /src/gui/util
parent3826203f744a2147bebf5f088de0d524156f59fd (diff)
Removed unnecesary dependency to winx.h from desktopservices for WinCE.
The winx.h header is not needed to build qdesktopservices for WinCE, it just addional dependency to one optional WinCE module and thus makes it harder to build minimal WEC7 image for Qt purposes. Change-Id: I592577b2af379b7b5d984e27b266b6581eb10e88 Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qdesktopservices_win.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/util/qdesktopservices_win.cpp b/src/gui/util/qdesktopservices_win.cpp
index fd3254338b..bf3e968116 100644
--- a/src/gui/util/qdesktopservices_win.cpp
+++ b/src/gui/util/qdesktopservices_win.cpp
@@ -54,9 +54,6 @@
# include <intshcut.h>
#else
# include <qguifunctions_wince.h>
-# if !defined(STANDARDSHELL_UI_MODEL)
-# include <winx.h>
-# endif
#endif
#ifndef CSIDL_MYMUSIC