summaryrefslogtreecommitdiff
path: root/src/plugins/nim/nim.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/nim/nim.pro')
-rw-r--r--src/plugins/nim/nim.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/nim/nim.pro b/src/plugins/nim/nim.pro
index 31b2adb173..46869353fb 100644
--- a/src/plugins/nim/nim.pro
+++ b/src/plugins/nim/nim.pro
@@ -14,9 +14,17 @@ HEADERS += \
editor/nimcompletionassistprovider.h \
editor/nimhighlighter.h \
editor/nimindenter.h \
+ project/nimblebuildconfiguration.h \
+ project/nimblebuildstep.h \
+ project/nimblebuildstepwidget.h \
+ project/nimbleproject.h \
+ project/nimblerunconfiguration.h \
+ project/nimbletaskstep.h \
+ project/nimbletaskstepwidget.h \
tools/nimlexer.h \
tools/sourcecodestream.h \
project/nimbuildsystem.h \
+ project/nimblebuildsystem.h \
project/nimproject.h \
project/nimprojectnode.h \
project/nimbuildconfiguration.h \
@@ -45,8 +53,16 @@ SOURCES += \
editor/nimcompletionassistprovider.cpp \
editor/nimhighlighter.cpp \
editor/nimindenter.cpp \
+ project/nimblebuildconfiguration.cpp \
+ project/nimblebuildstep.cpp \
+ project/nimbletaskstep.cpp \
+ project/nimblebuildstepwidget.cpp \
+ project/nimbleproject.cpp \
+ project/nimblerunconfiguration.cpp \
+ project/nimbletaskstepwidget.cpp \
tools/nimlexer.cpp \
project/nimbuildsystem.cpp \
+ project/nimblebuildsystem.cpp \
project/nimproject.cpp \
project/nimprojectnode.cpp \
project/nimbuildconfiguration.cpp \
@@ -69,6 +85,8 @@ SOURCES += \
suggest/server.cpp
FORMS += \
+ project/nimblebuildstepwidget.ui \
+ project/nimbletaskstepwidget.ui \
project/nimcompilerbuildstepconfigwidget.ui \
settings/nimcodestylepreferenceswidget.ui \
settings/nimtoolssettingswidget.ui