forked from qt-creator/qt-creator
Clean up {classview,cppeditor,cpptools}.{pro,qbs}
Mostly reordering files alphabetically. Change-Id: Ibad1fa75559218fe488d1b31c7200ba4ff6131fe Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -1,29 +1,29 @@
|
|||||||
include(../../qtcreatorplugin.pri)
|
include(../../qtcreatorplugin.pri)
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
classviewplugin.h \
|
|
||||||
classviewnavigationwidgetfactory.h \
|
|
||||||
classviewconstants.h \
|
classviewconstants.h \
|
||||||
classviewnavigationwidget.h \
|
|
||||||
classviewparser.h \
|
|
||||||
classviewmanager.h \
|
classviewmanager.h \
|
||||||
classviewsymbollocation.h \
|
classviewnavigationwidget.h \
|
||||||
classviewsymbolinformation.h \
|
classviewnavigationwidgetfactory.h \
|
||||||
|
classviewparser.h \
|
||||||
classviewparsertreeitem.h \
|
classviewparsertreeitem.h \
|
||||||
classviewutils.h \
|
classviewplugin.h \
|
||||||
classviewtreeitemmodel.h
|
classviewsymbolinformation.h \
|
||||||
|
classviewsymbollocation.h \
|
||||||
|
classviewtreeitemmodel.h \
|
||||||
|
classviewutils.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
classviewplugin.cpp \
|
|
||||||
classviewnavigationwidgetfactory.cpp \
|
|
||||||
classviewnavigationwidget.cpp \
|
|
||||||
classviewparser.cpp \
|
|
||||||
classviewmanager.cpp \
|
classviewmanager.cpp \
|
||||||
classviewsymbollocation.cpp \
|
classviewnavigationwidget.cpp \
|
||||||
classviewsymbolinformation.cpp \
|
classviewnavigationwidgetfactory.cpp \
|
||||||
|
classviewparser.cpp \
|
||||||
classviewparsertreeitem.cpp \
|
classviewparsertreeitem.cpp \
|
||||||
classviewutils.cpp \
|
classviewplugin.cpp \
|
||||||
classviewtreeitemmodel.cpp
|
classviewsymbolinformation.cpp \
|
||||||
|
classviewsymbollocation.cpp \
|
||||||
|
classviewtreeitemmodel.cpp \
|
||||||
|
classviewutils.cpp
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
classviewnavigationwidget.ui
|
classviewnavigationwidget.ui
|
||||||
|
|||||||
@@ -12,31 +12,19 @@ QtcPlugin {
|
|||||||
Depends { name: "ProjectExplorer" }
|
Depends { name: "ProjectExplorer" }
|
||||||
Depends { name: "TextEditor" }
|
Depends { name: "TextEditor" }
|
||||||
|
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"classview.qrc",
|
"classview.qrc",
|
||||||
"classviewconstants.h",
|
"classviewconstants.h",
|
||||||
"classviewmanager.cpp",
|
"classviewmanager.cpp", "classviewmanager.h",
|
||||||
"classviewmanager.h",
|
"classviewnavigationwidget.cpp", "classviewnavigationwidget.h", "classviewnavigationwidget.ui",
|
||||||
"classviewnavigationwidget.cpp",
|
"classviewnavigationwidgetfactory.cpp", "classviewnavigationwidgetfactory.h",
|
||||||
"classviewnavigationwidget.h",
|
"classviewparser.cpp", "classviewparser.h",
|
||||||
"classviewnavigationwidget.ui",
|
"classviewparsertreeitem.cpp", "classviewparsertreeitem.h",
|
||||||
"classviewnavigationwidgetfactory.cpp",
|
"classviewplugin.cpp", "classviewplugin.h",
|
||||||
"classviewnavigationwidgetfactory.h",
|
"classviewsymbolinformation.cpp", "classviewsymbolinformation.h",
|
||||||
"classviewparser.cpp",
|
"classviewsymbollocation.cpp", "classviewsymbollocation.h",
|
||||||
"classviewparser.h",
|
"classviewtreeitemmodel.cpp", "classviewtreeitemmodel.h",
|
||||||
"classviewparsertreeitem.cpp",
|
"classviewutils.cpp", "classviewutils.h",
|
||||||
"classviewparsertreeitem.h",
|
|
||||||
"classviewplugin.cpp",
|
|
||||||
"classviewplugin.h",
|
|
||||||
"classviewsymbolinformation.cpp",
|
|
||||||
"classviewsymbolinformation.h",
|
|
||||||
"classviewsymbollocation.cpp",
|
|
||||||
"classviewsymbollocation.h",
|
|
||||||
"classviewtreeitemmodel.cpp",
|
|
||||||
"classviewtreeitemmodel.h",
|
|
||||||
"classviewutils.cpp",
|
|
||||||
"classviewutils.h",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,37 +1,40 @@
|
|||||||
DEFINES += CPPEDITOR_LIBRARY
|
DEFINES += CPPEDITOR_LIBRARY
|
||||||
include(../../qtcreatorplugin.pri)
|
include(../../qtcreatorplugin.pri)
|
||||||
HEADERS += cppeditorplugin.h \
|
|
||||||
|
HEADERS += \
|
||||||
cppautocompleter.h \
|
cppautocompleter.h \
|
||||||
cppclasswizard.h \
|
cppclasswizard.h \
|
||||||
|
cppeditor.h \
|
||||||
|
cppeditor_global.h \
|
||||||
cppeditorconstants.h \
|
cppeditorconstants.h \
|
||||||
cppeditorenums.h \
|
cppeditorenums.h \
|
||||||
cppeditor_global.h \
|
cppeditorplugin.h \
|
||||||
cppeditor.h \
|
|
||||||
cppelementevaluator.h \
|
cppelementevaluator.h \
|
||||||
cppfilewizard.h \
|
cppfilewizard.h \
|
||||||
cppfollowsymbolundercursor.h \
|
cppfollowsymbolundercursor.h \
|
||||||
cppfunctiondecldeflink.h \
|
cppfunctiondecldeflink.h \
|
||||||
cpphighlighterfactory.h \
|
|
||||||
cpphighlighter.h \
|
cpphighlighter.h \
|
||||||
|
cpphighlighterfactory.h \
|
||||||
cpphoverhandler.h \
|
cpphoverhandler.h \
|
||||||
|
cppincludehierarchy.h \
|
||||||
|
cppincludehierarchyitem.h \
|
||||||
|
cppincludehierarchymodel.h \
|
||||||
|
cppincludehierarchytreeview.h \
|
||||||
cppoutline.h \
|
cppoutline.h \
|
||||||
|
cpppreprocessordialog.h \
|
||||||
|
cppquickfix.h \
|
||||||
cppquickfixassistant.h \
|
cppquickfixassistant.h \
|
||||||
cppquickfixes.h \
|
cppquickfixes.h \
|
||||||
cppquickfix.h \
|
|
||||||
cppsnippetprovider.h \
|
cppsnippetprovider.h \
|
||||||
cpptypehierarchy.h \
|
cpptypehierarchy.h \
|
||||||
cppincludehierarchy.h \
|
|
||||||
cppincludehierarchymodel.h \
|
|
||||||
cppincludehierarchyitem.h \
|
|
||||||
cppincludehierarchytreeview.h \
|
|
||||||
cppvirtualfunctionassistprovider.h \
|
cppvirtualfunctionassistprovider.h \
|
||||||
cppvirtualfunctionproposalitem.h \
|
cppvirtualfunctionproposalitem.h
|
||||||
cpppreprocessordialog.h
|
|
||||||
|
|
||||||
SOURCES += cppeditorplugin.cpp \
|
SOURCES += \
|
||||||
cppautocompleter.cpp \
|
cppautocompleter.cpp \
|
||||||
cppclasswizard.cpp \
|
cppclasswizard.cpp \
|
||||||
cppeditor.cpp \
|
cppeditor.cpp \
|
||||||
|
cppeditorplugin.cpp \
|
||||||
cppelementevaluator.cpp \
|
cppelementevaluator.cpp \
|
||||||
cppfilewizard.cpp \
|
cppfilewizard.cpp \
|
||||||
cppfollowsymbolundercursor.cpp \
|
cppfollowsymbolundercursor.cpp \
|
||||||
@@ -39,35 +42,36 @@ SOURCES += cppeditorplugin.cpp \
|
|||||||
cpphighlighter.cpp \
|
cpphighlighter.cpp \
|
||||||
cpphighlighterfactory.cpp \
|
cpphighlighterfactory.cpp \
|
||||||
cpphoverhandler.cpp \
|
cpphoverhandler.cpp \
|
||||||
|
cppincludehierarchy.cpp \
|
||||||
|
cppincludehierarchyitem.cpp \
|
||||||
|
cppincludehierarchymodel.cpp \
|
||||||
|
cppincludehierarchytreeview.cpp \
|
||||||
cppoutline.cpp \
|
cppoutline.cpp \
|
||||||
cppquickfixassistant.cpp \
|
cpppreprocessordialog.cpp \
|
||||||
cppquickfix.cpp \
|
cppquickfix.cpp \
|
||||||
|
cppquickfixassistant.cpp \
|
||||||
cppquickfixes.cpp \
|
cppquickfixes.cpp \
|
||||||
cppsnippetprovider.cpp \
|
cppsnippetprovider.cpp \
|
||||||
cpptypehierarchy.cpp \
|
cpptypehierarchy.cpp \
|
||||||
cppincludehierarchy.cpp \
|
|
||||||
cppincludehierarchymodel.cpp \
|
|
||||||
cppincludehierarchyitem.cpp \
|
|
||||||
cppincludehierarchytreeview.cpp \
|
|
||||||
cppvirtualfunctionassistprovider.cpp \
|
cppvirtualfunctionassistprovider.cpp \
|
||||||
cppvirtualfunctionproposalitem.cpp \
|
cppvirtualfunctionproposalitem.cpp
|
||||||
cpppreprocessordialog.cpp
|
|
||||||
|
|
||||||
RESOURCES += cppeditor.qrc
|
|
||||||
|
|
||||||
equals(TEST, 1) {
|
|
||||||
HEADERS += cppquickfix_test_utils.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
cppquickfix_test.cpp \
|
|
||||||
cppquickfix_test_utils.cpp \
|
|
||||||
cppdoxygen_test.cpp \
|
|
||||||
fileandtokenactions_test.cpp \
|
|
||||||
followsymbol_switchmethoddecldef_test.cpp \
|
|
||||||
cppincludehierarchy_test.cpp
|
|
||||||
|
|
||||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
||||||
}
|
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
cpppreprocessordialog.ui
|
cpppreprocessordialog.ui
|
||||||
|
|
||||||
|
RESOURCES += \
|
||||||
|
cppeditor.qrc
|
||||||
|
|
||||||
|
equals(TEST, 1) {
|
||||||
|
HEADERS += \
|
||||||
|
cppquickfix_test_utils.h
|
||||||
|
SOURCES += \
|
||||||
|
cppdoxygen_test.cpp \
|
||||||
|
cppincludehierarchy_test.cpp \
|
||||||
|
cppquickfix_test.cpp \
|
||||||
|
cppquickfix_test_utils.cpp \
|
||||||
|
fileandtokenactions_test.cpp \
|
||||||
|
followsymbol_switchmethoddecldef_test.cpp
|
||||||
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,59 +14,34 @@ QtcPlugin {
|
|||||||
Depends { name: "ProjectExplorer" }
|
Depends { name: "ProjectExplorer" }
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"cppautocompleter.cpp",
|
"cppautocompleter.cpp", "cppautocompleter.h",
|
||||||
"cppautocompleter.h",
|
"cppclasswizard.cpp", "cppclasswizard.h",
|
||||||
"cppclasswizard.cpp",
|
"cppeditor.cpp", "cppeditor.h",
|
||||||
"cppclasswizard.h",
|
|
||||||
"cppeditorconstants.h",
|
|
||||||
"cppeditor.cpp",
|
|
||||||
"cppeditorenums.h",
|
|
||||||
"cppeditor_global.h",
|
|
||||||
"cppeditor.h",
|
|
||||||
"cppeditorplugin.cpp",
|
|
||||||
"cppeditorplugin.h",
|
|
||||||
"cppeditor.qrc",
|
"cppeditor.qrc",
|
||||||
"cppelementevaluator.cpp",
|
"cppeditor_global.h",
|
||||||
"cppelementevaluator.h",
|
"cppeditorconstants.h",
|
||||||
"cppfilewizard.cpp",
|
"cppeditorenums.h",
|
||||||
"cppfilewizard.h",
|
"cppeditorplugin.cpp", "cppeditorplugin.h",
|
||||||
"cppfollowsymbolundercursor.cpp",
|
"cppelementevaluator.cpp", "cppelementevaluator.h",
|
||||||
"cppfollowsymbolundercursor.h",
|
"cppfilewizard.cpp", "cppfilewizard.h",
|
||||||
"cppfunctiondecldeflink.cpp",
|
"cppfollowsymbolundercursor.cpp", "cppfollowsymbolundercursor.h",
|
||||||
"cppfunctiondecldeflink.h",
|
"cppfunctiondecldeflink.cpp", "cppfunctiondecldeflink.h",
|
||||||
"cpphighlighter.cpp",
|
"cpphighlighter.cpp", "cpphighlighter.h",
|
||||||
"cpphighlighterfactory.cpp",
|
"cpphighlighterfactory.cpp", "cpphighlighterfactory.h",
|
||||||
"cpphighlighterfactory.h",
|
"cpphoverhandler.cpp", "cpphoverhandler.h",
|
||||||
"cpphighlighter.h",
|
"cppincludehierarchy.cpp", "cppincludehierarchy.h",
|
||||||
"cpphoverhandler.cpp",
|
"cppincludehierarchyitem.cpp", "cppincludehierarchyitem.h",
|
||||||
"cpphoverhandler.h",
|
"cppincludehierarchymodel.cpp", "cppincludehierarchymodel.h",
|
||||||
"cppincludehierarchy.cpp",
|
"cppincludehierarchytreeview.cpp", "cppincludehierarchytreeview.h",
|
||||||
"cppincludehierarchy.h",
|
"cppoutline.cpp", "cppoutline.h",
|
||||||
"cppincludehierarchyitem.cpp",
|
"cpppreprocessordialog.cpp", "cpppreprocessordialog.h", "cpppreprocessordialog.ui",
|
||||||
"cppincludehierarchyitem.h",
|
"cppquickfix.cpp", "cppquickfix.h",
|
||||||
"cppincludehierarchymodel.cpp",
|
"cppquickfixassistant.cpp", "cppquickfixassistant.h",
|
||||||
"cppincludehierarchymodel.h",
|
"cppquickfixes.cpp", "cppquickfixes.h",
|
||||||
"cppincludehierarchytreeview.cpp",
|
"cppsnippetprovider.cpp", "cppsnippetprovider.h",
|
||||||
"cppincludehierarchytreeview.h",
|
"cpptypehierarchy.cpp", "cpptypehierarchy.h",
|
||||||
"cppoutline.cpp",
|
"cppvirtualfunctionassistprovider.cpp", "cppvirtualfunctionassistprovider.h",
|
||||||
"cppoutline.h",
|
"cppvirtualfunctionproposalitem.cpp", "cppvirtualfunctionproposalitem.h",
|
||||||
"cpppreprocessordialog.cpp",
|
|
||||||
"cpppreprocessordialog.h",
|
|
||||||
"cpppreprocessordialog.ui",
|
|
||||||
"cppquickfixassistant.cpp",
|
|
||||||
"cppquickfixassistant.h",
|
|
||||||
"cppquickfix.cpp",
|
|
||||||
"cppquickfixes.cpp",
|
|
||||||
"cppquickfixes.h",
|
|
||||||
"cppquickfix.h",
|
|
||||||
"cppsnippetprovider.cpp",
|
|
||||||
"cppsnippetprovider.h",
|
|
||||||
"cpptypehierarchy.cpp",
|
|
||||||
"cpptypehierarchy.h",
|
|
||||||
"cppvirtualfunctionassistprovider.cpp",
|
|
||||||
"cppvirtualfunctionassistprovider.h",
|
|
||||||
"cppvirtualfunctionproposalitem.cpp",
|
|
||||||
"cppvirtualfunctionproposalitem.h",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
@@ -74,12 +49,12 @@ QtcPlugin {
|
|||||||
condition: project.testsEnabled
|
condition: project.testsEnabled
|
||||||
files: [
|
files: [
|
||||||
"cppdoxygen_test.cpp",
|
"cppdoxygen_test.cpp",
|
||||||
|
"cppincludehierarchy_test.cpp",
|
||||||
"cppquickfix_test.cpp",
|
"cppquickfix_test.cpp",
|
||||||
"cppquickfix_test_utils.cpp",
|
"cppquickfix_test_utils.cpp",
|
||||||
"cppquickfix_test_utils.h",
|
"cppquickfix_test_utils.h",
|
||||||
"fileandtokenactions_test.cpp",
|
"fileandtokenactions_test.cpp",
|
||||||
"followsymbol_switchmethoddecldef_test.cpp",
|
"followsymbol_switchmethoddecldef_test.cpp",
|
||||||
"cppincludehierarchy_test.cpp",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
|
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
|
||||||
|
|||||||
@@ -1,131 +1,134 @@
|
|||||||
include(../../qtcreatorplugin.pri)
|
|
||||||
|
|
||||||
DEFINES += CPPTOOLS_LIBRARY
|
DEFINES += CPPTOOLS_LIBRARY
|
||||||
win32-msvc*:DEFINES += _SCL_SECURE_NO_WARNINGS
|
win32-msvc*:DEFINES += _SCL_SECURE_NO_WARNINGS
|
||||||
HEADERS += completionsettingspage.h \
|
include(../../qtcreatorplugin.pri)
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
abstracteditorsupport.h \
|
||||||
|
builtinindexingsupport.h \
|
||||||
|
commentssettings.h \
|
||||||
|
completionsettingspage.h \
|
||||||
|
cppchecksymbols.h \
|
||||||
cppclassesfilter.h \
|
cppclassesfilter.h \
|
||||||
|
cppcodeformatter.h \
|
||||||
|
cppcodemodelsettings.h \
|
||||||
|
cppcodemodelsettingspage.h \
|
||||||
|
cppcodestylepreferences.h \
|
||||||
|
cppcodestylepreferencesfactory.h \
|
||||||
|
cppcodestylesettings.h \
|
||||||
|
cppcodestylesettingspage.h \
|
||||||
|
cppcompletionassist.h \
|
||||||
|
cppcompletionassistprovider.h \
|
||||||
cppcurrentdocumentfilter.h \
|
cppcurrentdocumentfilter.h \
|
||||||
cppfunctionsfilter.h \
|
|
||||||
cppmodelmanager.h \
|
|
||||||
cppmodelmanagerinterface.h \
|
|
||||||
cpplocatorfilter.h \
|
|
||||||
cpptools_global.h \
|
|
||||||
cpptoolsconstants.h \
|
|
||||||
cpptoolseditorsupport.h \
|
|
||||||
cppsnapshotupdater.h \
|
|
||||||
cpptoolsplugin.h \
|
|
||||||
cppqtstyleindenter.h \
|
|
||||||
searchsymbols.h \
|
|
||||||
cppdoxygen.h \
|
cppdoxygen.h \
|
||||||
cppfilesettingspage.h \
|
cppfilesettingspage.h \
|
||||||
cppfindreferences.h \
|
cppfindreferences.h \
|
||||||
cppcodeformatter.h \
|
cppfunctionsfilter.h \
|
||||||
symbolsfindfilter.h \
|
|
||||||
insertionpointlocator.h \
|
|
||||||
cpprefactoringchanges.h \
|
|
||||||
abstracteditorsupport.h \
|
|
||||||
cppcompletionassist.h \
|
|
||||||
cppcodestylesettingspage.h \
|
|
||||||
cpptoolssettings.h \
|
|
||||||
cppcodestylesettings.h \
|
|
||||||
cppcodestylepreferencesfactory.h \
|
|
||||||
cppcodestylepreferences.h \
|
|
||||||
cpptoolsreuse.h \
|
|
||||||
doxygengenerator.h \
|
|
||||||
commentssettings.h \
|
|
||||||
symbolfinder.h \
|
|
||||||
cppmodelmanagersupport.h \
|
|
||||||
cpphighlightingsupport.h \
|
cpphighlightingsupport.h \
|
||||||
cpphighlightingsupportinternal.h \
|
cpphighlightingsupportinternal.h \
|
||||||
cppchecksymbols.h \
|
|
||||||
cpplocalsymbols.h \
|
|
||||||
cppsemanticinfo.h \
|
|
||||||
cppcompletionassistprovider.h \
|
|
||||||
typehierarchybuilder.h \
|
|
||||||
cppindexingsupport.h \
|
cppindexingsupport.h \
|
||||||
builtinindexingsupport.h \
|
cpplocalsymbols.h \
|
||||||
cpppointerdeclarationformatter.h \
|
|
||||||
cppprojectfile.h \
|
|
||||||
cpppreprocessor.h \
|
|
||||||
includeutils.h \
|
|
||||||
cpplocatordata.h \
|
cpplocatordata.h \
|
||||||
|
cpplocatorfilter.h \
|
||||||
|
cppmodelmanager.h \
|
||||||
|
cppmodelmanagerinterface.h \
|
||||||
|
cppmodelmanagersupport.h \
|
||||||
cppmodelmanagersupportinternal.h \
|
cppmodelmanagersupportinternal.h \
|
||||||
cppcodemodelsettings.h \
|
cpppointerdeclarationformatter.h \
|
||||||
cppcodemodelsettingspage.h \
|
cpppreprocessor.h \
|
||||||
functionutils.h
|
cppprojectfile.h \
|
||||||
|
cppqtstyleindenter.h \
|
||||||
|
cpprefactoringchanges.h \
|
||||||
|
cppsemanticinfo.h \
|
||||||
|
cppsnapshotupdater.h \
|
||||||
|
cpptools_global.h \
|
||||||
|
cpptoolsconstants.h \
|
||||||
|
cpptoolseditorsupport.h \
|
||||||
|
cpptoolsplugin.h \
|
||||||
|
cpptoolsreuse.h \
|
||||||
|
cpptoolssettings.h \
|
||||||
|
doxygengenerator.h \
|
||||||
|
functionutils.h \
|
||||||
|
includeutils.h \
|
||||||
|
insertionpointlocator.h \
|
||||||
|
searchsymbols.h \
|
||||||
|
symbolfinder.h \
|
||||||
|
symbolsfindfilter.h \
|
||||||
|
typehierarchybuilder.h
|
||||||
|
|
||||||
SOURCES += completionsettingspage.cpp \
|
SOURCES += \
|
||||||
cppclassesfilter.cpp \
|
|
||||||
cppcurrentdocumentfilter.cpp \
|
|
||||||
cppfunctionsfilter.cpp \
|
|
||||||
cppmodelmanager.cpp \
|
|
||||||
cppmodelmanagerinterface.cpp \
|
|
||||||
cpplocatorfilter.cpp \
|
|
||||||
cpptoolseditorsupport.cpp \
|
|
||||||
cppsnapshotupdater.cpp \
|
|
||||||
cpptoolsplugin.cpp \
|
|
||||||
cppqtstyleindenter.cpp \
|
|
||||||
searchsymbols.cpp \
|
|
||||||
cppdoxygen.cpp \
|
|
||||||
cppfilesettingspage.cpp \
|
|
||||||
abstracteditorsupport.cpp \
|
abstracteditorsupport.cpp \
|
||||||
cppfindreferences.cpp \
|
|
||||||
cppcodeformatter.cpp \
|
|
||||||
symbolsfindfilter.cpp \
|
|
||||||
insertionpointlocator.cpp \
|
|
||||||
cpprefactoringchanges.cpp \
|
|
||||||
cppcompletionassist.cpp \
|
|
||||||
cppcodestylesettingspage.cpp \
|
|
||||||
cpptoolssettings.cpp \
|
|
||||||
cppcodestylesettings.cpp \
|
|
||||||
cppcodestylepreferencesfactory.cpp \
|
|
||||||
cppcodestylepreferences.cpp \
|
|
||||||
cpptoolsreuse.cpp \
|
|
||||||
doxygengenerator.cpp \
|
|
||||||
commentssettings.cpp \
|
|
||||||
symbolfinder.cpp \
|
|
||||||
cppmodelmanagersupport.cpp \
|
|
||||||
cpphighlightingsupport.cpp \
|
|
||||||
cpphighlightingsupportinternal.cpp \
|
|
||||||
cppchecksymbols.cpp \
|
|
||||||
cpplocalsymbols.cpp \
|
|
||||||
cppsemanticinfo.cpp \
|
|
||||||
cppcompletionassistprovider.cpp \
|
|
||||||
typehierarchybuilder.cpp \
|
|
||||||
cppindexingsupport.cpp \
|
|
||||||
builtinindexingsupport.cpp \
|
builtinindexingsupport.cpp \
|
||||||
cpppointerdeclarationformatter.cpp \
|
commentssettings.cpp \
|
||||||
cppprojectfile.cpp \
|
completionsettingspage.cpp \
|
||||||
cpppreprocessor.cpp \
|
cppchecksymbols.cpp \
|
||||||
includeutils.cpp \
|
cppclassesfilter.cpp \
|
||||||
cpplocatordata.cpp \
|
cppcodeformatter.cpp \
|
||||||
cppmodelmanagersupportinternal.cpp \
|
|
||||||
cppcodemodelsettings.cpp \
|
cppcodemodelsettings.cpp \
|
||||||
cppcodemodelsettingspage.cpp \
|
cppcodemodelsettingspage.cpp \
|
||||||
functionutils.cpp
|
cppcodestylepreferences.cpp \
|
||||||
|
cppcodestylepreferencesfactory.cpp \
|
||||||
|
cppcodestylesettings.cpp \
|
||||||
|
cppcodestylesettingspage.cpp \
|
||||||
|
cppcompletionassist.cpp \
|
||||||
|
cppcompletionassistprovider.cpp \
|
||||||
|
cppcurrentdocumentfilter.cpp \
|
||||||
|
cppdoxygen.cpp \
|
||||||
|
cppfilesettingspage.cpp \
|
||||||
|
cppfindreferences.cpp \
|
||||||
|
cppfunctionsfilter.cpp \
|
||||||
|
cpphighlightingsupport.cpp \
|
||||||
|
cpphighlightingsupportinternal.cpp \
|
||||||
|
cppindexingsupport.cpp \
|
||||||
|
cpplocalsymbols.cpp \
|
||||||
|
cpplocatordata.cpp \
|
||||||
|
cpplocatorfilter.cpp \
|
||||||
|
cppmodelmanager.cpp \
|
||||||
|
cppmodelmanagerinterface.cpp \
|
||||||
|
cppmodelmanagersupport.cpp \
|
||||||
|
cppmodelmanagersupportinternal.cpp \
|
||||||
|
cpppointerdeclarationformatter.cpp \
|
||||||
|
cpppreprocessor.cpp \
|
||||||
|
cppprojectfile.cpp \
|
||||||
|
cppqtstyleindenter.cpp \
|
||||||
|
cpprefactoringchanges.cpp \
|
||||||
|
cppsemanticinfo.cpp \
|
||||||
|
cppsnapshotupdater.cpp \
|
||||||
|
cpptoolseditorsupport.cpp \
|
||||||
|
cpptoolsplugin.cpp \
|
||||||
|
cpptoolsreuse.cpp \
|
||||||
|
cpptoolssettings.cpp \
|
||||||
|
doxygengenerator.cpp \
|
||||||
|
functionutils.cpp \
|
||||||
|
includeutils.cpp \
|
||||||
|
insertionpointlocator.cpp \
|
||||||
|
searchsymbols.cpp \
|
||||||
|
symbolfinder.cpp \
|
||||||
|
symbolsfindfilter.cpp \
|
||||||
|
typehierarchybuilder.cpp
|
||||||
|
|
||||||
FORMS += completionsettingspage.ui \
|
FORMS += \
|
||||||
cppfilesettingspage.ui \
|
completionsettingspage.ui \
|
||||||
|
cppcodemodelsettingspage.ui \
|
||||||
cppcodestylesettingspage.ui \
|
cppcodestylesettingspage.ui \
|
||||||
cppcodemodelsettingspage.ui
|
cppfilesettingspage.ui
|
||||||
|
|
||||||
equals(TEST, 1) {
|
equals(TEST, 1) {
|
||||||
SOURCES += \
|
|
||||||
cppcodegen_test.cpp \
|
|
||||||
cppcompletion_test.cpp \
|
|
||||||
cppmodelmanager_test.cpp \
|
|
||||||
modelmanagertesthelper.cpp \
|
|
||||||
cpppointerdeclarationformatter_test.cpp \
|
|
||||||
cpplocatorfilter_test.cpp \
|
|
||||||
symbolsearcher_test.cpp \
|
|
||||||
cpppreprocessor_test.cpp \
|
|
||||||
cpppreprocessertesthelper.cpp \
|
|
||||||
cppheadersource_test.cpp \
|
|
||||||
typehierarchybuilder_test.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
cpppreprocessertesthelper.h \
|
cpppreprocessertesthelper.h \
|
||||||
modelmanagertesthelper.h
|
modelmanagertesthelper.h
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
cppcodegen_test.cpp \
|
||||||
|
cppcompletion_test.cpp \
|
||||||
|
cppheadersource_test.cpp \
|
||||||
|
cpplocatorfilter_test.cpp \
|
||||||
|
cppmodelmanager_test.cpp \
|
||||||
|
cpppointerdeclarationformatter_test.cpp \
|
||||||
|
cpppreprocessertesthelper.cpp \
|
||||||
|
cpppreprocessor_test.cpp \
|
||||||
|
modelmanagertesthelper.cpp \
|
||||||
|
symbolsearcher_test.cpp \
|
||||||
|
typehierarchybuilder_test.cpp
|
||||||
|
|
||||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,110 +22,57 @@ QtcPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"abstracteditorsupport.cpp",
|
"abstracteditorsupport.cpp", "abstracteditorsupport.h",
|
||||||
"abstracteditorsupport.h",
|
"builtinindexingsupport.cpp", "builtinindexingsupport.h",
|
||||||
"commentssettings.cpp",
|
"commentssettings.cpp", "commentssettings.h",
|
||||||
"commentssettings.h",
|
"completionsettingspage.cpp", "completionsettingspage.h", "completionsettingspage.ui",
|
||||||
"completionsettingspage.cpp",
|
"cppchecksymbols.cpp", "cppchecksymbols.h",
|
||||||
"completionsettingspage.h",
|
"cppclassesfilter.cpp", "cppclassesfilter.h",
|
||||||
"completionsettingspage.ui",
|
"cppcodeformatter.cpp", "cppcodeformatter.h",
|
||||||
"cppchecksymbols.cpp",
|
"cppcodemodelsettings.cpp", "cppcodemodelsettings.h",
|
||||||
"cppchecksymbols.h",
|
"cppcodemodelsettingspage.cpp", "cppcodemodelsettingspage.h", "cppcodemodelsettingspage.ui",
|
||||||
"cppclassesfilter.cpp",
|
"cppcodestylepreferences.cpp", "cppcodestylepreferences.h",
|
||||||
"cppclassesfilter.h",
|
"cppcodestylepreferencesfactory.cpp", "cppcodestylepreferencesfactory.h",
|
||||||
"cppcodeformatter.cpp",
|
"cppcodestylesettings.cpp", "cppcodestylesettings.h",
|
||||||
"cppcodeformatter.h",
|
"cppcodestylesettingspage.cpp", "cppcodestylesettingspage.h", "cppcodestylesettingspage.ui",
|
||||||
"cppcodestylepreferences.cpp",
|
"cppcompletionassist.cpp", "cppcompletionassist.h",
|
||||||
"cppcodestylepreferences.h",
|
"cppcompletionassistprovider.cpp", "cppcompletionassistprovider.h",
|
||||||
"cppcodestylepreferencesfactory.cpp",
|
"cppcurrentdocumentfilter.cpp", "cppcurrentdocumentfilter.h",
|
||||||
"cppcodestylepreferencesfactory.h",
|
"cppdoxygen.cpp", "cppdoxygen.h",
|
||||||
"cppcodestylesettings.cpp",
|
"cppfilesettingspage.cpp", "cppfilesettingspage.h", "cppfilesettingspage.ui",
|
||||||
"cppcodestylesettings.h",
|
"cppfindreferences.cpp", "cppfindreferences.h",
|
||||||
"cppcodestylesettingspage.cpp",
|
"cppfunctionsfilter.cpp", "cppfunctionsfilter.h",
|
||||||
"cppcodestylesettingspage.h",
|
"cpphighlightingsupport.cpp", "cpphighlightingsupport.h",
|
||||||
"cppcodestylesettingspage.ui",
|
"cpphighlightingsupportinternal.cpp", "cpphighlightingsupportinternal.h",
|
||||||
"cppcompletionassist.cpp",
|
"cppindexingsupport.cpp", "cppindexingsupport.h",
|
||||||
"cppcompletionassist.h",
|
"cpplocalsymbols.cpp", "cpplocalsymbols.h",
|
||||||
"cppcompletionassistprovider.cpp",
|
"cpplocatordata.cpp", "cpplocatordata.h",
|
||||||
"cppcompletionassistprovider.h",
|
"cpplocatorfilter.cpp", "cpplocatorfilter.h",
|
||||||
"cppcurrentdocumentfilter.cpp",
|
"cppmodelmanager.cpp", "cppmodelmanager.h",
|
||||||
"cppcurrentdocumentfilter.h",
|
"cppmodelmanagerinterface.cpp", "cppmodelmanagerinterface.h",
|
||||||
"cppdoxygen.cpp",
|
"cppmodelmanagersupport.cpp", "cppmodelmanagersupport.h",
|
||||||
"cppdoxygen.h",
|
"cppmodelmanagersupportinternal.cpp", "cppmodelmanagersupportinternal.h",
|
||||||
"cppfilesettingspage.cpp",
|
"cpppointerdeclarationformatter.cpp", "cpppointerdeclarationformatter.h",
|
||||||
"cppfilesettingspage.h",
|
"cpppreprocessor.cpp", "cpppreprocessor.h",
|
||||||
"cppfilesettingspage.ui",
|
"cppprojectfile.cpp", "cppprojectfile.h",
|
||||||
"cppfindreferences.cpp",
|
"cppqtstyleindenter.cpp", "cppqtstyleindenter.h",
|
||||||
"cppfindreferences.h",
|
"cpprefactoringchanges.cpp", "cpprefactoringchanges.h",
|
||||||
"cppfunctionsfilter.cpp",
|
"cppsemanticinfo.cpp", "cppsemanticinfo.h",
|
||||||
"cppfunctionsfilter.h",
|
"cppsnapshotupdater.cpp", "cppsnapshotupdater.h",
|
||||||
"cpphighlightingsupport.cpp",
|
|
||||||
"cpphighlightingsupport.h",
|
|
||||||
"cpphighlightingsupportinternal.cpp",
|
|
||||||
"cpphighlightingsupportinternal.h",
|
|
||||||
"cppindexingsupport.cpp",
|
|
||||||
"cppindexingsupport.h",
|
|
||||||
"cpplocalsymbols.cpp",
|
|
||||||
"cpplocalsymbols.h",
|
|
||||||
"cpplocatordata.cpp",
|
|
||||||
"cpplocatordata.h",
|
|
||||||
"cpplocatorfilter.cpp",
|
|
||||||
"cpplocatorfilter.h",
|
|
||||||
"cppmodelmanager.cpp",
|
|
||||||
"cppmodelmanager.h",
|
|
||||||
"cppmodelmanagersupport.h",
|
|
||||||
"cppmodelmanagersupport.cpp",
|
|
||||||
"cppmodelmanagersupportinternal.h",
|
|
||||||
"cppmodelmanagersupportinternal.cpp",
|
|
||||||
"cppmodelmanagerinterface.cpp",
|
|
||||||
"cppmodelmanagerinterface.h",
|
|
||||||
"cppqtstyleindenter.cpp",
|
|
||||||
"cppqtstyleindenter.h",
|
|
||||||
"cpppointerdeclarationformatter.cpp",
|
|
||||||
"cpppointerdeclarationformatter.h",
|
|
||||||
"cppprojectfile.cpp",
|
|
||||||
"cppprojectfile.h",
|
|
||||||
"cpprefactoringchanges.cpp",
|
|
||||||
"cpprefactoringchanges.h",
|
|
||||||
"cppsemanticinfo.cpp",
|
|
||||||
"cppsemanticinfo.h",
|
|
||||||
"cpptools_global.h",
|
"cpptools_global.h",
|
||||||
"cpptoolsconstants.h",
|
"cpptoolsconstants.h",
|
||||||
"cpptoolseditorsupport.cpp",
|
"cpptoolseditorsupport.cpp", "cpptoolseditorsupport.h",
|
||||||
"cpptoolseditorsupport.h",
|
"cpptoolsplugin.cpp", "cpptoolsplugin.h",
|
||||||
"cpptoolsplugin.cpp",
|
"cpptoolsreuse.cpp", "cpptoolsreuse.h",
|
||||||
"cpptoolsplugin.h",
|
"cpptoolssettings.cpp", "cpptoolssettings.h",
|
||||||
"cpptoolsreuse.cpp",
|
"doxygengenerator.cpp", "doxygengenerator.h",
|
||||||
"cpptoolsreuse.h",
|
"functionutils.cpp", "functionutils.h",
|
||||||
"cpptoolssettings.cpp",
|
"includeutils.cpp", "includeutils.h",
|
||||||
"cpptoolssettings.h",
|
"insertionpointlocator.cpp", "insertionpointlocator.h",
|
||||||
"doxygengenerator.cpp",
|
"searchsymbols.cpp", "searchsymbols.h",
|
||||||
"doxygengenerator.h",
|
"symbolfinder.cpp", "symbolfinder.h",
|
||||||
"functionutils.cpp",
|
"symbolsfindfilter.cpp", "symbolsfindfilter.h",
|
||||||
"functionutils.h",
|
"typehierarchybuilder.cpp", "typehierarchybuilder.h",
|
||||||
"insertionpointlocator.cpp",
|
|
||||||
"insertionpointlocator.h",
|
|
||||||
"searchsymbols.cpp",
|
|
||||||
"searchsymbols.h",
|
|
||||||
"symbolfinder.cpp",
|
|
||||||
"symbolfinder.h",
|
|
||||||
"symbolsfindfilter.cpp",
|
|
||||||
"symbolsfindfilter.h",
|
|
||||||
"typehierarchybuilder.cpp",
|
|
||||||
"typehierarchybuilder.h",
|
|
||||||
"builtinindexingsupport.cpp",
|
|
||||||
"builtinindexingsupport.h",
|
|
||||||
"cpppreprocessor.cpp",
|
|
||||||
"cpppreprocessor.h",
|
|
||||||
"includeutils.cpp",
|
|
||||||
"includeutils.h",
|
|
||||||
"cppcodemodelsettings.cpp",
|
|
||||||
"cppcodemodelsettings.h",
|
|
||||||
"cppcodemodelsettingspage.cpp",
|
|
||||||
"cppcodemodelsettingspage.h",
|
|
||||||
"cppcodemodelsettingspage.ui",
|
|
||||||
"cppsnapshotupdater.cpp",
|
|
||||||
"cppsnapshotupdater.h",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
@@ -135,14 +82,14 @@ QtcPlugin {
|
|||||||
"cppcodegen_test.cpp",
|
"cppcodegen_test.cpp",
|
||||||
"cppcompletion_test.cpp",
|
"cppcompletion_test.cpp",
|
||||||
"cppheadersource_test.cpp",
|
"cppheadersource_test.cpp",
|
||||||
"cppmodelmanager_test.cpp",
|
|
||||||
"modelmanagertesthelper.cpp", "modelmanagertesthelper.h",
|
|
||||||
"cpppointerdeclarationformatter_test.cpp",
|
|
||||||
"cpplocatorfilter_test.cpp",
|
"cpplocatorfilter_test.cpp",
|
||||||
"symbolsearcher_test.cpp",
|
"cppmodelmanager_test.cpp",
|
||||||
"cpppreprocessor_test.cpp",
|
"cpppointerdeclarationformatter_test.cpp",
|
||||||
"cpppreprocessertesthelper.cpp", "cpppreprocessertesthelper.h",
|
"cpppreprocessertesthelper.cpp", "cpppreprocessertesthelper.h",
|
||||||
"typehierarchybuilder_test.cpp"
|
"cpppreprocessor_test.cpp",
|
||||||
|
"modelmanagertesthelper.cpp", "modelmanagertesthelper.h",
|
||||||
|
"symbolsearcher_test.cpp",
|
||||||
|
"typehierarchybuilder_test.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
|
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
|
||||||
|
|||||||
Reference in New Issue
Block a user