author | bipolar <bipolar> | 2002-03-18 18:22:04 (UTC) |
---|---|---|
committer | bipolar <bipolar> | 2002-03-18 18:22:04 (UTC) |
commit | aabf00b311c5aec62ec1dd10e5a8aedd485b02ab (patch) (unidiff) | |
tree | d204653e8bf97f42e2ac9b3a46fc19c371977d49 | |
parent | 7de0742c1a22de68aeaf61e163ba165854d57dfc (diff) | |
download | opie-aabf00b311c5aec62ec1dd10e5a8aedd485b02ab.zip opie-aabf00b311c5aec62ec1dd10e5a8aedd485b02ab.tar.gz opie-aabf00b311c5aec62ec1dd10e5a8aedd485b02ab.tar.bz2 |
Set includepath to use Qt's zlib.h
-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 | |||
@@ -1,26 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = drawmode.h \ | 3 | HEADERS = drawmode.h \ |
4 | drawpad.h \ | 4 | drawpad.h \ |
5 | drawpadcanvas.h \ | 5 | drawpadcanvas.h \ |
6 | ellipsedrawmode.h \ | 6 | ellipsedrawmode.h \ |
7 | erasedrawmode.h \ | 7 | erasedrawmode.h \ |
8 | filldrawmode.h \ | 8 | filldrawmode.h \ |
9 | linedrawmode.h \ | 9 | linedrawmode.h \ |
10 | pointdrawmode.h \ | 10 | pointdrawmode.h \ |
11 | rectangledrawmode.h | 11 | rectangledrawmode.h |
12 | SOURCES = main.cpp \ | 12 | SOURCES = main.cpp \ |
13 | drawmode.cpp \ | 13 | drawmode.cpp \ |
14 | drawpad.cpp \ | 14 | drawpad.cpp \ |
15 | drawpadcanvas.cpp \ | 15 | drawpadcanvas.cpp \ |
16 | ellipsedrawmode.cpp \ | 16 | ellipsedrawmode.cpp \ |
17 | erasedrawmode.cpp \ | 17 | erasedrawmode.cpp \ |
18 | filldrawmode.cpp \ | 18 | filldrawmode.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 |
26 | TARGET = drawpad | 27 | TARGET = drawpad |