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. Building 5.8 from git / ignore objs
Forum Updated to NodeBB v4.3 + New Features

Building 5.8 from git / ignore objs

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 611 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.
  • conradjonesC Offline
    conradjonesC Offline
    conradjones
    wrote on last edited by
    #1

    Hi

    I'm building 5.8 from git. I've got it built which is great, but there are loads of object files and build fluff, is there a prebuilt .gitignore to save me rolling my own ?

    Or a trick to build in a seperate folder to keep the build fluff away from the source ?

    Thanks

    jsulmJ 1 Reply Last reply
    0
    • conradjonesC conradjones

      Hi

      I'm building 5.8 from git. I've got it built which is great, but there are loads of object files and build fluff, is there a prebuilt .gitignore to save me rolling my own ?

      Or a trick to build in a seperate folder to keep the build fluff away from the source ?

      Thanks

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @conradjones The trick is: out of source build. Just go to another directory and call configure from there:

      mkdir ~/qt_build
      cd ~/qt_build
      PATH_TO_QT_SOURCE/configure ....
      make
      make install
      

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • conradjonesC Offline
        conradjonesC Offline
        conradjones
        wrote on last edited by
        #3

        cool thanks.

        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