summaryrefslogtreecommitdiff
path: root/src/plugins/cpaster/cpaster.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpaster/cpaster.pro')
-rw-r--r--src/plugins/cpaster/cpaster.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/cpaster/cpaster.pro b/src/plugins/cpaster/cpaster.pro
new file mode 100644
index 0000000000..4ecdc54537
--- /dev/null
+++ b/src/plugins/cpaster/cpaster.pro
@@ -0,0 +1,15 @@
+QT += network
+TEMPLATE = lib
+TARGET = CodePaster
+
+include(../../qworkbenchplugin.pri)
+include(cpaster_dependencies.pri)
+
+HEADERS += cpasterplugin.h \
+ settingspage.h
+SOURCES += cpasterplugin.cpp \
+ settingspage.cpp
+FORMS += settingspage.ui \
+ pasteselect.ui
+
+include(../../../shared/cpaster/cpaster.pri)