From b67b08f1c2c26a226db6f43f2452026f85ad6460 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 13 Aug 2020 00:45:36 +0200 Subject: Initial CMake port This change allows to build Qbs using CMake build tool Tested platforms - Linux (gcc) - macOS (clang) - Windows (msvc2017) Missing features (compared to Qbs build) - Documentation build - Bundled QtScript support - Static build - .pc file for qbscore - qbs module for qbscore Change-Id: I09b5dadd6723d5a47e5ef2a9a38d3300488718f2 Reviewed-by: Christian Kandeler --- docker/bionic/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker/bionic') diff --git a/docker/bionic/Dockerfile b/docker/bionic/Dockerfile index ab05c90a7..9fee903dd 100644 --- a/docker/bionic/Dockerfile +++ b/docker/bionic/Dockerfile @@ -42,6 +42,7 @@ RUN apt-get update -qq && \ ccache \ clang-8 \ clang-tidy-8 \ + cmake \ curl \ flex \ git \ @@ -55,6 +56,7 @@ RUN apt-get update -qq && \ libgl1-mesa-glx \ libprotobuf-dev \ libgrpc++-dev \ + ninja-build \ nsis \ pkg-config \ protobuf-compiler \ -- cgit v1.2.3