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. Error when executing step "qmake"
Forum Updated to NodeBB v4.3 + New Features

Error when executing step "qmake"

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 345 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.
  • S Offline
    S Offline
    steampunk333
    wrote on last edited by
    #1

    Migrating a QT4 project to QT5 (also from CENTOS to Ubuntu) and I keep getting the following error:

    Error while building/deploying project oasis (kit: Replacement for "Qt 4.8.5")
    When executing step "qmake"

    Before this, I get a lot of warnings for (no longer used) files not found in the compile output, but that's about it. Any idea what's going on here? I'm new to QT development.

    jsulmJ 1 Reply Last reply
    0
    • S steampunk333

      Migrating a QT4 project to QT5 (also from CENTOS to Ubuntu) and I keep getting the following error:

      Error while building/deploying project oasis (kit: Replacement for "Qt 4.8.5")
      When executing step "qmake"

      Before this, I get a lot of warnings for (no longer used) files not found in the compile output, but that's about it. Any idea what's going on here? I'm new to QT development.

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

      @steampunk333 There should be the actual error somewhere. Please search for it in qmake output and post it here.

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        steampunk333
        wrote on last edited by
        #3

        Ran qmake in the terminal, got the following:

        make[2]: *** No rule to make target '/opt/EDTpdv/libpdv.a', needed by 'libcommon.so.1.0.0'. Stop.
        make[2]: Leaving directory '/home/sam/workspace/sample/RealTimeThreadFuncs/common'
        make[1]: *** [Makefile:70: sub-common-make_first] Error 2
        make[1]: Leaving directory '/home/sam/workspace/sample/RealTimeThreadFuncs'
        make: *** [Makefile:92: sub-RealTimeThreadFuncs-make_first-ordered] Error 2

        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