From 75a3112ac48f6813f74e9cb55cea25e3d9b716f5 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 10 Sep 2009 13:15:19 +0200 Subject: [PATCH] Revert "make sure symbian include is scoped" This reverts commit 1e186c5bf9031c5da709e9a0467b5efae6933519. The code is not symbian specific, linking error was fixed properly by adding the needed files to HEADERS. --- src/plugins/debugger/debugger.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro index abb71c4ad36..c9be97b7260 100644 --- a/src/plugins/debugger/debugger.pro +++ b/src/plugins/debugger/debugger.pro @@ -87,7 +87,7 @@ include(cdb/cdb.pri) include(gdb/gdb.pri) include(script/script.pri) include(tcf/tcf.pri) -symbian:include(symbian/symbian.pri) +include(symbian/symbian.pri) include(shared/shared.pri) OTHER_FILES += Debugger.pluginspec -- GitLab