summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2013-10-26 20:14:26 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-28 12:05:22 +0100
commit8d1ab25ed2864bda530aec5ca76ad3ba35b2a55f (patch)
tree26f169473abe34bf4e06da5d8ca15d6f34654dc6 /src/corelib
parent40e69879a2ea2b3f8590075660d94e1ab85c8f74 (diff)
Android: Remove unneeded dependency
Change-Id: Ie4daa618efb6fbc29656cc3d25837478d9d690f4 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/corelib.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro
index 1ed55bb0c8..bc618ed843 100644
--- a/src/corelib/corelib.pro
+++ b/src/corelib/corelib.pro
@@ -20,8 +20,7 @@ ANDROID_JAR_DEPENDENCIES = \
jar/QtAndroid.jar \
jar/QtAndroidAccessibility.jar
ANDROID_LIB_DEPENDENCIES = \
- plugins/platforms/android/libqtforandroid.so \
- libs/libgnustl_shared.so
+ plugins/platforms/android/libqtforandroid.so
ANDROID_BUNDLED_JAR_DEPENDENCIES = \
jar/QtAndroid-bundled.jar \
jar/QtAndroidAccessibility-bundled.jar