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. [Solved] Gitorious + Compiling

[Solved] Gitorious + Compiling

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.7k 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.
  • H Offline
    H Offline
    Hornsj2
    wrote on last edited by
    #1

    I've downloaded a copy of the master branch from gitorious.

    Now I want to compile the code into an LGPL version of Qt, like I do with my qt-opensource-anywhere version.

    I usually go into my Visual Studio command prompt and type configure, then when that's done nmake.

    Then I build the projects source and viola, Qt.

    /***************/
    With Gitorious I download the repository, go into the command prompt and when I configure it complains that qconfigure can't find <QtCore/qconfigure.h> .

    Removing the QtCore solves that particular error. Then of course every other file with a prefix error's out.

    Does anyone know where to find the docs on how to do this? I searched for hours online and in the workflow section of qt gitorious. It explains all about how you can merge and nothing about how you build. Passive-aggressive rage enabled.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on last edited by
      #2

      When compiling from git you have to manually run the syncqt script. That, in turn, requires Perl in your path (since you're under Windows, install ActivePerl).

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hornsj2
        wrote on last edited by
        #3

        Amazingly simple. Thank you.

        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