summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/slave.pro
authoralwin <alwin>2004-04-15 14:04:01 (UTC)
committer alwin <alwin>2004-04-15 14:04:01 (UTC)
commitb07457bba11c6bc13d35c31c15353350a16ad3a4 (patch) (unidiff)
treec8d36a803eae123e75d45a904a5bfe5a93c8494b /noncore/graphics/opie-eye/slave/slave.pro
parent41203805fb5e70df84cc2894dbd6e030c6355041 (diff)
downloadopie-b07457bba11c6bc13d35c31c15353350a16ad3a4.zip
opie-b07457bba11c6bc13d35c31c15353350a16ad3a4.tar.gz
opie-b07457bba11c6bc13d35c31c15353350a16ad3a4.tar.bz2
added bmp file support
Diffstat (limited to 'noncore/graphics/opie-eye/slave/slave.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/slave/slave.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/slave/slave.pro b/noncore/graphics/opie-eye/slave/slave.pro
index 903d667..ab080ad 100644
--- a/noncore/graphics/opie-eye/slave/slave.pro
+++ b/noncore/graphics/opie-eye/slave/slave.pro
@@ -5,10 +5,12 @@ DESTDIR = $(OPIEDIR)/bin
5 5
6HEADERS = gif_slave.h slaveiface.h slavereciever.h \ 6HEADERS = gif_slave.h slaveiface.h slavereciever.h \
7 thumbnailtool.h png_slave.h jpeg_slave.h \ 7 thumbnailtool.h png_slave.h jpeg_slave.h \
8 ../iface/slaveiface.h 8 ../iface/slaveiface.h \
9 bmp_slave.h
9SOURCES = main.cpp gif_slave.cpp slavereciever.cpp \ 10SOURCES = main.cpp gif_slave.cpp slavereciever.cpp \
10 slaveiface.cpp thumbnailtool.cpp png_slave.cpp \ 11 slaveiface.cpp thumbnailtool.cpp png_slave.cpp \
11 jpeg_slave.cpp 12 jpeg_slave.cpp \
13 bmp_slave.cpp
12 14
13INCLUDEPATH += $(OPIEDIR)/include ../ 15INCLUDEPATH += $(OPIEDIR)/include ../
14DEPENDSPATH += $(OPIEDIR)/include 16DEPENDSPATH += $(OPIEDIR)/include