Get rid of the old deprecated indenter.

This commit is contained in:
Roberto Raggi
2010-08-10 10:49:40 +02:00
parent 9df9695a7f
commit da5d6d7db2
16 changed files with 0 additions and 1707 deletions

View File

@@ -56,7 +56,6 @@
#include <extensionsystem/pluginmanager.h>
#include <texteditor/basetextdocument.h>
#include <texteditor/fontsettings.h>
#include <texteditor/textblockiterator.h>
#include <texteditor/texteditorconstants.h>
#include <texteditor/texteditorsettings.h>
#include <texteditor/syntaxhighlighter.h>

View File

@@ -1,6 +1,5 @@
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/texteditor/texteditor.pri)
include(../../plugins/projectexplorer/projectexplorer.pri)
include(../../shared/indenter/indenter.pri)
include(../../libs/qmljs/qmljs.pri)
include(../../libs/utils/utils.pri)