summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/drawpad.pro
blob: 6d7c32646109128c22479a7466be2c105e2c8b31 (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
53
54
55
56
57
58
59
60
61
62
63
64
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= drawpad.h \
		  drawpadcanvas.h \
		  ellipsetool.h \
		  erasetool.h \
		  exportdialog.h \
		  filltool.h \
		  filledellipsetool.h \
		  filledrectangletool.h \
		  importdialog.h \
		  linetool.h \
		  newpagedialog.h \
		  page.h \
		  pageinformationdialog.h \
		  pointtool.h \
		  rectangletool.h \
		  shapetool.h \
		  texttool.h \
		  thumbnailview.h \
		  tool.h
SOURCES		= drawpad.cpp \
		  drawpadcanvas.cpp \
		  ellipsetool.cpp \
		  erasetool.cpp \
		  exportdialog.cpp \
		  filltool.cpp \
		  filledellipsetool.cpp \
		  filledrectangletool.cpp \
		  importdialog.cpp \
		  linetool.cpp \
		  main.cpp \
		  newpagedialog.cpp \
		  page.cpp \
		  pageinformationdialog.cpp \
		  pointtool.cpp \
		  rectangletool.cpp \
		  shapetool.cpp \
		  texttool.cpp \
		  thumbnailview.cpp \
		  tool.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS		+= -lqpe -lopie
DESTDIR		= $(OPIEDIR)/bin
TARGET		= drawpad



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