aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/CMakeLists.txt
blob: fda0791388729343568709d7379bb9fef19e2ea0 (plain)
1
2
3
4
5
6
7
8
9
10
add_qtc_plugin(BinEditor
  PLUGIN_DEPENDS Core TextEditor
  SOURCES
    bineditor_global.h
    bineditorconstants.h
    bineditorplugin.cpp bineditorplugin.h
    bineditorservice.h
    bineditorwidget.cpp bineditorwidget.h
    markup.cpp markup.h
)