Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. Create a docker image for Qt 6
Qt 6.11 is out! See what's new in the release blog

Create a docker image for Qt 6

Scheduled Pinned Locked Moved Unsolved Qt 6
2 Posts 2 Posters 1.8k Views 1 Watching
  • 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.
  • Y Offline
    Y Offline
    Youness96
    wrote on last edited by
    #1

    Hello,

    I want to create a Docker image to run a Qt application, but I don't know how to do this. Can someone tell me the steps to do that? Thank you so much in advance.

    SebastianMS 1 Reply Last reply
    0
    • Y Youness96

      Hello,

      I want to create a Docker image to run a Qt application, but I don't know how to do this. Can someone tell me the steps to do that? Thank you so much in advance.

      SebastianMS Offline
      SebastianMS Offline
      SebastianM
      wrote on last edited by
      #2

      @Youness96 Take a look at aqtinstall
      Use example:

      RUN pip3 install aqtinstall; \ 
      RUN aqt install-qt --outputdir /opt/qt linux desktop 6.4.3 gcc_64 -m 
      
      1 Reply Last reply
      1

      • Login

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