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