~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/texteditor/texteditor.pro

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DEFINES += TEXTEDITOR_LIBRARY
2
2
QT += xml network
3
3
CONFIG += exceptions
 
4
CONFIG += include_source_dir # For the highlighter autotest.
4
5
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
5
6
include(../../qtcreatorplugin.pri)
6
 
INCLUDEPATH += generichighlighter \
7
 
    snippets \
8
 
    codeassist
9
7
SOURCES += texteditorplugin.cpp \
10
8
    textfilewizard.cpp \
11
9
    plaintexteditor.cpp \
41
39
    indenter.cpp \
42
40
    quickfix.cpp \
43
41
    syntaxhighlighter.cpp \
 
42
    highlighterutils.cpp \
44
43
    generichighlighter/itemdata.cpp \
45
44
    generichighlighter/specificrules.cpp \
46
45
    generichighlighter/rule.cpp \
146
145
    normalindenter.h \
147
146
    indenter.h \
148
147
    quickfix.h \
 
148
    ihighlighterfactory.h \
149
149
    syntaxhighlighter.h \
 
150
    highlighterutils.h \
150
151
    generichighlighter/reuse.h \
151
152
    generichighlighter/itemdata.h \
152
153
    generichighlighter/specificrules.h \