summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.pro
blob: 0e8521e91bf3bdcc58a0b4d8a8b372a049cdf0a6 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
TEMPLATE	= app
#CONFIG		= qt warn_on release
CONFIG		= qt warn_on debug
DESTDIR		= $(OPIEDIR)/bin
HEADERS	= addressbook.h \
                  contacteditor.h \
                  ocontactfields.h \
		  ablabel.h \
		  abtable.h \
		  picker.h \
                  ofloatbar.h \
                  configdlg.h \
                  abconfig.h \
                  abview.h
SOURCES	= main.cpp \
		  addressbook.cpp \
		  contacteditor.cpp \
                  ocontactfields.cpp \
		  ablabel.cpp \
		  abtable.cpp \
		  picker.cpp \
                  configdlg.cpp \
                  abconfig.cpp \
                  abview.cpp

INTERFACES	= configdlg_base.ui
TARGET		= addressbook
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopie

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



include ( $(OPIEDIR)/include.pro )