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.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 9cbb0ff..3f268f1 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -1,15 +1,11 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt 2CONFIG += qt
3INTERFACES += binary.ui 3INTERFACES += binary.ui
4HEADERS = binaryimpl.h \ 4HEADERS = binaryimpl.h binaryfactory.h
5 binaryfactory.h 5SOURCES = binaryimpl.cpp binaryfactory.cpp
6SOURCES = binaryimpl.cpp \ 6INCLUDEPATH += $(OPIEDIR)/include ../main
7 binaryfactory.cpp
8INCLUDEPATH += $(OPIEDIR)/include \
9 $(OPIEDIR)/calc2
10DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
11DESTDIR = $(OPIEDIR)/plugins/calculator 8DESTDIR = $(OPIEDIR)/plugins/calculator
12TARGET = binary 9TARGET = binary
13 10
14
15include( $(OPIEDIR)/include.pro ) 11include( $(OPIEDIR)/include.pro )