Skip to content
Snippets Groups Projects
Commit 06478bdb authored by Christian Kandeler's avatar Christian Kandeler
Browse files

QbsProjectManager: Remove invalid QTC_ASSERT().


The asserted condition is no longer required to be true.

Change-Id: I840ef5670d87c4372d4270623aa236833a8a3fda
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
parent b49a1063
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,6 @@ bool QbsRunConfiguration::isConsoleApplication() const
return !ta.properties().getProperty(QLatin1String("consoleApplication")).toBool();
}
QTC_ASSERT(!pro->qbsProjectData().isValid(), qDebug("No executable target in product '%s'", qPrintable(product.name())));
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment