/qt-build

A headless Qt build environment for Ubuntu

Primary LanguageJavaScript

qt-build

A headless Qt 5.9.3 build environment for Ubuntu, tested with 16.04 LTS (Xenial Xerus).

Usage

  • make
  • docker run -t -i --rm -v $PWD:$PWD qt-build:xenial-5.9.3-1 bash
  • qmake in the container

Selected Components

  • qt.593.gcc_64
  • qt.593.clang_64
  • qt.593.android_armv7
  • qt.593.qtvirtualkeyboard
  • qt.593.qtwebengine

Edit qt-installer-noninteractive.qs and build your own image to add more.

Credits