summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/binary/binary.pro
Unidiff
Diffstat (limited to 'noncore/tools/calc2/binary/binary.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro33
1 files changed, 14 insertions, 19 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 1db454e..cf83612 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -1,33 +1,28 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4
5# Input 4# Input
6INTERFACES += binary.ui 5INTERFACES += binary.ui
7HEADERS = binaryimpl.h \ 6HEADERS = binaryimpl.h \
8 binaryfactory.h 7 binaryfactory.h
9SOURCES = binaryimpl.cpp \ 8SOURCES = binaryimpl.cpp \
10 binaryfactory.cpp 9 binaryfactory.cpp
11
12INCLUDEPATH += $(OPIEDIR)/include \ 10INCLUDEPATH += $(OPIEDIR)/include \
13 $(OPIEDIR)/calc2 11 $(OPIEDIR)/calc2
14DEPENDPATH += $(OPIEDIR)/include 12DEPENDPATH += $(OPIEDIR)/include
15
16DESTDIR = $(OPIEDIR)/plugins/calculator 13DESTDIR = $(OPIEDIR)/plugins/calculator
17 14
18 15TRANSLATIONS = ../../../../i18n/de/lib.ts \
19TRANSLATIONS = ../../../../i18n/de/lib.ts 16 ../../../../i18n/en/lib.ts \
20TRANSLATIONS += ../../../../i18n/en/lib.ts 17 ../../../../i18n/es/lib.ts \
21TRANSLATIONS += ../../../../i18n/es/lib.ts 18 ../../../../i18n/fr/lib.ts \
22TRANSLATIONS += ../../../../i18n/fr/lib.ts 19 ../../../../i18n/hu/lib.ts \
23TRANSLATIONS += ../../../../i18n/hu/lib.ts 20 ../../../../i18n/ja/lib.ts \
24TRANSLATIONS += ../../../../i18n/ja/lib.ts 21 ../../../../i18n/ko/lib.ts \
25TRANSLATIONS += ../../../../i18n/ko/lib.ts 22 ../../../../i18n/no/lib.ts \
26TRANSLATIONS += ../../../../i18n/no/lib.ts 23 ../../../../i18n/pl/lib.ts \
27TRANSLATIONS += ../../../../i18n/pl/lib.ts 24 ../../../../i18n/pt/lib.ts \
28TRANSLATIONS += ../../../../i18n/pt/lib.ts 25 ../../../../i18n/pt_BR/lib.ts \
29TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts 26 ../../../../i18n/sl/lib.ts \
30TRANSLATIONS += ../../../../i18n/sl/lib.ts 27 ../../../../i18n/zh_CN/lib.ts \
31TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts 28 ../../../../i18n/zh_TW/lib.ts
32TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
33