summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.pro
blob: 1301aed531411a475f8211e84aafdb2aaf40ddc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
TRANSLATIONS = ../i18n/pt_BR/textedit.ts