Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Configure
Qt 6.11 is out! See what's new in the release blog

Configure

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 3 Posters 4.0k 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.
  • M Offline
    M Offline
    mike4
    wrote on last edited by
    #1

    Hi
    where do i put those for configuration and execution:
    --prefix=/media/DATA/FGFS/install/fgfs/ --exec-prefix=/media/DATA/FGFS/install/fgfs/ --with-osg=/media/DATA/FGFS/install/OpenSceneGraph --with-simgear=/media/DATA/FGFS/install/simgear --with-plib=/media/DATA/FGFS/install/plib
    i've added a step within project build config without success.
    Thanks

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Hi mike4
      You should probably add some more information about what you are trying to do?
      The configuration you are referring to, is that the build configuration for compiling Qt or is it for compiling your own project?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mike4
        wrote on last edited by
        #3

        Hi
        no qt, I've imported a makefile (flightgear 2.4).

        2 Maybe also some hints on how to move the *.creator file to a *.pro?

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          [quote author="mike4" date="1313932748"]Hi
          no qt, I've imported a makefile (flightgear 2.4).

          2 Maybe also some hints on how to move the *.creator file to a *.pro?
          [/quote]
          No idea on that issue.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #5

            Sorry, I can not understand the question. What do you want to do?

            Moving from one build system to another is a lot of work! Only do it if you have the backing of the project in question or you will waste your time.

            I think I said before that I would not put the configure call into Qt Creator at all: All the build steps you add to Qt Creator are run whenever you build your project and you most likely do not want to run configure all the time.

            PS: Why would you want to import flightgear version 2.4 into Qt Creator? If you just want to build it, then do not bother with Qt Creator but follow the project's instructions. If you want to hack on it, then grab the sources from their version control system so that you have the up-to-date stuff everyone else is working on. Otherwise you will just fix stuff that is already done (or write code that does not work with the current codebase everybody else uses).

            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