summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/slave.pro
authormickeyl <mickeyl>2004-12-24 12:58:59 (UTC)
committer mickeyl <mickeyl>2004-12-24 12:58:59 (UTC)
commitdc57cb439c6c9256f76f78a487942a4d1b2a2e27 (patch) (side-by-side diff)
treef2b1dc69283c3de30930a650c87be834e04998c9 /noncore/graphics/opie-eye/slave/slave.pro
parent3236db49b0718764bcfe211442354202725a6ff6 (diff)
downloadopie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.zip
opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.gz
opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.bz2
qmake 1.08a has more rigid syntax checking and chokes on our .pro files
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.pro202
1 files changed, 201 insertions, 1 deletions
diff --git a/noncore/graphics/opie-eye/slave/slave.pro b/noncore/graphics/opie-eye/slave/slave.pro
index 51fbd1a..3d297c9 100644
--- a/noncore/graphics/opie-eye/slave/slave.pro
+++ b/noncore/graphics/opie-eye/slave/slave.pro
@@ -1,20 +1,220 @@
CONFIG = qt
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 \
bmp_slave.h
SOURCES = main.cpp gif_slave.cpp slavereciever.cpp \
slaveiface.cpp thumbnailtool.cpp png_slave.cpp \
jpeg_slave.cpp \
bmp_slave.cpp
INCLUDEPATH += $(OPIEDIR)/include ../
DEPENDSPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiecore2 -lopiemm2
-include ( $(OPIEDIR)/include.pro )
+include(
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(OPIEDIR)/include.pro )