Files
qt-creator/src/plugins/nim/CMakeLists.txt
T
hjk 283ef97384 Nim: Aspectify NimSettings
Change-Id: I3954bec762fb3f5d3426663108ff493f140f1b5e
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com>
2021-04-01 10:25:48 +00:00

40 lines
2.0 KiB
CMake

add_qtc_plugin(Nim
PLUGIN_DEPENDS Core TextEditor ProjectExplorer
SOURCES
editor/nimcompletionassistprovider.cpp editor/nimcompletionassistprovider.h
editor/nimeditorfactory.cpp editor/nimeditorfactory.h
editor/nimhighlighter.cpp editor/nimhighlighter.h
editor/nimindenter.cpp editor/nimindenter.h
editor/nimtexteditorwidget.cpp editor/nimtexteditorwidget.h
nim.qrc
nimconstants.h
nimplugin.cpp nimplugin.h
project/nimblebuildstep.h project/nimblebuildstep.cpp
project/nimbleproject.h project/nimbleproject.cpp
project/nimblerunconfiguration.h project/nimblerunconfiguration.cpp
project/nimbletaskstep.h project/nimbletaskstep.cpp
project/nimblebuildsystem.h project/nimblebuildsystem.cpp
project/nimblebuildconfiguration.h project/nimblebuildconfiguration.cpp
project/nimbuildsystem.cpp project/nimbuildsystem.h
project/nimbuildconfiguration.cpp project/nimbuildconfiguration.h
project/nimcompilerbuildstep.cpp project/nimcompilerbuildstep.h
project/nimcompilercleanstep.cpp project/nimcompilercleanstep.h
project/nimoutputtaskparser.cpp project/nimoutputtaskparser.h
project/nimproject.cpp project/nimproject.h
project/nimrunconfiguration.cpp project/nimrunconfiguration.h
project/nimtoolchain.cpp project/nimtoolchain.h
project/nimtoolchainfactory.cpp project/nimtoolchainfactory.h
settings/nimcodestylepreferencesfactory.cpp settings/nimcodestylepreferencesfactory.h
settings/nimcodestylepreferenceswidget.cpp settings/nimcodestylepreferenceswidget.h settings/nimcodestylepreferenceswidget.ui
settings/nimcodestylesettingspage.cpp settings/nimcodestylesettingspage.h
settings/nimsettings.cpp settings/nimsettings.h
suggest/client.cpp suggest/client.h
suggest/clientrequests.cpp suggest/clientrequests.h
suggest/nimsuggest.cpp suggest/nimsuggest.h
suggest/nimsuggestcache.cpp suggest/nimsuggestcache.h
suggest/server.cpp suggest/server.h
suggest/sexprlexer.h suggest/sexprparser.h
tools/nimlexer.cpp tools/nimlexer.h
tools/sourcecodestream.h
)