changelog updated
authorKate Alhola <kate@kate-alholas-macbook-pro.local>
Mon, 28 May 2012 09:15:26 +0000 (12:15 +0300)
committerKate Alhola <kate@kate-alholas-macbook-pro.local>
Mon, 28 May 2012 09:15:26 +0000 (12:15 +0300)
mardrone/debian/changelog
mardrone/mardrone.pro

index 34c5351..9adcceb 100644 (file)
@@ -1,3 +1,9 @@
+mardrone (0.3.0) unstable; urgency=low
+
+  * Updated support added for android and iOS and video recording
+
+ -- Kate Alhola <kate.alhola@nokia.com>  Tue, 17 Nov 2011 17:16:48 +0200
+
 mardrone (0.2.0) unstable; urgency=low
 
   * Updated support added for desktop Qt components and Joystick
index f31027e..ea2fc49 100644 (file)
@@ -201,7 +201,9 @@ OTHER_FILES += \
     android/src/org/kde/necessitas/ministro/IMinistroCallback.aidl \
     android/AndroidManifest.xml \
     deploy.pri \
-    android/version.xml
+    android/version.xml \
+    ardrone_android.qml \
+    ConfigDialogAndroid.qml
 
 unix:!symbian:!android {
     maemo5 {
@@ -234,15 +236,25 @@ RESOURCES += \
 android {
 qtcomponents.source = imports
 qtcomponents.target =
+# Themes are needed only for MeeGo components
 themes.source = themes
 themes.target =
 DEPLOYMENTFOLDERS = qtcomponents themes
 
+# For MeeGo components for android
 qmlplugins.files = plugins/libmeegoplugin.so
 qmlplugins.files += plugins/libmeegoextrasplugin.so
+# Common
 qmlplugins.files += plugins/libqtcomponentsplugin_1_1.so
-qmlplugins.path = /libs/armeabi
-
+# for Symbian components for Android, comment out if not used
+qmlplugins.files += plugins/libandroidplugin_1_1.so
+   x86 {
+      qmlplugins.path = /libs/x86
+    } else: armeabi-v7a {
+            qmlplugins.path = /libs/armeabi-v7a
+    } else {
+            qmlplugins.path = /libs/armeabi
+   }
 INSTALLS += qmlplugins
 }
 
@@ -283,3 +295,5 @@ ios:include($$[QMAKE_MKSPECS]/common/ios/qiosapp.conf)
 
 
 
+
+