summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/binary/binary.pro
blob: 1db454e65a7f015363faa75f7b4542a462cac48c (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
29
30
31
32
33
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release

# Input
INTERFACES += binary.ui
HEADERS = binaryimpl.h \
	    binaryfactory.h 
SOURCES = binaryimpl.cpp \
	    binaryfactory.cpp

INCLUDEPATH     += $(OPIEDIR)/include \
		    $(OPIEDIR)/calc2
DEPENDPATH      += $(OPIEDIR)/include 

DESTDIR = $(OPIEDIR)/plugins/calculator


TRANSLATIONS = ../../../../i18n/de/lib.ts
TRANSLATIONS += ../../../../i18n/en/lib.ts
TRANSLATIONS += ../../../../i18n/es/lib.ts
TRANSLATIONS += ../../../../i18n/fr/lib.ts
TRANSLATIONS += ../../../../i18n/hu/lib.ts
TRANSLATIONS += ../../../../i18n/ja/lib.ts
TRANSLATIONS += ../../../../i18n/ko/lib.ts
TRANSLATIONS += ../../../../i18n/no/lib.ts
TRANSLATIONS += ../../../../i18n/pl/lib.ts
TRANSLATIONS += ../../../../i18n/pt/lib.ts
TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
TRANSLATIONS += ../../../../i18n/sl/lib.ts
TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts