summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/simple/simple.pro
blob: 148d307224a73a7c41e849691ac2270f572fd413 (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
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 \
	 ../../../../i18n/en/lib.ts \
	 ../../../../i18n/es/lib.ts \
	 ../../../../i18n/fr/lib.ts \
	 ../../../../i18n/hu/lib.ts \
	 ../../../../i18n/ja/lib.ts \
	 ../../../../i18n/ko/lib.ts \
	 ../../../../i18n/no/lib.ts \
	 ../../../../i18n/pl/lib.ts \
	 ../../../../i18n/pt/lib.ts \
	 ../../../../i18n/pt_BR/lib.ts \
	 ../../../../i18n/sl/lib.ts \
	 ../../../../i18n/zh_CN/lib.ts \
	 ../../../../i18n/zh_TW/lib.ts