summaryrefslogtreecommitdiff
path: root/src/plugins/updateinfo/CMakeLists.txt
blob: 2507f99964bc1e02113c806e6bb5b6e9d95871a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_qtc_plugin(UpdateInfo
  DEPENDS Qt::Xml
  PLUGIN_DEPENDS Core
  PLUGIN_JSON_IN UPDATEINFO_EXPERIMENTAL_STR=true
  SOURCES
    settingspage.cpp
    settingspage.h
    updateinfoplugin.cpp
    updateinfoplugin.h
    updateinfotools.h
    updateinfotr.h
)