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. how to run GNUMakefile with qtcreator ?
Forum Updated to NodeBB v4.3 + New Features

how to run GNUMakefile with qtcreator ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 985 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.
  • M Offline
    M Offline
    miniCircuit
    wrote on last edited by
    #1

    I am trying to run one of the examples related to OpenDDS within QT.
    the example available which is ishapes project doesn't have any .pro file.

    how can I run the project?

    aha_1980A jsulmJ 2 Replies Last reply
    0
    • M miniCircuit

      I am trying to run one of the examples related to OpenDDS within QT.
      the example available which is ishapes project doesn't have any .pro file.

      how can I run the project?

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @miniCircuit,

      the most easy way is to set up a Generic Project, which already delegates the build to make.

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      1
      • M miniCircuit

        I am trying to run one of the examples related to OpenDDS within QT.
        the example available which is ishapes project doesn't have any .pro file.

        how can I run the project?

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

        @miniCircuit You can import that make files based project: go to "New File or Project" and select "Import Project" and then "Import Existing Project".

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

        M 2 Replies Last reply
        3
        • jsulmJ jsulm

          @miniCircuit You can import that make files based project: go to "New File or Project" and select "Import Project" and then "Import Existing Project".

          M Offline
          M Offline
          miniCircuit
          wrote on last edited by
          #4

          @jsulm many thanks for your quick reply i have tried that but the GNUmakefile isn't selectable (grayed out) I can load the makefiles but not the GNUMakefile and this project is using GNU

          jsulmJ 1 Reply Last reply
          0
          • M miniCircuit

            @jsulm many thanks for your quick reply i have tried that but the GNUmakefile isn't selectable (grayed out) I can load the makefiles but not the GNUMakefile and this project is using GNU

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

            @miniCircuit said in how to run GNUMakefile with qtcreator ?:

            GNUMakefile

            what is this? Is it a makefile called GNUMakefile? If so try to rename it in Makefile which is actually the correct name for a make file.

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

            1 Reply Last reply
            0
            • jsulmJ jsulm

              @miniCircuit You can import that make files based project: go to "New File or Project" and select "Import Project" and then "Import Existing Project".

              M Offline
              M Offline
              miniCircuit
              wrote on last edited by
              #6

              @jsulm i have tried to load the whole folder as explained in the website and this is what i got

              no rule to make target 'include/makeinclude/macros.GNU'. stop

              aha_1980A 1 Reply Last reply
              0
              • M miniCircuit

                @jsulm i have tried to load the whole folder as explained in the website and this is what i got

                no rule to make target 'include/makeinclude/macros.GNU'. stop

                aha_1980A Offline
                aha_1980A Offline
                aha_1980
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @miniCircuit

                Please read https://doc.qt.io/qtcreator/creator-project-generic.html !

                There is nothing Creator does about your build system, it does not matter how the make file is called, it can be GNUMakefile

                All Creator does is calling make all and make clean for build resp. clean. These can be changed in the Projects settings, too.

                Qt has to stay free or it will die.

                1 Reply Last reply
                2

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved