Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to use Qt VS Tools on VS BuildTools for CI/CD

How to use Qt VS Tools on VS BuildTools for CI/CD

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
ci buildvisual studioextensiondocker
2 Posts 1 Posters 933 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Giovanni Cerretani
    wrote on 20 Sept 2021, 09:50 last edited by
    #1

    I'm using a Docker image based on Windows to build non-Qt C++ Visual Studio 2019 projects as part of CI/CD.

    The Docker image has been built using this official Microsoft tutorial. So far so good, in this Docker image I invoke builds using

    msbuild MyProject.vcxproj /p:configuration=Release /p:platform=x64 
    

    and everything is working like a charm.

    Now, I've a VS2019 project based on Qt, that is using the excellent Qt VS Tools extension to compile. It is very simple to be used on a desktop instance of Visual Studio, but I can't figure out how to install, configure and eventually use the extension on my docker image.

    Any suggestions would be greatly appreciated.

    1 Reply Last reply
    1
    • G Offline
      G Offline
      Giovanni Cerretani
      wrote on 20 Sept 2021, 13:38 last edited by
      #2

      Solved using this answer on StackOverflow.

      1 Reply Last reply
      1

      2/2

      20 Sept 2021, 13:38

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved