forked from qt-creator/qt-creator
QmlJSDebug: Enable compilation of library also for Symbian
This commit is contained in:
@@ -333,8 +333,7 @@ bool QMakeStep::isQmlDebuggingLibrarySupported(QString *reason) const
|
||||
|
||||
if (!qt4BuildConfiguration()->qtVersion()->qtAbis().isEmpty()) {
|
||||
ProjectExplorer::Abi abi = qt4BuildConfiguration()->qtVersion()->qtAbis().first();
|
||||
if (abi.os() == ProjectExplorer::Abi::SymbianOS
|
||||
|| abi.osFlavor() == ProjectExplorer::Abi::MaemoLinuxFlavor) {
|
||||
if (abi.osFlavor() == ProjectExplorer::Abi::MaemoLinuxFlavor) {
|
||||
if (reason)
|
||||
reason->clear();
|
||||
// *reason = tr("Qml debugging on device not yet supported.");
|
||||
|
||||
Reference in New Issue
Block a user