summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/binary/binary.pro
Unidiff
Diffstat (limited to 'noncore/tools/calc2/binary/binary.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
new file mode 100644
index 0000000..01ba6a4
--- a/dev/null
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -0,0 +1,16 @@
1TEMPLATE = lib
2CONFIG -= moc
3CONFIG += qt release
4
5# Input
6INTERFACES += binary.ui
7HEADERS = binaryimpl.h \
8 binaryfactory.h
9SOURCES = binaryimpl.cpp \
10 binaryfactory.cpp
11
12INCLUDEPATH += $(QPEDIR)/include \
13 $(QPEDIR)/calc2
14DEPENDPATH += $(QPEDIR)/include
15
16DESTDIR = $(QPEDIR)/plugins/calculator