aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpaster.pro
blob: d35c04296482d407f9d8f780b564483e9680f3c2 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
QT += network
include(../../qtcreatorplugin.pri)
HEADERS += cpasterplugin.h \
    dpastedotcomprotocol.h \
    protocol.h \
    pasteview.h \
    cpasterconstants.h \
    pastebindotcomprotocol.h \
    settings.h \
    pasteselectdialog.h \
    columnindicatortextedit.h \
    fileshareprotocol.h \
    fileshareprotocolsettingspage.h \
    stickynotespasteprotocol.h \
    urlopenprotocol.h \
    codepasterservice.h

SOURCES += cpasterplugin.cpp \
    dpastedotcomprotocol.cpp \
    protocol.cpp \
    pasteview.cpp \
    pastebindotcomprotocol.cpp \
    settings.cpp \
    pasteselectdialog.cpp \
    columnindicatortextedit.cpp \
    fileshareprotocol.cpp \
    fileshareprotocolsettingspage.cpp \
    stickynotespasteprotocol.cpp \
    urlopenprotocol.cpp

FORMS += \
    pasteselect.ui \
    pasteview.ui \
    pastebindotcomsettings.ui
include(../../shared/cpaster/cpaster.pri)

RESOURCES += \
    cpaster.qrc

DEFINES *= CPASTER_PLUGIN_GUI