diff --git a/configure b/configure index f13debc20dd108399ebacb18467b26c945c163cc..8427e323c6551253ff86ba7ea01a61bf0681cf6b 100755 --- a/configure +++ b/configure @@ -2714,10 +2714,6 @@ if [ "$XPLATFORM_ANDROID" = "yes" ]; then QT_QPA_DEFAULT_PLATFORM="android" CFG_LARGEFILE="no" - # FIXME: Qt Creator requires this to be in the lib/ directory of Qt. This line can be removed - # once it's fixed to get the file directly from the NDK. - cp -f $CFG_DEFAULT_ANDROID_NDK_ROOT/sources/cxx-stl/gnu-libstdc++/$CFG_DEFAULT_ANDROID_NDK_TOOLCHAIN_VERSION/libs/$CFG_DEFAULT_ANDROID_TARGET_ARCH/libgnustl_shared.so $outpath/lib - DeviceVar set DEFAULT_ANDROID_SDK_ROOT "$CFG_DEFAULT_ANDROID_SDK_ROOT" DeviceVar set DEFAULT_ANDROID_NDK_ROOT "$CFG_DEFAULT_ANDROID_NDK_ROOT" DeviceVar set DEFAULT_ANDROID_PLATFORM "$CFG_DEFAULT_ANDROID_PLATFORM"