-rw-r--r-- | noncore/graphics/drawpad/drawpad.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 348500c..f41dc4f 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -19,7 +19,8 @@ SOURCES = main.cpp \ | |||
19 | linedrawmode.cpp \ | 19 | linedrawmode.cpp \ |
20 | pointdrawmode.cpp \ | 20 | pointdrawmode.cpp \ |
21 | rectangledrawmode.cpp | 21 | rectangledrawmode.cpp |
22 | INCLUDEPATH+= $(OPIEDIR)/include | 22 | INCLUDEPATH+= $(OPIEDIR)/include \ |
23 | $(QTDIR)/src/3rdparty/zlib | ||
23 | DEPENDPATH+= $(OPIEDIR)/include | 24 | DEPENDPATH+= $(OPIEDIR)/include |
24 | LIBS += -lqpe | 25 | LIBS += -lqpe |
25 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |