summaryrefslogtreecommitdiff
path: root/noncore/tools/calculator/calculator.pro
blob: b5d37e1ad6f5cc4ebb5bc15f060b5c5d0c4d4ab5 (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