aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/marketplace/marketplace.pro
blob: 0717bd6eb6971d1c5b95c84b479332774faf201e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = Marketplace
TEMPLATE = lib
QT += network

include(../../qtcreatorplugin.pri)

DEFINES += MARKETPLACE_LIBRARY

SOURCES += \
    productlistmodel.cpp \
    qtmarketplacewelcomepage.cpp

HEADERS += \
    marketplaceplugin.h \
    productlistmodel.h \
    qtmarketplacewelcomepage.h