summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera2/camera2.pro
authorllornkcor <llornkcor>2006-07-09 18:56:40 (UTC)
committer llornkcor <llornkcor>2006-07-09 18:56:40 (UTC)
commit36dece4760b1ac1799929221b49eb3bee98c2367 (patch) (unidiff)
treea45f66d2d90bd9fbbff8e8903cd1cb9323c39f6e /noncore/multimedia/camera2/camera2.pro
parent604065c6e662cb3894acf03abadafacc3ab52913 (diff)
downloadopie-36dece4760b1ac1799929221b49eb3bee98c2367.zip
opie-36dece4760b1ac1799929221b49eb3bee98c2367.tar.gz
opie-36dece4760b1ac1799929221b49eb3bee98c2367.tar.bz2
initial commit to add video4linux camera app from qtopia 2, needs more work
Diffstat (limited to 'noncore/multimedia/camera2/camera2.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera2/camera2.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/noncore/multimedia/camera2/camera2.pro b/noncore/multimedia/camera2/camera2.pro
new file mode 100644
index 0000000..b6e2826
--- a/dev/null
+++ b/noncore/multimedia/camera2/camera2.pro
@@ -0,0 +1,27 @@
1DESTDIR = $(OPIEDIR)/bin
2TEMPLATE = app
3CONFIG += qte warn_on quick_app
4INTERFACES=camerabase.ui camerasettings.ui
5 HEADERS = mainwindow.h \
6 image.h \
7 thumbbutton.h \
8 videocaptureview.h
9 SOURCES = mainwindow.cpp\
10 image.cpp \
11 videocaptureview.cpp \
12 main.cpp
13
14 TARGET = camera2
15DEFINES += HAVE_VIDEO4LINUX
16
17LIBS += -lopiecore2 -lopieui2
18INCLUDEPATH += $(OPIEDIR)/include
19DEPENDPATH += $(OPIEDIR)/include
20contains(CONFIG,quick-app) {
21 DESTDIR = $(OPIEDIR)/bin
22 DEFINES += NOQUICKLAUNCH
23}
24
25
26include( $(OPIEDIR)/include.pro )
27