Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How do you build makeqpf?
Forum Updated to NodeBB v4.3 + New Features

How do you build makeqpf?

Scheduled Pinned Locked Moved Mobile and Embedded
makeqpf
11 Posts 3 Posters 3.8k Views 2 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi and welcome to devnet,

    You can use

    qmake qttools/src/makeqpf/
    make
    make install
    

    And you should be good to go

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

    J 1 Reply Last reply
    0
    • SGaistS SGaist

      Hi and welcome to devnet,

      You can use

      qmake qttools/src/makeqpf/
      make
      make install
      

      And you should be good to go

      J Offline
      J Offline
      JRMcLaurin
      wrote on last edited by
      #3

      Thanks for the reply. When I run 'qmake qttools/src/makeqpf/', I get the following error:

      Project ERROR: Project has no top-level .qmake.conf file.

      I'm suspicious that I'm still not running the right command from the right place. When I run qmake from the qttools/src/makeqpf directory, it isn't able to find the internal Qt objects that makeqpf depends on.

      Thanks again!!

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

        Then first build the module once

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

        C 1 Reply Last reply
        0
        • SGaistS SGaist

          Then first build the module once

          C Offline
          C Offline
          Chad Barbe
          wrote on last edited by Chad Barbe
          #5

          @SGaist I'm also having trouble with this. Initially I ran into the "Project ERROR: Project has no top-level .qmake.conf file." problem described above but I was able to get around that by running the qmake command from within the src directory instead of from my separate build directory where I was running it from.

          However, I am now getting this error:

          In file included from qttools/src/makeqpf/main.cpp:36:0:
          qttools/src/makeqpf/qpf2.h:37:39: fatal error: private/qfontengine_qpf_p.h: No such file or directory
           #include <private/qfontengine_qpf_p.h>
          

          I searched the entire source tarball for that file and it does not exist. Is this tool not supported in 5.4?

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

            Which exact version of Qt 5.4 ?

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

            C 1 Reply Last reply
            0
            • SGaistS SGaist

              Which exact version of Qt 5.4 ?

              C Offline
              C Offline
              Chad Barbe
              wrote on last edited by
              #7

              @SGaist downloaded today, so 5.4.1:

              http://download.qt.io/official_releases/qt/5.4/5.4.1/single/qt-everywhere-opensource-src-5.4.1.tar.gz

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

                Then the build fix are more recent than that, the best thing to do is get the module directly with git

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

                C 1 Reply Last reply
                0
                • SGaistS SGaist

                  Then the build fix are more recent than that, the best thing to do is get the module directly with git

                  C Offline
                  C Offline
                  Chad Barbe
                  wrote on last edited by
                  #9

                  @SGaist Thank you!!!!

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

                    You're welcome

                    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
                    • J Offline
                      J Offline
                      JRMcLaurin
                      wrote on last edited by
                      #11

                      For anyone having trouble with this, I was able to build makeqpf using a stock Qt 4.8 source download. Like Chad says, as of 5.4.1, the project depends on files that don't exist in the source tree...

                      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