mirror of
https://github.com/mappu/miqt.git
synced 2025-01-20 21:50:38 +00:00
docker: add qt6 mingw-dynamic container
This commit is contained in:
parent
46b637a584
commit
9093bb1284
13
docker/win64-cross-go1.23-qt6.8-dynamic.Dockerfile
Normal file
13
docker/win64-cross-go1.23-qt6.8-dynamic.Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM fedora:41
|
||||||
|
|
||||||
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||||
|
mingw64-qt6-qtbase.x86_64 \
|
||||||
|
mingw64-gcc.x86_64 \
|
||||||
|
mingw64-gcc-c++.x86_64 \
|
||||||
|
golang.x86_64
|
||||||
|
|
||||||
|
ENV CC=x86_64-w64-mingw32-gcc
|
||||||
|
ENV CXX=x86_64-w64-mingw32-g++
|
||||||
|
ENV PKG_CONFIG_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/
|
||||||
|
ENV GOOS=windows
|
||||||
|
ENV CGO_ENABLED=1
|
Loading…
x
Reference in New Issue
Block a user