2008-12-02 12:01:29 +01:00
|
|
|
DEFINES += CPPTOOLS_LIBRARY
|
2016-04-26 11:09:44 +02:00
|
|
|
msvc: DEFINES += _SCL_SECURE_NO_WARNINGS
|
2013-12-10 12:22:20 +01:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
abstracteditorsupport.h \
|
2018-02-01 15:47:22 +01:00
|
|
|
abstractoverviewmodel.h \
|
2014-07-30 17:37:17 +02:00
|
|
|
baseeditordocumentparser.h \
|
2014-08-19 15:59:29 +02:00
|
|
|
baseeditordocumentprocessor.h \
|
2017-05-24 13:23:01 +02:00
|
|
|
builtincursorinfo.h \
|
2014-08-19 15:46:50 +02:00
|
|
|
builtineditordocumentparser.h \
|
2014-08-19 15:59:29 +02:00
|
|
|
builtineditordocumentprocessor.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
builtinindexingsupport.h \
|
2016-02-22 17:18:18 +01:00
|
|
|
clangdiagnosticconfig.h \
|
|
|
|
|
clangdiagnosticconfigsmodel.h \
|
2018-05-04 15:58:41 +02:00
|
|
|
clangdiagnosticconfigsselectionwidget.h \
|
2016-02-22 17:18:18 +01:00
|
|
|
clangdiagnosticconfigswidget.h \
|
2017-05-23 15:38:16 +02:00
|
|
|
cppcanonicalsymbol.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppchecksymbols.h \
|
2008-11-28 15:36:54 +01:00
|
|
|
cppclassesfilter.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcodeformatter.h \
|
2014-03-17 08:49:40 -03:00
|
|
|
cppcodemodelinspectordumper.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcodemodelsettings.h \
|
|
|
|
|
cppcodemodelsettingspage.h \
|
|
|
|
|
cppcodestylepreferences.h \
|
|
|
|
|
cppcodestylepreferencesfactory.h \
|
|
|
|
|
cppcodestylesettings.h \
|
|
|
|
|
cppcodestylesettingspage.h \
|
2019-02-25 22:39:22 +02:00
|
|
|
cppcodestylesnippets.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcompletionassist.h \
|
2015-01-16 10:48:09 +01:00
|
|
|
cppcompletionassistprocessor.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcompletionassistprovider.h \
|
2017-05-24 13:23:01 +02:00
|
|
|
cppcursorinfo.h \
|
2009-05-14 21:08:08 +02:00
|
|
|
cppcurrentdocumentfilter.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppdoxygen.h \
|
2017-09-18 10:19:27 +02:00
|
|
|
cppeditoroutline.h \
|
|
|
|
|
cppeditorwidgetinterface.h \
|
2018-01-11 17:06:26 +01:00
|
|
|
cppelementevaluator.h \
|
2015-10-08 13:32:36 +02:00
|
|
|
cppfileiterationorder.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppfilesettingspage.h \
|
|
|
|
|
cppfindreferences.h \
|
2017-09-18 10:19:27 +02:00
|
|
|
cppfollowsymbolundercursor.h \
|
2008-12-12 16:36:33 +01:00
|
|
|
cppfunctionsfilter.h \
|
2018-01-11 17:06:26 +01:00
|
|
|
cpphoverhandler.h \
|
2014-12-03 17:13:46 +01:00
|
|
|
cppincludesfilter.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppindexingsupport.h \
|
|
|
|
|
cpplocalsymbols.h \
|
|
|
|
|
cpplocatordata.h \
|
|
|
|
|
cpplocatorfilter.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
cppmodelmanager.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppmodelmanagersupport.h \
|
2018-02-01 15:47:22 +01:00
|
|
|
cppoverviewmodel.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cpppointerdeclarationformatter.h \
|
|
|
|
|
cppprojectfile.h \
|
2017-02-06 16:59:53 +01:00
|
|
|
cppprojectupdater.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppqtstyleindenter.h \
|
|
|
|
|
cpprefactoringchanges.h \
|
2017-09-18 11:29:55 +02:00
|
|
|
cpprefactoringengine.h \
|
2015-12-20 19:59:00 +01:00
|
|
|
cppselectionchanger.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppsemanticinfo.h \
|
2014-08-19 15:59:29 +02:00
|
|
|
cppsemanticinfoupdater.h \
|
2014-05-16 15:51:04 -04:00
|
|
|
cppsourceprocessor.h \
|
2009-02-20 11:52:27 +01:00
|
|
|
cpptools_global.h \
|
2017-01-17 15:27:31 +01:00
|
|
|
cpptools_utils.h \
|
2009-02-20 11:52:27 +01:00
|
|
|
cpptoolsconstants.h \
|
2014-09-16 16:02:22 +02:00
|
|
|
cpptoolsjsextension.h \
|
2009-02-20 11:52:27 +01:00
|
|
|
cpptoolsplugin.h \
|
2011-12-07 15:05:02 +01:00
|
|
|
cpptoolsreuse.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
cpptoolssettings.h \
|
2017-09-18 10:19:27 +02:00
|
|
|
cppvirtualfunctionassistprovider.h \
|
|
|
|
|
cppvirtualfunctionproposalitem.h \
|
2014-07-30 16:29:02 +02:00
|
|
|
cppworkingcopy.h \
|
2011-12-07 15:05:02 +01:00
|
|
|
doxygengenerator.h \
|
2014-08-19 15:59:29 +02:00
|
|
|
editordocumenthandle.h \
|
2017-08-03 16:43:38 +02:00
|
|
|
followsymbolinterface.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
functionutils.h \
|
2016-01-15 16:12:54 +01:00
|
|
|
generatedcodemodelsupport.h \
|
2013-08-23 15:07:19 +02:00
|
|
|
includeutils.h \
|
2014-04-14 16:52:01 +02:00
|
|
|
indexitem.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
insertionpointlocator.h \
|
|
|
|
|
searchsymbols.h \
|
2014-08-19 15:59:29 +02:00
|
|
|
semantichighlighter.h \
|
2014-02-25 16:16:11 +01:00
|
|
|
stringtable.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
symbolfinder.h \
|
|
|
|
|
symbolsfindfilter.h \
|
2015-09-28 17:42:43 +02:00
|
|
|
typehierarchybuilder.h \
|
2016-01-11 20:50:14 +01:00
|
|
|
senddocumenttracker.h \
|
|
|
|
|
cpptoolsbridge.h \
|
|
|
|
|
cpptoolsbridgeinterface.h \
|
2016-01-13 14:12:15 +01:00
|
|
|
cpptoolsbridgeqtcreatorimplementation.h \
|
|
|
|
|
projectpart.h \
|
2016-01-11 21:08:13 +01:00
|
|
|
projectinfo.h \
|
2017-02-06 16:59:53 +01:00
|
|
|
cppprojectinfogenerator.h \
|
2016-08-04 15:26:53 +02:00
|
|
|
compileroptionsbuilder.h \
|
2016-11-29 13:01:51 +01:00
|
|
|
refactoringengineinterface.h \
|
2016-12-05 15:24:09 +01:00
|
|
|
cppprojectfilecategorizer.h \
|
2016-12-16 13:10:43 +01:00
|
|
|
cppprojectpartchooser.h \
|
2017-08-03 14:13:42 +02:00
|
|
|
cppsymbolinfo.h \
|
2017-09-11 15:16:43 +02:00
|
|
|
cursorineditor.h \
|
|
|
|
|
wrappablelineedit.h \
|
2018-05-16 07:58:53 +02:00
|
|
|
usages.h \
|
2018-09-06 11:57:36 +02:00
|
|
|
cpptools_clangtidychecks.h \
|
2018-10-18 09:21:35 +02:00
|
|
|
cppmodelmanagerinterface.h \
|
2018-12-10 12:07:15 +01:00
|
|
|
cppbuiltinmodelmanagersupport.h \
|
2019-01-04 12:35:28 +01:00
|
|
|
headerpathfilter.h \
|
2019-01-14 15:06:28 +01:00
|
|
|
cpptools_clazychecks.h
|
2016-11-29 13:01:51 +01:00
|
|
|
|
2013-12-10 12:22:20 +01:00
|
|
|
SOURCES += \
|
|
|
|
|
abstracteditorsupport.cpp \
|
2014-07-30 17:37:17 +02:00
|
|
|
baseeditordocumentparser.cpp \
|
2014-08-19 15:59:29 +02:00
|
|
|
baseeditordocumentprocessor.cpp \
|
2017-05-24 13:23:01 +02:00
|
|
|
builtincursorinfo.cpp \
|
2014-08-19 15:46:50 +02:00
|
|
|
builtineditordocumentparser.cpp \
|
2014-08-19 15:59:29 +02:00
|
|
|
builtineditordocumentprocessor.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
builtinindexingsupport.cpp \
|
2016-02-22 17:18:18 +01:00
|
|
|
clangdiagnosticconfig.cpp \
|
|
|
|
|
clangdiagnosticconfigsmodel.cpp \
|
2018-05-04 15:58:41 +02:00
|
|
|
clangdiagnosticconfigsselectionwidget.cpp \
|
2016-02-22 17:18:18 +01:00
|
|
|
clangdiagnosticconfigswidget.cpp \
|
2017-05-23 15:38:16 +02:00
|
|
|
cppcanonicalsymbol.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppchecksymbols.cpp \
|
2009-02-20 11:52:27 +01:00
|
|
|
cppclassesfilter.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcodeformatter.cpp \
|
2014-03-17 08:49:40 -03:00
|
|
|
cppcodemodelinspectordumper.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcodemodelsettings.cpp \
|
|
|
|
|
cppcodemodelsettingspage.cpp \
|
|
|
|
|
cppcodestylepreferences.cpp \
|
|
|
|
|
cppcodestylepreferencesfactory.cpp \
|
|
|
|
|
cppcodestylesettings.cpp \
|
|
|
|
|
cppcodestylesettingspage.cpp \
|
|
|
|
|
cppcompletionassist.cpp \
|
2015-01-16 10:48:09 +01:00
|
|
|
cppcompletionassistprocessor.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcompletionassistprovider.cpp \
|
2009-05-14 21:08:08 +02:00
|
|
|
cppcurrentdocumentfilter.cpp \
|
2015-01-23 15:14:36 +01:00
|
|
|
cppeditoroutline.cpp \
|
2009-03-18 16:43:01 +01:00
|
|
|
cppdoxygen.cpp \
|
2018-01-11 17:06:26 +01:00
|
|
|
cppelementevaluator.cpp \
|
2015-10-08 13:32:36 +02:00
|
|
|
cppfileiterationorder.cpp \
|
2009-05-14 14:29:37 +02:00
|
|
|
cppfilesettingspage.cpp \
|
2010-07-02 15:43:34 +02:00
|
|
|
cppfindreferences.cpp \
|
2017-09-18 10:19:27 +02:00
|
|
|
cppfollowsymbolundercursor.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppfunctionsfilter.cpp \
|
2018-01-11 17:06:26 +01:00
|
|
|
cpphoverhandler.cpp \
|
2014-12-03 17:13:46 +01:00
|
|
|
cppincludesfilter.cpp \
|
2012-11-23 11:47:39 +01:00
|
|
|
cppindexingsupport.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cpplocalsymbols.cpp \
|
|
|
|
|
cpplocatordata.cpp \
|
|
|
|
|
cpplocatorfilter.cpp \
|
|
|
|
|
cppmodelmanager.cpp \
|
|
|
|
|
cppmodelmanagersupport.cpp \
|
2018-02-01 15:47:22 +01:00
|
|
|
cppoverviewmodel.cpp \
|
2013-03-04 01:30:46 +04:00
|
|
|
cpppointerdeclarationformatter.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppprojectfile.cpp \
|
2017-02-06 16:59:53 +01:00
|
|
|
cppprojectupdater.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppqtstyleindenter.cpp \
|
|
|
|
|
cpprefactoringchanges.cpp \
|
2017-09-18 11:29:55 +02:00
|
|
|
cpprefactoringengine.cpp \
|
2015-12-20 19:59:00 +01:00
|
|
|
cppselectionchanger.cpp \
|
2014-08-19 15:59:29 +02:00
|
|
|
cppsemanticinfoupdater.cpp \
|
2014-05-16 15:51:04 -04:00
|
|
|
cppsourceprocessor.cpp \
|
2014-09-16 16:02:22 +02:00
|
|
|
cpptoolsjsextension.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cpptoolsplugin.cpp \
|
|
|
|
|
cpptoolsreuse.cpp \
|
|
|
|
|
cpptoolssettings.cpp \
|
2017-09-18 10:19:27 +02:00
|
|
|
cppvirtualfunctionassistprovider.cpp \
|
|
|
|
|
cppvirtualfunctionproposalitem.cpp \
|
2014-07-30 16:29:02 +02:00
|
|
|
cppworkingcopy.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
doxygengenerator.cpp \
|
2014-08-19 15:59:29 +02:00
|
|
|
editordocumenthandle.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
functionutils.cpp \
|
2016-01-15 16:12:54 +01:00
|
|
|
generatedcodemodelsupport.cpp \
|
2013-08-23 15:07:19 +02:00
|
|
|
includeutils.cpp \
|
2014-04-14 16:52:01 +02:00
|
|
|
indexitem.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
insertionpointlocator.cpp \
|
|
|
|
|
searchsymbols.cpp \
|
2014-08-19 15:59:29 +02:00
|
|
|
semantichighlighter.cpp \
|
2014-02-25 16:16:11 +01:00
|
|
|
stringtable.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
symbolfinder.cpp \
|
|
|
|
|
symbolsfindfilter.cpp \
|
2015-09-28 17:42:43 +02:00
|
|
|
typehierarchybuilder.cpp \
|
2016-01-11 20:50:14 +01:00
|
|
|
senddocumenttracker.cpp \
|
|
|
|
|
cpptoolsbridge.cpp \
|
2016-01-13 14:12:15 +01:00
|
|
|
cpptoolsbridgeqtcreatorimplementation.cpp \
|
2016-01-13 14:32:28 +01:00
|
|
|
projectpart.cpp \
|
2016-01-11 21:08:13 +01:00
|
|
|
projectinfo.cpp \
|
2017-02-06 16:59:53 +01:00
|
|
|
cppprojectinfogenerator.cpp \
|
2016-11-29 13:01:51 +01:00
|
|
|
compileroptionsbuilder.cpp \
|
2016-12-05 15:24:09 +01:00
|
|
|
cppprojectfilecategorizer.cpp \
|
2016-12-16 13:10:43 +01:00
|
|
|
cppprojectpartchooser.cpp \
|
2018-10-18 09:21:35 +02:00
|
|
|
wrappablelineedit.cpp \
|
2018-12-10 12:07:15 +01:00
|
|
|
cppbuiltinmodelmanagersupport.cpp \
|
2019-08-29 09:59:45 +02:00
|
|
|
headerpathfilter.cpp
|
2009-02-20 11:52:27 +01:00
|
|
|
|
2013-12-10 12:22:20 +01:00
|
|
|
FORMS += \
|
2016-02-22 17:18:18 +01:00
|
|
|
clangdiagnosticconfigswidget.ui \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppcodemodelsettingspage.ui \
|
2013-09-06 13:14:15 +02:00
|
|
|
cppcodestylesettingspage.ui \
|
2017-11-02 16:26:17 +01:00
|
|
|
cppfilesettingspage.ui \
|
2018-02-06 13:17:36 +01:00
|
|
|
clangbasechecks.ui \
|
2017-11-02 16:26:17 +01:00
|
|
|
clazychecks.ui \
|
|
|
|
|
tidychecks.ui
|
2011-11-14 15:08:25 +01:00
|
|
|
|
|
|
|
|
equals(TEST, 1) {
|
2013-12-10 12:22:20 +01:00
|
|
|
HEADERS += \
|
2014-05-16 15:51:04 -04:00
|
|
|
cppsourceprocessertesthelper.h \
|
2013-12-16 16:02:45 +01:00
|
|
|
cpptoolstestcase.h \
|
2013-12-10 12:22:20 +01:00
|
|
|
modelmanagertesthelper.h
|
|
|
|
|
|
2011-11-14 15:08:25 +01:00
|
|
|
SOURCES += \
|
2012-07-19 14:25:37 +02:00
|
|
|
cppcodegen_test.cpp \
|
2012-12-20 14:07:27 +01:00
|
|
|
cppcompletion_test.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cppheadersource_test.cpp \
|
2014-06-26 15:01:42 -04:00
|
|
|
cpplocalsymbols_test.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
cpplocatorfilter_test.cpp \
|
2012-12-20 14:07:27 +01:00
|
|
|
cppmodelmanager_test.cpp \
|
2013-08-16 11:31:59 +02:00
|
|
|
cpppointerdeclarationformatter_test.cpp \
|
2014-05-16 15:51:04 -04:00
|
|
|
cppsourceprocessertesthelper.cpp \
|
|
|
|
|
cppsourceprocessor_test.cpp \
|
2013-12-16 16:02:45 +01:00
|
|
|
cpptoolstestcase.cpp \
|
2013-12-10 12:22:20 +01:00
|
|
|
modelmanagertesthelper.cpp \
|
|
|
|
|
symbolsearcher_test.cpp \
|
2013-11-12 12:27:36 +01:00
|
|
|
typehierarchybuilder_test.cpp
|
2012-12-20 14:07:27 +01:00
|
|
|
|
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
2011-11-14 15:08:25 +01:00
|
|
|
}
|