aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpaster.pro
blob: d201e6677885fc601a78576ad7491f3c79cc7a70 (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
QT += network
TEMPLATE = lib
TARGET = CodePaster
include(../../qtcreatorplugin.pri)
include(cpaster_dependencies.pri)
HEADERS += cpasterplugin.h \
    settingspage.h \
    protocol.h \
    codepasterprotocol.h \
    pasteview.h \
    codepastersettings.h \
    pastebindotcomprotocol.h \
    pastebindotcomsettings.h \
    pastebindotcaprotocol.h
SOURCES += cpasterplugin.cpp \
    settingspage.cpp \
    protocol.cpp \
    codepasterprotocol.cpp \
    pasteview.cpp \
    codepastersettings.cpp \
    pastebindotcomprotocol.cpp \
    pastebindotcomsettings.cpp \
    pastebindotcaprotocol.cpp
FORMS += settingspage.ui \
    pasteselect.ui \
    pasteview.ui \
    pastebindotcomsettings.ui
include(../../shared/cpaster/cpaster.pri)