summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/drawpad.pro
Unidiff
Diffstat (limited to 'noncore/graphics/drawpad/drawpad.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/drawpad.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro
index 9360256..9a640d2 100644
--- a/noncore/graphics/drawpad/drawpad.pro
+++ b/noncore/graphics/drawpad/drawpad.pro
@@ -8,16 +8,18 @@ HEADERS = drawpad.h \
8 filltool.h \ 8 filltool.h \
9 filledellipsetool.h \ 9 filledellipsetool.h \
10 filledrectangletool.h \ 10 filledrectangletool.h \
11 importdialog.h \ 11 importdialog.h \
12 linetool.h \ 12 linetool.h \
13 newpagedialog.h \ 13 newpagedialog.h \
14 page.h \
14 pointtool.h \ 15 pointtool.h \
15 rectangletool.h \ 16 rectangletool.h \
16 shapetool.h \ 17 shapetool.h \
17 texttool.h \ 18 texttool.h \
19 thumbnailview.h \
18 tool.h 20 tool.h
19 SOURCES = drawpad.cpp \ 21 SOURCES = drawpad.cpp \
20 drawpadcanvas.cpp \ 22 drawpadcanvas.cpp \
21 ellipsetool.cpp \ 23 ellipsetool.cpp \
22 erasetool.cpp \ 24 erasetool.cpp \
23 exportdialog.cpp \ 25 exportdialog.cpp \
@@ -25,16 +27,18 @@ SOURCES = drawpad.cpp \
25 filledellipsetool.cpp \ 27 filledellipsetool.cpp \
26 filledrectangletool.cpp \ 28 filledrectangletool.cpp \
27 importdialog.cpp \ 29 importdialog.cpp \
28 linetool.cpp \ 30 linetool.cpp \
29 main.cpp \ 31 main.cpp \
30 newpagedialog.cpp \ 32 newpagedialog.cpp \
33 page.cpp \
31 pointtool.cpp \ 34 pointtool.cpp \
32 rectangletool.cpp \ 35 rectangletool.cpp \
33 shapetool.cpp \ 36 shapetool.cpp \
34 texttool.cpp \ 37 texttool.cpp \
38 thumbnailview.cpp \
35 tool.cpp 39 tool.cpp
36 INCLUDEPATH+= $(OPIEDIR)/include \ 40 INCLUDEPATH+= $(OPIEDIR)/include \
37 $(QTDIR)/src/3rdparty/zlib 41 $(QTDIR)/src/3rdparty/zlib
38 DEPENDPATH+= $(OPIEDIR)/include 42 DEPENDPATH+= $(OPIEDIR)/include
39 LIBS += -lqpe -lopie 43 LIBS += -lqpe -lopie
40 DESTDIR = $(OPIEDIR)/bin 44 DESTDIR = $(OPIEDIR)/bin