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) (side-by-side diff)
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
HEADERS = gif_slave.h slaveiface.h slavereciever.h \
thumbnailtool.h png_slave.h jpeg_slave.h \
- ../iface/slaveiface.h
+ ../iface/slaveiface.h \
+ bmp_slave.h
SOURCES = main.cpp gif_slave.cpp slavereciever.cpp \
slaveiface.cpp thumbnailtool.cpp png_slave.cpp \
- jpeg_slave.cpp
+ jpeg_slave.cpp \
+ bmp_slave.cpp
INCLUDEPATH += $(OPIEDIR)/include ../
DEPENDSPATH += $(OPIEDIR)/include