Fix android build

This commit is contained in:
Oleg.Korshul
2022-01-10 18:21:33 +03:00
parent eb75805c88
commit 5b7deea769
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@ LIBS += -lgdi32 \
-lshell32
}
core_android:DEFINES += ANDROID
INCLUDEPATH += \
$$PWD/lib/goo \
$$PWD/lib/fofi \

View File

@ -23,7 +23,6 @@
# include <windows.h>
# endif
#elif defined(ACORN)
#elif defined(ANDROID)
#else
# include <unistd.h>
# include <sys/types.h>