Sign inSign up

wapmobil/qt

By wapmobil

•Updated over 6 years ago

Image
1

1.9K

wapmobil/qt repository overview

⁠Docker for build/deploy Qt apps

based on wapmobil/osxcross⁠

⁠Compillers sysroot:

  • Native linux debian10⁠
  • windows x86-64 via mingw_w64 installed from repo; added to PATH
  • Mac OSX via osxcross⁠ - Xcode for MacOSX10.14.sdk (/soft/osxcross); added to PATH

⁠Deployment Targets

TargetArchQt 5sodiumfftw3assimpmakrdown(discount)
Windows (/soft/windows)x86-645.12.7 (from source)23 (from source)3.5.8 (from source)4.1.0 (from source)2.2.6 (from source)
macOS (/soft/osx)x86-645.12.7 (from source)23 (from source)3.5.8 (from source)4.1.0 (from source)2.2.6 (from source)
Linux (/usr)x86-645.11.3 (from repo)23 (from repo)3.5.8 (from repo)4.1.0 (from repo)2.2.6 (from repo)

⁠Examples to build your Qt app

⁠Linux
cmake <your_src>
⁠Windows
cmake -DCMAKE_TOOLCHAIN_FILE=/soft/toolchain-Windows.cmake <your_src>
⁠MacOS
cmake -DCMAKE_TOOLCHAIN_FILE=/soft/toolchain-Darwin.cmake <your_src>

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

over 6 years ago

docker pull wapmobil/qt