summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/simple/simple.pro
blob: b0c85466e6dc2f1416ffdd3af6618e892e3ac008 (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
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release

# Input
INTERFACES += simple.ui
HEADERS = simpleimpl.h  simplefactory.h stdinstructions.h
SOURCES = simpleimpl.cpp simplefactory.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