aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/nim.pro
diff options
context:
space:
mode:
authorFilippo Cucchetto <filippocucchetto@gmail.com>2019-09-16 22:43:27 +0200
committerFilippo Cucchetto <filippocucchetto@gmail.com>2019-11-04 16:35:13 +0000
commitc75c4b2d0ea37e2902ffcc4742c329d679633974 (patch)
tree1db2bcf527f9e9b761bf28cfc83b1402c4419862 /src/plugins/nim/nim.pro
parent04f0123c43ab602880da3fd41c9f650882ac39b6 (diff)
Nim: Add support for the nimble build system
Change-Id: Id3bd977f14bc9d2ec3fa92e162238bbff0513de1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
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 31b2adb1735..46869353fb0 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