-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrawcam.pro
93 lines (70 loc) · 2.42 KB
/
rawcam.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
######################################################################
# Automatically generated by qmake (2.01a) Sat Nov 7 01:19:33 2009
######################################################################
TEMPLATE = app
TARGET = rawcam
INCLUDEPATH += ../../include
CONFIG += debug warn_on
QT += declarative
CONFIG += qt mobility
LIBS += -lpthread -L../.. -ljpeg -lFCam
MOBILITY += sensors
HEADERS += OverlayWidget.h CameraThread.h ExampleOverlayWidget.h \
myproximitysensor.h \
CameraParameters.h \
LEDBlinker.h \
dot.h \
feedback.h
SOURCES += rawcam.cpp OverlayWidget.cpp CameraThread.cpp ExampleOverlayWidget.cpp \
myproximitysensor.cpp \
CameraParameters.cpp \
LEDBlinker.cpp \
dot.cpp \
feedback.cpp
OBJECTS_DIR = build
MOC_DIR = build
UI_DIR = build
DESTDIR = build
INSTALLS += target
target.path = /opt/rawcam/bin/
INSTALLS += syspart
syspart.path = /usr/share/policy/etc/syspart.conf.d
syspart.files = rawcam.syspart.conf
INSTALLS += desktop
desktop.path = /usr/share/applications/
desktop.files = rawcam.desktop
INSTALLS += style
style.path = /opt/rawcam/
style.files = style.css \
icon.png \
helpBg.png shutter.png halftone.png spot.png spotGrey.png \
noflash.png noflashGrey.png \
flashFull.png flashFullGrey.png \
flashHalf.png flashHalfGrey.png \
backCurtain.png backCurtainGrey.png \
halftoneBlack.png \
gallery.png settings.png settings.qml
#
# Targets for debian source and binary package creation
#debian-src.commands = dpkg-buildpackage -S -r -us -uc -d -I'\\.svn';
#debian-bin.commands = dpkg-buildpackage -b -r -uc -d;
#debian-all.depends = debian-src debian-bin
##-----------------------------
## Clean all but Makefile
#compiler_clean.commands = -$(DEL_FILE) $(TARGET)
#QMAKE_EXTRA_TARGETS += debian-all debian-src debian-bin compiler_clean
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog \
style.css \
settings.qml
contains(MEEGO_EDITION,harmattan) {
icon.files = rawcam.png
icon.path = /usr/share/icons/hicolor/80x80/apps
INSTALLS += icon
}