summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/drawpad.pro
blob: fe55a236f30b29ec9ef30adaf37fe2d4bd0758f0 (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
CONFIG		= qt warn_on  quick-app
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 -lopiecore2 -lopieui2 -lqtaux2

TARGET		= drawpad

include ( $(OPIEDIR)/include.pro )