summaryrefslogtreecommitdiff
path: root/noncore/tools/formatter/formatter.pro
Unidiff
Diffstat (limited to 'noncore/tools/formatter/formatter.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/formatter/formatter.pro30
1 files changed, 14 insertions, 16 deletions
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro
index feb9bf7..c4f8298 100644
--- a/noncore/tools/formatter/formatter.pro
+++ b/noncore/tools/formatter/formatter.pro
@@ -1,27 +1,25 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = formatter.h inputDialog.h output.h 3HEADERS = formatter.h inputDialog.h output.h
4SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp 4SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp
5TARGET = formatter 5TARGET = formatter
6REQUIRES = medium-config 6REQUIRES = medium-config
7DESTDIR = $(OPIEDIR)/bin 7DESTDIR = $(OPIEDIR)/bin
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12 12TRANSLATIONS = ../../../i18n/de/formatter.ts \
13TRANSLATIONS = ../../../i18n/de/formatter.ts 13 ../../../i18n/en/formatter.ts \
14TRANSLATIONS += ../../../i18n/en/formatter.ts 14 ../../../i18n/es/formatter.ts \
15TRANSLATIONS += ../../../i18n/es/formatter.ts 15 ../../../i18n/fr/formatter.ts \
16TRANSLATIONS += ../../../i18n/fr/formatter.ts 16 ../../../i18n/hu/formatter.ts \
17TRANSLATIONS += ../../../i18n/hu/formatter.ts 17 ../../../i18n/ja/formatter.ts \
18TRANSLATIONS += ../../../i18n/ja/formatter.ts 18 ../../../i18n/ko/formatter.ts \
19TRANSLATIONS += ../../../i18n/ko/formatter.ts 19 ../../../i18n/no/formatter.ts \
20TRANSLATIONS += ../../../i18n/no/formatter.ts 20 ../../../i18n/pl/formatter.ts \
21TRANSLATIONS += ../../../i18n/pl/formatter.ts 21 ../../../i18n/pt/formatter.ts \
22TRANSLATIONS += ../../../i18n/pt/formatter.ts 22 ../../../i18n/pt_BR/formatter.ts \
23TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts 23 ../../../i18n/sl/formatter.ts \
24TRANSLATIONS += ../../../i18n/sl/formatter.ts 24 ../../../i18n/zh_CN/formatter.ts \
25TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts 25 ../../../i18n/zh_TW/formatter.ts
26TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts
27