summaryrefslogtreecommitdiff
path: root/noncore/tools/calculator/calculator.pro
blob: 9554d2a0c8fcfb11386af6611abca31ed7294712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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