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. QT desktop application builds on my co-worker's computer, won't build on my computer
Qt 6.11 is out! See what's new in the release blog

QT desktop application builds on my co-worker's computer, won't build on my computer

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 2.5k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I inheritied a complicated desktop Qt application, and I installed the latest SDK 2.4.1 with Qt 4.7.4 on my laptop computer. I have the identical code base as my boss, and he also installed SDK 2.4.1 with Qt 4.7.4 on his laptop. We both have Windows XP. I can build and execute the demo programs, or programs I create just fine.

    The inherited program builds just fine on his computer, but on my computer all I get in the Compiler output window is:

    Error while building project Princeton (target: Desktop)
    When executing build step 'qmake'

    How can I possibly figure out what's going wrong when that is all the information I can get?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TioRoy
      wrote on last edited by
      #2

      neveralull,

      Check This "thread":http://qt-project.org/forums/viewthread/4415

      Appears the same problem.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        Did you copy the complete file structure with the source code from one machine to the other?
        This might be the problem. There also some user/setup-dependent files which will probably create the problem.
        You should copy only the source code (cpp/h) files, the ui files and the .pro and the eventual includes there to the other machine. Load the .pro file with the qt creator. All auto generated files and everything created during the compilation process shall be freshly generated.
        I assume that this will clear your problem.

        Vote the answer(s) that helped you to solve your issue(s)

        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