summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/slave.pro
Side-by-side diff
Diffstat (limited to 'noncore/graphics/opie-eye/slave/slave.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/slave/slave.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/slave/slave.pro b/noncore/graphics/opie-eye/slave/slave.pro
new file mode 100644
index 0000000..3f42495
--- a/dev/null
+++ b/noncore/graphics/opie-eye/slave/slave.pro
@@ -0,0 +1,18 @@
+CONFIG += qte
+TEMPLATE = app
+TARGET = opie-eye_slave
+DESTDIR = $(OPIEDIR)/bin
+
+HEADERS = gif_slave.h slaveiface.h slavereciever.h \
+ thumbnailtool.h png_slave.h jpeg_slave.h \
+ ../iface/slaveiface.h
+SOURCES = main.cpp gif_slave.cpp slavereciever.cpp \
+ slaveiface.cpp thumbnailtool.cpp png_slave.cpp \
+ jpeg_slave.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include ../
+DEPENDSPATH += $(OPIEDIR)/include
+
+LIBS += -lqpe
+
+include ( $(OPIEDIR)/include.pro ) \ No newline at end of file