summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/camera.pro
authormickeyl <mickeyl>2003-05-07 10:21:19 (UTC)
committer mickeyl <mickeyl>2003-05-07 10:21:19 (UTC)
commitb632caef8d73edb7b5cab0c1b58df723ed654410 (patch) (unidiff)
tree91f25d0cf8922c2620f90bd716f7a73f29fa0cdd /noncore/multimedia/camera/camera.pro
parent6fc02cae4bd1fe3478e6e34575f481236ce5ede8 (diff)
downloadopie-b632caef8d73edb7b5cab0c1b58df723ed654410.zip
opie-b632caef8d73edb7b5cab0c1b58df723ed654410.tar.gz
opie-b632caef8d73edb7b5cab0c1b58df723ed654410.tar.bz2
restructure tree for inclusion of a command line application enabling the use as a webcam
Diffstat (limited to 'noncore/multimedia/camera/camera.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera/camera.pro28
1 files changed, 2 insertions, 26 deletions
diff --git a/noncore/multimedia/camera/camera.pro b/noncore/multimedia/camera/camera.pro
index c0e6ca8..149ed8d 100644
--- a/noncore/multimedia/camera/camera.pro
+++ b/noncore/multimedia/camera/camera.pro
@@ -1,27 +1,3 @@
1MOC_DIR = ./moc 1TEMPLATE = subdirs
2OBJECTS_DIR = ./obj 2SUBDIRS = lib gui cmd
3DESTDIR = $(OPIEDIR)/bin
4TEMPLATE = app
5CONFIG = qt warn_on debug
6
7HEADERS = avi.h \
8 imageio.h \
9 zcameraio.h \
10 previewwidget.h \
11 mainwindow.h
12
13SOURCES = avi.c \
14 imageio.cpp \
15 zcameraio.cpp \
16 previewwidget.cpp \
17 mainwindow.cpp \
18 main.cpp
19
20INCLUDEPATH += $(OPIEDIR)/include
21DEPENDPATH += $(OPIEDIR)/include
22LIBS += -lqpe -lopie -lopiecore2
23INTERFACES =
24TARGET = opiecam
25
26include ( $(OPIEDIR)/include.pro )
27 3