summaryrefslogtreecommitdiff
path: root/noncore/tools/calculator/calculator.pro
blob: 28cc53a3cd544f68ea95e076902c4ed792fab6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESTDIR		= $(OPIEDIR)/bin
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= calculatorimpl.h
SOURCES		= calculatorimpl.cpp \
		  main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	= calculator.ui
TARGET		= calculator

TRANSLATIONS = ../i18n/de/calculator.ts
TRANSLATIONS += ../i18n/pt_BR/calculator.ts