[vlc-devel] [PATCH 17/19] contrib: qt: fix build under mingw

Rémi Denis-Courmont remi at remlab.net
Fri Jun 16 22:02:59 CEST 2017


Le torstaina 15. kesäkuuta 2017, 9.18.20 EEST Steve Lhomme a écrit :
> On Wed, Jun 14, 2017 at 3:37 PM, Rémi Denis-Courmont <remi at remlab.net> 
wrote:
> > On June 14, 2017 3:02:06 PM GMT+03:00, Steve Lhomme <robux4 at videolabs.io> 
wrote:
> >>this is not a cross compilation
> >>---
> >>
> >> contrib/src/qt/rules.mak | 4 ++++
> >> 1 file changed, 4 insertions(+)
> >>
> >>diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
> >>index 5f76893712..dbfa5063ca 100644
> >>--- a/contrib/src/qt/rules.mak
> >>+++ b/contrib/src/qt/rules.mak
> >>@@ -30,8 +30,12 @@ ifdef HAVE_MACOSX
> >>
> >> QT_PLATFORM := -platform darwin-g++
> >> endif
> >> ifdef HAVE_WIN32
> >>
> >>+ifdef HAVE_CROSS_COMPILE
> >>
> >> QT_SPEC := win32-g++
> >>
> >>QT_PLATFORM := -xplatform win32-g++ -device-option
> >>CROSS_COMPILE=$(HOST)-
> >>+else
> >>+QT_PLATFORM := -platform win32-g++
> >>+endif
> >>
> >> endif
> >>
> >>QT_CONFIG := -static -release -no-debug -opensource -confirm-license
> >>-no-pkg-config \
> >>--
> >>2.12.1
> >>
> >>_______________________________________________
> >>vlc-devel mailing list
> >>To unsubscribe or modify your subscription options:
> >>https://mailman.videolan.org/listinfo/vlc-devel
> >>
> > Isn't that orthogonal to the specific OS??
> 
> You mean build OS or target OS ?

I mean build OS and host OS.

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list