summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.pro
blob: 9b1a8419d4ea5aac2760ba70998c978fe0192936 (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   = $(OPIEDIR)/bin

HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h

SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp

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

TARGET    = textedit

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