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

DESTDIR   = $(OPIEDIR)/bin
HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h inputDialog.h
SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp inputDialog.cpp 

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

TARGET    = textedit

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