Remove duplicate expression on both sides of '||'
authorSergio Ahumada <sahumada@blackberry.com>
Tue, 10 Feb 2015 10:04:11 +0000 (11:04 +0100)
committerSergio Ahumada <sahumada@texla.cl>
Tue, 10 Feb 2015 15:38:17 +0000 (15:38 +0000)
Change-Id: I09601b4ed4b5d9c9e3e373508f5413d0858bb414
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
src/androiddeployqt/main.cpp

index 3b5f42a..4bfe16b 100644 (file)
@@ -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/")) {