~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/cppeditor/cppeditor.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:
9
9
    cppeditor.h \
10
10
    cppelementevaluator.h \
11
11
    cppfilewizard.h \
 
12
    cppfollowsymbolundercursor.h \
12
13
    cppfunctiondecldeflink.h \
 
14
    cpphighlighterfactory.h \
13
15
    cpphighlighter.h \
14
16
    cpphoverhandler.h \
15
17
    cppoutline.h \
17
19
    cppquickfixes.h \
18
20
    cppquickfix.h \
19
21
    cppsnippetprovider.h \
20
 
    cpptypehierarchy.h
 
22
    cpptypehierarchy.h \
 
23
    cppincludehierarchy.h \
 
24
    cppincludehierarchymodel.h \
 
25
    cppincludehierarchyitem.h \
 
26
    cppincludehierarchytreeview.h \
 
27
    cppvirtualfunctionassistprovider.h \
 
28
    cpppreprocessordialog.h
21
29
 
22
30
SOURCES += cppeditorplugin.cpp \
23
31
    cppautocompleter.cpp \
25
33
    cppeditor.cpp \
26
34
    cppelementevaluator.cpp \
27
35
    cppfilewizard.cpp \
 
36
    cppfollowsymbolundercursor.cpp \
28
37
    cppfunctiondecldeflink.cpp \
29
38
    cpphighlighter.cpp \
 
39
    cpphighlighterfactory.cpp \
30
40
    cpphoverhandler.cpp \
31
41
    cppoutline.cpp \
32
42
    cppquickfixassistant.cpp \
33
43
    cppquickfix.cpp \
34
44
    cppquickfixes.cpp \
35
45
    cppsnippetprovider.cpp \
36
 
    cpptypehierarchy.cpp
 
46
    cpptypehierarchy.cpp \
 
47
    cppincludehierarchy.cpp \
 
48
    cppincludehierarchymodel.cpp \
 
49
    cppincludehierarchyitem.cpp \
 
50
    cppincludehierarchytreeview.cpp \
 
51
    cppvirtualfunctionassistprovider.cpp \
 
52
    cpppreprocessordialog.cpp
37
53
 
38
54
RESOURCES += cppeditor.qrc
39
55
 
49
65
 
50
66
    DEFINES += SRCDIR=\\\"$$PWD\\\"
51
67
}
 
68
 
 
69
FORMS += \
 
70
    cpppreprocessordialog.ui