summaryrefslogtreecommitdiffstats
path: root/examples/declarative-camera/declarative-camera.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative-camera/declarative-camera.pro')
-rw-r--r--examples/declarative-camera/declarative-camera.pro13
1 files changed, 2 insertions, 11 deletions
diff --git a/examples/declarative-camera/declarative-camera.pro b/examples/declarative-camera/declarative-camera.pro
index 22112bf30..455ea6298 100644
--- a/examples/declarative-camera/declarative-camera.pro
+++ b/examples/declarative-camera/declarative-camera.pro
@@ -3,10 +3,8 @@ TEMPLATE=app
QT += declarative qtquick1 network multimediakit
-!maemo5 {
- contains(QT_CONFIG, opengl) {
- QT += opengl
- }
+contains(QT_CONFIG, opengl) {
+ QT += opengl
}
SOURCES += $$PWD/qmlcamera.cpp
@@ -15,13 +13,6 @@ else:TARGET = QmlCamera
RESOURCES += declarative-camera.qrc
-symbian {
- include(camerakeyevent_symbian/camerakeyevent_symbian.pri)
- load(data_caging_paths)
- TARGET.CAPABILITY += UserEnvironment NetworkServices Location ReadUserData WriteUserData
- TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
-}
-
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/qml_camera
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/qml_camera