-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQCameraDecoder.pro
More file actions
59 lines (42 loc) · 1.09 KB
/
QCameraDecoder.pro
File metadata and controls
59 lines (42 loc) · 1.09 KB
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
TEMPLATE = app
TARGET = QCameraDecoder
SOURCES += \
main.cpp \
button.cpp \
camerawidget.cpp \
cameravideosurface.cpp
HEADERS += \
button.h \
camerawidget.h \
cameravideosurface.h \
videoif.h
RESOURCES += \
res.qrc
ICON = icons/cameramms_icon.svg
symbian: {
# Because landscape orientation lock
LIBS += -lcone -leikcore -lavkon
TARGET.UID3 = 0xEF642F0E
TARGET = QCameraDecoder
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
# Self-signing capabilities
TARGET.CAPABILITY += NetworkServices \
ReadUserData \
WriteUserData \
LocalServices \
UserEnvironment
# QtMobility Messaging module needs these
# DEFINES += MESSAGING_ENABLED
contains(DEFINES,MESSAGING_ENABLED) {
# Additional capabilities that needs Open Signed Online signing
TARGET.CAPABILITY += ReadDeviceData WriteDeviceData
}
}
!contains(DEFINES,MESSAGING_ENABLED) {
warning(Qt Mobility Messaging disabled!)
}
QT += gui core
CONFIG += mobility
MOBILITY = multimedia \
systeminfo