summaryrefslogtreecommitdiff
path: root/src/plugins/todo/todo.pro
diff options
context:
space:
mode:
authorDenis Kormalev <kormalev.denis@gmail.com>2015-05-18 22:47:20 +0300
committerDenis Kormalev <kormalev.denis@gmail.com>2015-06-01 15:45:25 +0000
commita429ef3d50242e871237402a2a70da9b77bb1509 (patch)
tree883fe4c3d9d19dac2eada0c8e1e3394b09baac6e /src/plugins/todo/todo.pro
parent4f5a02d5967871c18d1bce0321a1342af08155b4 (diff)
downloadqt-creator-a429ef3d50242e871237402a2a70da9b77bb1509.tar.gz
TODO plugin: Add file patterns to exclude from parsing
Additional list of regular expressions added to TODO plugin settings to allow set patterns to be excluded from file list to parse by this plugin. Change-Id: I718f111ac7592557a6aa86865283468c53d58078 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/todo/todo.pro')
-rw-r--r--src/plugins/todo/todo.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/plugins/todo/todo.pro b/src/plugins/todo/todo.pro
index f430c04daf..a485a50a8a 100644
--- a/src/plugins/todo/todo.pro
+++ b/src/plugins/todo/todo.pro
@@ -16,7 +16,9 @@ HEADERS += todoplugin.h \
qmljstodoitemsscanner.h \
lineparser.h \
todooutputtreeview.h \
- todooutputtreeviewdelegate.h
+ todooutputtreeviewdelegate.h \
+ todoprojectsettingswidget.h
+
SOURCES += todoplugin.cpp \
keyword.cpp \
todooutputpane.cpp \
@@ -31,11 +33,13 @@ SOURCES += todoplugin.cpp \
qmljstodoitemsscanner.cpp \
lineparser.cpp \
todooutputtreeview.cpp \
- todooutputtreeviewdelegate.cpp
+ todooutputtreeviewdelegate.cpp \
+ todoprojectsettingswidget.cpp
RESOURCES += \
todoplugin.qrc
FORMS += \
optionsdialog.ui \
- keyworddialog.ui
+ keyworddialog.ui \
+ todoprojectsettingswidget.ui