summaryrefslogtreecommitdiff
path: root/src/plugins/marketplace/CMakeLists.txt
blob: b101b8c049fe2f1abd7a225d55728d0f371295fa (plain)
1
2
3
4
5
6
7
8
add_qtc_plugin(Marketplace
  PLUGIN_DEPENDS Core
  SOURCES
      marketplaceplugin.h
      marketplacetr.h
      productlistmodel.cpp productlistmodel.h
      qtmarketplacewelcomepage.cpp qtmarketplacewelcomepage.h
)