mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Fix ios build
This commit is contained in:
parent
e5cb322eb0
commit
5dea5fcd85
@ -66,7 +66,9 @@ void startGame(const QStringList & args)
|
||||
|
||||
void startEditor(const QStringList & args)
|
||||
{
|
||||
#ifndef Q_OS_IOS
|
||||
startExecutable(pathToQString(VCMIDirs::get().editorPath()), args);
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef Q_OS_IOS
|
||||
|
Loading…
Reference in New Issue
Block a user