Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Link to repository for Gradle
Forum Updated to NodeBB v4.3 + New Features

Link to repository for Gradle

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 569 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.
  • G Offline
    G Offline
    gameweb478
    wrote on last edited by
    #1

    Hello QT's !

    I am developing a desktop application using C++ and QT 5.12
    Now I want to use set up Gradle,
    the build file needs a link to the QT repository so it can automatically download all the dependencies.
    What would link would I use ?

    Thank's in advance for reading and helping,
    if you need any other information to help me, let me know

    Have a great day

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Maybe take a look here: https://forum.qt.io/topic/76754

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      G 1 Reply Last reply
      0
      • G Offline
        G Offline
        gameweb478
        wrote on last edited by gameweb478
        #3

        Thank you Christian for responding.

        I've been reading the thread you mentioned before I posted here, but it doesnt help me...
        All I need is the right link to the repository or a hint how I could find out which is the right repository for QT 5.12 and where to find it.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gameweb478
          wrote on last edited by
          #4

          For example did I find these resources, but it is the first time that I use repositories and to be honest I cannot really differ and recognize them

          http://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/

          http://download.qt.io/online/qt5/windows/x86/online_repository/

          1 Reply Last reply
          0
          • Christian EhrlicherC Christian Ehrlicher

            Maybe take a look here: https://forum.qt.io/topic/76754

            G Offline
            G Offline
            gameweb478
            wrote on last edited by gameweb478
            #5

            @Christian-Ehrlicher

            I would be very grateful for a hint on this topic.
            Maybe I am on the wrong path.
            All I want is automation for my dependencies, so if I go over to another workstation I may only run the build.gradle and everything is good to go.

            So what would be the right way to use QT in this setup ?

            Please help <3

            This is the build.gradle that I tried to setup

            plugins {
                id 'cpp'
                id 'cpp-application'
            }
            
            repositories {
                QT {
                url 'http://download.qt.io/online/qt5/windows/x86/online_repository/'
                }
            
            }
            
            dependencies {
                implementation 'qt:5.12'
            }
            
            P 1 Reply Last reply
            1
            • G gameweb478

              @Christian-Ehrlicher

              I would be very grateful for a hint on this topic.
              Maybe I am on the wrong path.
              All I want is automation for my dependencies, so if I go over to another workstation I may only run the build.gradle and everything is good to go.

              So what would be the right way to use QT in this setup ?

              Please help <3

              This is the build.gradle that I tried to setup

              plugins {
                  id 'cpp'
                  id 'cpp-application'
              }
              
              repositories {
                  QT {
                  url 'http://download.qt.io/online/qt5/windows/x86/online_repository/'
                  }
              
              }
              
              dependencies {
                  implementation 'qt:5.12'
              }
              
              P Offline
              P Offline
              phreed
              wrote on last edited by
              #6

              @gameweb478 Did you ever get an acceptable resolution to this?

              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