Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. QGIS installation from Source with Qt 5 in Windows

QGIS installation from Source with Qt 5 in Windows

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
4 Posts 2 Posters 320 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.
  • A Offline
    A Offline
    Aman55
    wrote on 3 Feb 2025, 12:14 last edited by Aman55 2 Mar 2025, 12:15
    #1

    I had followed QGIS setup from this link
    https://github.com/qgis/QGIS/blob/master/INSTALL.md
    for Windows setup of QGIS .

    I followed all the steps and successfully executed till this line

    mkdir osgeo4w-build
    cd osgeo4w-build
    curl -JLO https://raw.githubusercontent.com/jef-n/OSGeo4W/refs/heads/master/bootstrap.cmd
    curl -JLO https://raw.githubusercontent.com/jef-n/OSGeo4W/refs/heads/master/bootstrap.sh
    bootstrap.cmd qgis-dev
    

    I got response Mon Feb 3 17:34:23 IST 2025: qgis-dev SUCCEEDED

    Now, I am unable to find what to do to setup with Qt. I want to use to develop an desktop application in Qt5 c++ Qtcreator using QGIS. Can Any one guide me what will be the next step .

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 3 Feb 2025, 19:58 last edited by
      #2

      Hi,

      From a quick look at the source, I would say that there's likely a cmake Find module that is installed along QGIS so I would use that to set things up and building.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply 4 Feb 2025, 04:34
      0
      • S SGaist
        3 Feb 2025, 19:58

        Hi,

        From a quick look at the source, I would say that there's likely a cmake Find module that is installed along QGIS so I would use that to set things up and building.

        A Offline
        A Offline
        Aman55
        wrote on 4 Feb 2025, 04:34 last edited by
        #3

        @SGaist Can you guide me the steps?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 5 Feb 2025, 20:17 last edited by
          #4

          You can use it the same way it's done for the Qt libraries in your cmake file.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          3 Feb 2025, 12:14

          • Login

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