aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer/CMakeLists.txt
blob: 6bf9c9693c52308f3819b4eebef51402a98bc49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_qtc_plugin(ImageViewer
  DEPENDS OptionalSvg
  PLUGIN_DEPENDS Core
  SOURCES
    exportdialog.cpp exportdialog.h
    imageview.cpp imageview.h
    imageviewer.cpp imageviewer.h
    imageviewerconstants.h
    imageviewerfactory.cpp imageviewerfactory.h
    imageviewerfile.cpp imageviewerfile.h
    imageviewerplugin.cpp imageviewerplugin.h
    imageviewertoolbar.ui
    multiexportdialog.cpp multiexportdialog.h
  EXPLICIT_MOC imageviewer.h
)