summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-02-23 15:29:57 (GMT)
committeraxis <qt-info@nokia.com>2010-02-23 15:29:57 (GMT)
commitb95ee5e793b4804985f96fd98dd5fa7b0b9363a3 (patch)
treea115ed40e60a5221be7a84b87b67bdcf67ff718d /qmake
parentf67062af3a076468442c29127cb48bb13937ce0e (diff)
downloadQt-b95ee5e793b4804985f96fd98dd5fa7b0b9363a3.zip
Qt-b95ee5e793b4804985f96fd98dd5fa7b0b9363a3.tar.gz
Qt-b95ee5e793b4804985f96fd98dd5fa7b0b9363a3.tar.bz2
Added missing header after merge with master.
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/symbian/symbiancommon.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symbiancommon.cpp b/qmake/generators/symbian/symbiancommon.cpp
index 4c8253f..670f5f5 100644
--- a/qmake/generators/symbian/symbiancommon.cpp
+++ b/qmake/generators/symbian/symbiancommon.cpp
@@ -42,6 +42,9 @@
#include "symbiancommon.h"
#include <qdebug.h>
+// Included from tools/shared
+#include <symbian/epocroot.h>
+
#define RESOURCE_DIRECTORY_RESOURCE "\\\\resource\\\\apps\\\\"
#define RSS_RULES "RSS_RULES"