forked from qt-creator/qt-creator
ios: Fix compile for Qt less than version 5.2
Change-Id: I96f4953f945af1e5ddd2cabca854ec7b1a68fa80 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
committed by
Fawzi Mohamed
parent
2cf25b1339
commit
3ec9eadb6d
@@ -114,7 +114,7 @@ void IosRunner::start()
|
||||
}
|
||||
m_cleanExit = false;
|
||||
m_qmlPort = 0;
|
||||
if (!QFileInfo::exists(m_bundleDir)) {
|
||||
if (!QFileInfo(m_bundleDir).exists()) {
|
||||
TaskHub::addTask(Task::Warning,
|
||||
tr("Could not find %1.").arg(m_bundleDir),
|
||||
ProjectExplorer::Constants::TASK_CATEGORY_DEPLOYMENT);
|
||||
|
||||
Reference in New Issue
Block a user