summaryrefslogtreecommitdiff
path: root/src/plugins/welcome/CMakeLists.txt
blob: e72fe90f2d4b87bc83935ee9c76c6ccf3e336043 (plain)
1
2
3
4
5
6
7
8
9
add_qtc_plugin(Welcome
  DEPENDS
  PLUGIN_DEPENDS Core
  SOURCES
    introductionwidget.cpp introductionwidget.h
    welcome.qrc
    welcomeplugin.cpp
    welcometr.h
)