summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.pro')
-rw-r--r--src/plugins/cppeditor/cppeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditor.pro b/src/plugins/cppeditor/cppeditor.pro
index 8e3b022e4b..0fbfba0781 100644
--- a/src/plugins/cppeditor/cppeditor.pro
+++ b/src/plugins/cppeditor/cppeditor.pro
@@ -15,7 +15,8 @@ HEADERS += cppplugin.h \
cppeditor_global.h \
cppclasswizard.h \
cppquickfix.h \
- cpprefactoringchanges.h
+ cpprefactoringchanges.h \
+ cppcheckundefinedsymbols.h
SOURCES += cppplugin.cpp \
cppeditor.cpp \
@@ -24,7 +25,8 @@ SOURCES += cppplugin.cpp \
cppfilewizard.cpp \
cppclasswizard.cpp \
cppquickfix.cpp \
- cpprefactoringchanges.cpp
+ cpprefactoringchanges.cpp \
+ cppcheckundefinedsymbols.cpp
RESOURCES += cppeditor.qrc