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. My "configure" creates a config.h

My "configure" creates a config.h

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

    Is there a way to mimic a standard ./configure in QT, or import/convert a standard configure file?

    Ultimately what I'm trying to do is take a standard linux project where you run
    ./configure
    make
    make install

    and convert it to QT.

    It would be even better if I'm missing something in QT and I could do something like IMPORT->Project and convert a linux project to a QT project.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You could try qmake -project

      @
      Mode:
      -project Put qmake into project file generation mode
      In this mode qmake interprets files as files to
      be built,
      defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
      Note: The created .pro file probably will
      need to be edited. For example add the QT variable to
      specify what modules are required.
      @

      http://www.catb.org/~esr/faqs/smart-questions.html

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

        The autotools and qmake based build systems are very different internally. I do not think it is possible to write a tool that automatically converts one to the other (well, maybe qmake->autotools would actually be possible;-).

        Why do you want to convert the build system? A build system is just a bit (actually: a lot;-) of infrastructure, it should not really matter which one you use:-)

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Scylla
          wrote on last edited by
          #4

          Do you want to integrate qmake in a autotools environment, than take look "here":http://qtnode.net/wiki/Qt_with_autotools

          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