forked from qt-creator/qt-creator
Change-Id: I2e3f36f810276da3f8dc7dcc587b06f8edb586d3 GPush-Base: d02f51b48fc752fddcdef6dcb32b3f7f6c0195a3 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
185 lines
5.1 KiB
Prolog
185 lines
5.1 KiB
Prolog
DEFINES += CPPTOOLS_LIBRARY
|
|
msvc: DEFINES += _SCL_SECURE_NO_WARNINGS
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
HEADERS += \
|
|
abstracteditorsupport.h \
|
|
baseeditordocumentparser.h \
|
|
baseeditordocumentprocessor.h \
|
|
builtineditordocumentparser.h \
|
|
builtineditordocumentprocessor.h \
|
|
builtinindexingsupport.h \
|
|
clangdiagnosticconfig.h \
|
|
clangdiagnosticconfigsmodel.h \
|
|
clangdiagnosticconfigswidget.h \
|
|
cppchecksymbols.h \
|
|
cppclassesfilter.h \
|
|
cppcodeformatter.h \
|
|
cppcodemodelinspectordumper.h \
|
|
cppcodemodelsettings.h \
|
|
cppcodemodelsettingspage.h \
|
|
cppcodestylepreferences.h \
|
|
cppcodestylepreferencesfactory.h \
|
|
cppcodestylesettings.h \
|
|
cppcodestylesettingspage.h \
|
|
cppcompletionassist.h \
|
|
cppcompletionassistprocessor.h \
|
|
cppcompletionassistprovider.h \
|
|
cppcurrentdocumentfilter.h \
|
|
cppeditoroutline.h \
|
|
cppdoxygen.h \
|
|
cppfileiterationorder.h \
|
|
cppfilesettingspage.h \
|
|
cppfindreferences.h \
|
|
cppfunctionsfilter.h \
|
|
cppincludesfilter.h \
|
|
cppindexingsupport.h \
|
|
cpplocalsymbols.h \
|
|
cpplocatordata.h \
|
|
cpplocatorfilter.h \
|
|
cppmodelmanager.h \
|
|
cppmodelmanagersupport.h \
|
|
cppmodelmanagersupportinternal.h \
|
|
cpppointerdeclarationformatter.h \
|
|
cppprojectfile.h \
|
|
cppqtstyleindenter.h \
|
|
cpprefactoringchanges.h \
|
|
cppselectionchanger.h \
|
|
cppsemanticinfo.h \
|
|
cppsemanticinfoupdater.h \
|
|
cppsourceprocessor.h \
|
|
cpptools_global.h \
|
|
cpptoolsconstants.h \
|
|
cpptoolsjsextension.h \
|
|
cpptoolsplugin.h \
|
|
cpptoolsreuse.h \
|
|
cpptoolssettings.h \
|
|
cppworkingcopy.h \
|
|
doxygengenerator.h \
|
|
editordocumenthandle.h \
|
|
functionutils.h \
|
|
generatedcodemodelsupport.h \
|
|
includeutils.h \
|
|
indexitem.h \
|
|
insertionpointlocator.h \
|
|
searchsymbols.h \
|
|
semantichighlighter.h \
|
|
stringtable.h \
|
|
symbolfinder.h \
|
|
symbolsfindfilter.h \
|
|
typehierarchybuilder.h \
|
|
senddocumenttracker.h \
|
|
cpptoolsbridge.h \
|
|
cpptoolsbridgeinterface.h \
|
|
cpptoolsbridgeqtcreatorimplementation.h \
|
|
projectpart.h \
|
|
projectpartheaderpath.h \
|
|
projectinfo.h \
|
|
projectpartbuilder.h \
|
|
compileroptionsbuilder.h \
|
|
refactoringengineinterface.h
|
|
SOURCES += \
|
|
abstracteditorsupport.cpp \
|
|
baseeditordocumentparser.cpp \
|
|
baseeditordocumentprocessor.cpp \
|
|
builtineditordocumentparser.cpp \
|
|
builtineditordocumentprocessor.cpp \
|
|
builtinindexingsupport.cpp \
|
|
clangdiagnosticconfig.cpp \
|
|
clangdiagnosticconfigsmodel.cpp \
|
|
clangdiagnosticconfigswidget.cpp \
|
|
cppchecksymbols.cpp \
|
|
cppclassesfilter.cpp \
|
|
cppcodeformatter.cpp \
|
|
cppcodemodelinspectordumper.cpp \
|
|
cppcodemodelsettings.cpp \
|
|
cppcodemodelsettingspage.cpp \
|
|
cppcodestylepreferences.cpp \
|
|
cppcodestylepreferencesfactory.cpp \
|
|
cppcodestylesettings.cpp \
|
|
cppcodestylesettingspage.cpp \
|
|
cppcompletionassist.cpp \
|
|
cppcompletionassistprocessor.cpp \
|
|
cppcompletionassistprovider.cpp \
|
|
cppcurrentdocumentfilter.cpp \
|
|
cppeditoroutline.cpp \
|
|
cppdoxygen.cpp \
|
|
cppfileiterationorder.cpp \
|
|
cppfilesettingspage.cpp \
|
|
cppfindreferences.cpp \
|
|
cppfunctionsfilter.cpp \
|
|
cppincludesfilter.cpp \
|
|
cppindexingsupport.cpp \
|
|
cpplocalsymbols.cpp \
|
|
cpplocatordata.cpp \
|
|
cpplocatorfilter.cpp \
|
|
cppmodelmanager.cpp \
|
|
cppmodelmanagersupport.cpp \
|
|
cppmodelmanagersupportinternal.cpp \
|
|
cpppointerdeclarationformatter.cpp \
|
|
cppprojectfile.cpp \
|
|
cppqtstyleindenter.cpp \
|
|
cpprefactoringchanges.cpp \
|
|
cppselectionchanger.cpp \
|
|
cppsemanticinfo.cpp \
|
|
cppsemanticinfoupdater.cpp \
|
|
cppsourceprocessor.cpp \
|
|
cpptoolsjsextension.cpp \
|
|
cpptoolsplugin.cpp \
|
|
cpptoolsreuse.cpp \
|
|
cpptoolssettings.cpp \
|
|
cppworkingcopy.cpp \
|
|
doxygengenerator.cpp \
|
|
editordocumenthandle.cpp \
|
|
functionutils.cpp \
|
|
generatedcodemodelsupport.cpp \
|
|
includeutils.cpp \
|
|
indexitem.cpp \
|
|
insertionpointlocator.cpp \
|
|
searchsymbols.cpp \
|
|
semantichighlighter.cpp \
|
|
stringtable.cpp \
|
|
symbolfinder.cpp \
|
|
symbolsfindfilter.cpp \
|
|
typehierarchybuilder.cpp \
|
|
senddocumenttracker.cpp \
|
|
cpptoolsbridge.cpp \
|
|
cpptoolsbridgeqtcreatorimplementation.cpp \
|
|
projectpart.cpp \
|
|
projectinfo.cpp \
|
|
projectpartbuilder.cpp \
|
|
compileroptionsbuilder.cpp
|
|
|
|
FORMS += \
|
|
clangdiagnosticconfigswidget.ui \
|
|
cppcodemodelsettingspage.ui \
|
|
cppcodestylesettingspage.ui \
|
|
cppfilesettingspage.ui
|
|
|
|
equals(TEST, 1) {
|
|
HEADERS += \
|
|
cppsourceprocessertesthelper.h \
|
|
cpptoolstestcase.h \
|
|
modelmanagertesthelper.h
|
|
|
|
SOURCES += \
|
|
cppcodegen_test.cpp \
|
|
cppcompletion_test.cpp \
|
|
cppheadersource_test.cpp \
|
|
cpplocalsymbols_test.cpp \
|
|
cpplocatorfilter_test.cpp \
|
|
cppmodelmanager_test.cpp \
|
|
cpppointerdeclarationformatter_test.cpp \
|
|
cppsourceprocessertesthelper.cpp \
|
|
cppsourceprocessor_test.cpp \
|
|
cpptoolstestcase.cpp \
|
|
modelmanagertesthelper.cpp \
|
|
symbolsearcher_test.cpp \
|
|
typehierarchybuilder_test.cpp
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|
|
|
|
RESOURCES += \
|
|
cpptools.qrc
|