summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@nokia.com>2012-06-20 22:55:57 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-24 15:26:34 +0200
commit165dc2cb3d64e16eef59b1b5521810ff764f2146 (patch)
tree2d4f66e94e754fb40eeb26853607957a7053bc43 /src/widgets
parente2d360c04d8be90c06ec076bcc07bbbcdf385fc7 (diff)
Make qtbase compile with QT_NO_CSSPARSER
Change-Id: Iadcc7dfde6b06c339118c00a645d9dc592a0eead Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/kernel/qapplication.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index eecf590c86..2e64f0745f 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -56,6 +56,7 @@
#include "qlayout.h"
#include "qsessionmanager.h"
#include "qstyle.h"
+#include "qstyleoption.h"
#include "qstylefactory.h"
#include "qtextcodec.h"
#include "qtranslator.h"