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. Importing project from github
Qt 6.11 is out! See what's new in the release blog

Importing project from github

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 3.2k 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.
  • F Offline
    F Offline
    fykos
    wrote on last edited by
    #1

    Hello to all,

    I want to import a project from github to qt creator but apparently is not possible because the project doesn't have any *.cmake, *.pro, *.Cmakelists.txt files. It only has a makefile.am which generates to makefile.in and makefile when I build the project.

    Is there any other way I can import the project successfully or the only way is to convert the makefile.am to cmake?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You could try to enable the autotools plugin in Qt Creator (disclaimer: I haven't used it)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fykos
        wrote on last edited by
        #3

        Thanks for the reply SGaist. I will try this, if it doesn't work what is the next solution? Converting the makefile to cmake?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          cmake or qmake, it's up to you to choose, whatever is your favorite

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fykos
            wrote on last edited by
            #5

            I can confirm that the autotools plugin works very well. There was a problem in building the project but I guess its because of the settings of the compiler of qt.

            I build the project manually and then load it in qt and now it works fine.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              For that first build problem, I don't know, I'm generally using either qmake or cmake. You can ask on the qt-creator mailing list you'll find there Qt Creator's developers/maintainers.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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