diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-28 08:23:45 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-29 16:00:14 (GMT) |
commit | 23b6599324bc62666d4303ca108ed372e8d7c490 (patch) | |
tree | 44ff7029a84ddb3d23f063381350f60fc6190c46 /src/corelib | |
parent | 578b113f3dcceec0a88599494ad686fbc8cbfbb5 (diff) | |
download | Qt-23b6599324bc62666d4303ca108ed372e8d7c490.zip Qt-23b6599324bc62666d4303ca108ed372e8d7c490.tar.gz Qt-23b6599324bc62666d4303ca108ed372e8d7c490.tar.bz2 |
Remove QT_NO_ICON from mimimal
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qconfig-minimal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qconfig-minimal.h b/src/corelib/global/qconfig-minimal.h index 3d9539e..9cc3057 100644 --- a/src/corelib/global/qconfig-minimal.h +++ b/src/corelib/global/qconfig-minimal.h @@ -123,9 +123,6 @@ #endif /* Images */ -#ifndef QT_NO_ICON -# define QT_NO_ICON -#endif #ifndef QT_NO_IMAGEFORMATPLUGIN # define QT_NO_IMAGEFORMATPLUGIN #endif |