1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

[Conan] add iOS support

This commit is contained in:
Andrey Filipenkov
2022-10-13 13:04:32 +03:00
parent 233997d18d
commit f10e5e3b99
12 changed files with 98 additions and 21 deletions

View File

@@ -12,6 +12,13 @@
#include <QApplication>
// Conan workaround https://github.com/conan-io/conan-center-index/issues/13332
#ifdef VCMI_IOS
#if __has_include("QIOSIntegrationPlugin.h")
#include "QIOSIntegrationPlugin.h"
#endif
#endif
int main(int argc, char * argv[])
{
int result;