summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/opie-sheet.pro
blob: 3671358b685fc49174373b607c371b2d1232f1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h
SOURCES		= main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
TARGET		= sheetqt

TRANSLATIONS = ../../../i18n/de/sheetqt.ts \
	 ../../../i18n/en/sheetqt.ts \
	 ../../../i18n/es/sheetqt.ts \
	 ../../../i18n/fr/sheetqt.ts \
	 ../../../i18n/hu/sheetqt.ts \
	 ../../../i18n/ja/sheetqt.ts \
	 ../../../i18n/ko/sheetqt.ts \
	 ../../../i18n/no/sheetqt.ts \
	 ../../../i18n/pl/sheetqt.ts \
	 ../../../i18n/pt/sheetqt.ts \
	 ../../../i18n/pt_BR/sheetqt.ts \
	 ../../../i18n/sl/sheetqt.ts \
	 ../../../i18n/zh_CN/sheetqt.ts \
	 ../../../i18n/zh_TW/sheetqt.ts \
   	 ../../../i18n/it/sheetqt.ts