aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/CMakeLists.txt
blob: 47d9d7c64527d20e08a82aeb9cd58e840eb21bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_qtc_plugin(ResourceEditor
  DEPENDS Qt::Xml
  PLUGIN_DEPENDS Core ProjectExplorer
  SOURCES
    qrceditor/qrceditor.cpp qrceditor/qrceditor.h
    qrceditor/resourcefile.cpp qrceditor/resourcefile_p.h
    qrceditor/resourceview.cpp qrceditor/resourceview.h
    qrceditor/undocommands.cpp qrceditor/undocommands_p.h
    resource_global.h
    resourceeditor.cpp
    resourceeditor.h
    resourceeditorconstants.h
    resourceeditorplugin.cpp
    resourceeditortr.h
    resourcenode.cpp
    resourcenode.h
)