summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-10 11:04:11 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-10 15:38:17 +0000
commita44897902130c68626dab450fce1a9e3be8baae1 (patch)
tree1aea46367a8576002b60230ab1636154f364935b
parentdc4ed9e1cb4b2ea4b02793a24eb276dec1758ccd (diff)
downloadqttools-a44897902130c68626dab450fce1a9e3be8baae1.tar.gz
Remove duplicate expression on both sides of '||'
Change-Id: I09601b4ed4b5d9c9e3e373508f5413d0858bb414 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
-rw-r--r--src/androiddeployqt/main.cpp1
1 files changed, 0 insertions, 1 deletions
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/")) {