Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
33
examples/camera/camera.pro
Normal file
33
examples/camera/camera.pro
Normal file
@@ -0,0 +1,33 @@
|
||||
TEMPLATE = app
|
||||
TARGET = camera
|
||||
|
||||
INCLUDEPATH+=../../src/multimedia \
|
||||
../../src/multimedia/video
|
||||
|
||||
include(../mobility_examples.pri)
|
||||
|
||||
CONFIG += mobility
|
||||
MOBILITY = multimedia
|
||||
|
||||
HEADERS = \
|
||||
camera.h \
|
||||
imagesettings.h \
|
||||
videosettings.h
|
||||
|
||||
SOURCES = \
|
||||
main.cpp \
|
||||
camera.cpp \
|
||||
imagesettings.cpp \
|
||||
videosettings.cpp
|
||||
|
||||
FORMS += \
|
||||
camera.ui \
|
||||
videosettings.ui \
|
||||
imagesettings.ui
|
||||
|
||||
symbian {
|
||||
include(camerakeyevent_symbian/camerakeyevent_symbian.pri)
|
||||
TARGET.CAPABILITY += UserEnvironment WriteUserData ReadUserData
|
||||
TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
|
||||
LIBS += -lavkon -leiksrv -lcone -leikcore
|
||||
}
|
||||
Reference in New Issue
Block a user