From a44897902130c68626dab450fce1a9e3be8baae1 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 10 Feb 2015 11:04:11 +0100 Subject: Remove duplicate expression on both sides of '||' Change-Id: I09601b4ed4b5d9c9e3e373508f5413d0858bb414 Reviewed-by: Christian Stromme --- src/androiddeployqt/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/androiddeployqt') diff --git a/src/androiddeployqt/main.cpp b/src/androiddeployqt/main.cpp index 3b5f42a71..4bfe16b3a 100644 --- a/src/androiddeployqt/main.cpp +++ b/src/androiddeployqt/main.cpp @@ -2098,7 +2098,6 @@ bool copyQtFiles(Options *options) relativePath.remove(0, 1); if ((relativePath.startsWith("lib/") && relativePath.endsWith(".so")) || relativePath.startsWith("jar/") - || relativePath.startsWith("plugins/") || relativePath.startsWith("imports/") || relativePath.startsWith("qml/") || relativePath.startsWith("plugins/")) { -- cgit v1.2.1