qtbase: disable i686-pc-mingw32 targets

As of version 5.3.1 qtbase requires comdef.h, which MinGW lacks.
This commit is contained in:
Mark Brand 2014-08-28 10:10:21 +02:00
parent 8ca388c69d
commit 4c530e26ba
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ define $(PKG)_BUILD
> '$(PREFIX)/$(TARGET)/bin/test-qt5.bat'
endef
$(PKG)_BUILD_i686-pc-mingw32 =
$(PKG)_BUILD_SHARED = $(subst -static ,-shared ,\
$(subst -qt-sql-,-plugin-sql-,\
$($(PKG)_BUILD)))