summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/tableviewer.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/tableviewer/tableviewer.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 1c7905b..6f73400 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -15,43 +15,44 @@ HEADERS = tableviewer.h \
db/common.h \
db/xmlsource.h \
db/csvsource.h
SOURCES = main.cpp \
tableviewer.cpp \
ui/commonwidgets.cpp \
ui/tvbrowseview.cpp \
ui/tvfilterview.cpp \
ui/browsekeyentry.cpp \
ui/filterkeyentry.cpp \
ui/tvlistview.cpp \
ui/tveditview.cpp \
ui/tvkeyedit.cpp \
db/datacache.cpp \
db/xmlsource.cpp \
db/csvsource.cpp \
db/common.cpp
INTERFACES = ui/tvkeyedit_gen.ui
TARGET = tableviewer
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../../../i18n/de/tableviewer.ts \
+ ../../../i18n/nl/tableviewer.ts \
../../../i18n/da/tableviewer.ts \
../../../i18n/xx/tableviewer.ts \
../../../i18n/en/tableviewer.ts \
../../../i18n/es/tableviewer.ts \
../../../i18n/fr/tableviewer.ts \
../../../i18n/hu/tableviewer.ts \
../../../i18n/ja/tableviewer.ts \
../../../i18n/ko/tableviewer.ts \
../../../i18n/no/tableviewer.ts \
../../../i18n/pl/tableviewer.ts \
../../../i18n/pt/tableviewer.ts \
../../../i18n/pt_BR/tableviewer.ts \
../../../i18n/sl/tableviewer.ts \
../../../i18n/zh_CN/tableviewer.ts \
../../../i18n/zh_TW/tableviewer.ts
include ( $(OPIEDIR)/include.pro )