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. Using qmake to build a non Qt based application
Forum Updated to NodeBB v4.3 + New Features

Using qmake to build a non Qt based application

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 571 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.
  • L Offline
    L Offline
    Laurent Schall
    wrote on last edited by
    #1

    Hi,

    I would like to use the qmake pro file to build a golang based application aside my Qt based application. Can someone point me to some .pro file examples showing how to do that ?

    Thanks,
    Laurent

    A 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to the forums
      I dont have any example .pro file but Docs is
      http://doc.qt.io/qt-5/qmake-advanced-usage.html#adding-compilers

      i assume it can work with golang too but i dont know its toolchain.

      1 Reply Last reply
      4
      • L Laurent Schall

        Hi,

        I would like to use the qmake pro file to build a golang based application aside my Qt based application. Can someone point me to some .pro file examples showing how to do that ?

        Thanks,
        Laurent

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

        @Laurent-Schall Another option is to switch to cmake for your project. It fully supports Qt (and Qt has macros and what not for it). It can build pretty much anything. Can handle any toolchain I've thrown at it, and you cause use ExternalProject_add() to actually add a project that is compiled using it's own methods, but becomes part of your build.

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        1 Reply Last reply
        3

        • Login

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