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. Qt Creator unable to find the executable
QtWS25 Last Chance

Qt Creator unable to find the executable

Scheduled Pinned Locked Moved Qt Creator and other tools
7 Posts 3 Posters 5.6k 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.
  • L Offline
    L Offline
    ludde
    wrote on last edited by
    #1

    In "a related thread":http://developer.qt.nokia.com/forums/viewthread/6789, I was asking how Qt Creator locates dynamic libraries.

    This time I'm wondering how it locates the executable.
    If I add e.g.
    @win32-msvc2008:DESTDIR = xyz@
    to my .pro file, Qt Creator simply tells me it cannot find the executable.
    If I instead use
    @win32:DESTDIR = xyz@
    it is found and executed without complaints.

    To me, it looks like Qt Creator and qmake are not synched when it comes to using platform scopes. I.e. a bug in Qt Creator. Or can anyone think of another reason for this?
    (I am using Qt Creator 2.2.0 on Windows 7.)

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gedd
      wrote on last edited by
      #2

      May be the line :

      @win32-msvc2008:DESTDIR = xyz@

      is not correct and not considered by qmake

      Gedd

      1 Reply Last reply
      0
      • L Offline
        L Offline
        ludde
        wrote on last edited by
        #3

        It is correct, and it is considered by qmake. But not by Qt Creator when I press the Run button. That's the problem.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Have you "filed a bug report":http://bugreports.qt.nokia.com/ ? Mentioning things here in the forum will not get them fixed.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            ludde
            wrote on last edited by
            #5

            I know. I will. Just wanted to have a better understanding of what is going on before filing a bug report, so I wanted to hear if someone else was experiencing something similar, or had some other insight into what might be causing this.

            1 Reply Last reply
            0
            • L Offline
              L Offline
              ludde
              wrote on last edited by
              #6

              Filed this as "QTCREATORBUG-5394":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5394.

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on last edited by
                #7

                Thanks for the bug report!

                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