summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.pro
blob: 3f5473e8dd51838056e5492c6f1a665f33c98540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE	= app
CONFIG		+= qt warn_on release

DESTDIR		= $(QPEDIR)/bin

HEADERS	= textedit.h

SOURCES	= main.cpp textedit.cpp

INCLUDEPATH += $(QPEDIR)/include
DEPENDPATH	+= $(QPEDIR)/include
LIBS            += -lqpe

TARGET		= textedit

TRANSLATIONS = ../i18n/de/textedit.ts