aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/frontend/frontend.pro
blob: cca00ec980c409b1614a15ec5fb5731db2521216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TARGET=cpaster

QTC_LIB_DEPENDS += \
    extensionsystem \
    utils
QTC_PLUGIN_DEPENDS += \
    coreplugin

include(../../../qtcreatortool.pri)

QT += network

HEADERS = ../protocol.h \
    ../cpasterconstants.h \
    ../dpastedotcomprotocol.h \
    ../pastebindotcomprotocol.h \
    ../urlopenprotocol.h \
    argumentscollector.h

SOURCES += ../protocol.cpp \
    ../dpastedotcomprotocol.cpp \
    ../pastebindotcomprotocol.cpp \
    ../urlopenprotocol.cpp \
    argumentscollector.cpp \
    main.cpp