From 7fb4ec1dd9498a1775b9922710abea440bf0dcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Mon, 22 Feb 2016 09:52:39 +0100 Subject: nacldeployqt: whitespace fixups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7d4237f640b9d7f6165c955f7a0fafb97061c94a Reviewed-by: Morten Johan Sørvig --- src/tools/nacldeployqt/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tools/nacldeployqt/main.cpp b/src/tools/nacldeployqt/main.cpp index fac933972e..cdc982e8f8 100644 --- a/src/tools/nacldeployqt/main.cpp +++ b/src/tools/nacldeployqt/main.cpp @@ -88,7 +88,7 @@ int QtNaclDeployer::deploy() qDebug() << "File not found" << binary; return 0; } - + if (!quickImports && QFile::exists(binary + "_qml_plugin_import.cpp")) { qDebug() << "Note: qml_plugin_import.cpp file found. Auto-enabling --quick option."; quickImports = true; @@ -203,11 +203,11 @@ int QtNaclDeployer::deploy() QString nmfCommand = QStringLiteral("python ") + createNmf + " -o " + nmfFilePath + " -L " + qtLibDir // Add Qt libs search payh - + " -s . " // copy dependencies -// + " --debug-libs" + + " -s . " // copy dependencies +// + " --debug-libs" + " " + finalBinaryPath + " " + (debug ? binary : QString("")); // deploy .bc when debugging (adds a "pnacl-debug" section to the nmf) - + runCommand(nmfCommand.toLatin1().constData()); } -- cgit v1.2.3