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

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