Git Product home page Git Product logo

qt5_msvc2017_64's Introduction

qt5_msvc2017_64

A dockerfile that will build an image with Qt 5.12.3 and Visual Studio 2017 with compiler msvc2017_64.

Information

When the docker image starts running, a .bat script in the home directory: C:\Users\ContainerUser\vcvars64.bat is executed to setup the visual studio compiler environment variables. Then everything should be ready to build and run.

Example:

Below is an example on how to build and run Qt5 projects using one of the Qt5 Example projects.

cd C:\Qt\Examples\Qt-5.12.3\qtestlib\tutorial1
mkdir build && cd build
%QTDIR%\bin\qmake.exe ..\tutorial1.pro -spec win32-msvc "CONFIG+=qtquickcompiler" && C:\Qt\Tools\QtCreator\bin\jom.exe qmake_all
C:\Qt\Tools\QtCreator\bin\jom.exe
cd release
tutorial1.exe

qt5_msvc2017_64's People

Contributors

islayer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.