Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Automatic install of Qt on a server for continuous integration testing
Forum Updated to NodeBB v4.3 + New Features

Automatic install of Qt on a server for continuous integration testing

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 927 Views 2 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.
  • A Offline
    A Offline
    Ablu
    wrote on last edited by
    #1

    Hello,

    there do not seem to be any precompiled .tar.gz archives with qt. So is there a way to install Qt without user interaction? (And preferably without compiling myself all the time). Can I pass some commandline arguments to the installer to perform the installation without asking the user anything?

    I want to test our application with travis. The .deb packages that are available quickly get outdated and require a lot of maintenance.

    So anyone an idea how to pull this off?

    Regards,
    Ablu

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by mcosta
      #2

      Hi,

      I don't know if the Linux installer accepts command line arguments but you could also buid Qt from sources

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      A 1 Reply Last reply
      0
      • M mcosta

        Hi,

        I don't know if the Linux installer accepts command line arguments but you could also buid Qt from sources

        A Offline
        A Offline
        Ablu
        wrote on last edited by Ablu
        #3

        @mcosta
        Yes that would work of course. But if I use a stateless system like travis I do not want to compile Qt each build there (especially not if I also want to test for android and windows additionally for example). But maybe I could setup a VM which is similar to travis and then compile all the different versions there once and upload them somewhere and download them for each travis build... But if the qt installers can run without user interaction somehow I would prefer that :)

        1 Reply Last reply
        0

        • Login

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