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. [Solved] Qt Creator trying to use non-existing UNIX tools on Windows
QtWS25 Last Chance

[Solved] Qt Creator trying to use non-existing UNIX tools on Windows

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 2 Posters 2.4k 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

    Just started using Qt Creator on Windows with the MinGW compiler instead of Visual Studio. For some reason it just doesn't work. I have a new clean install of the Qt SDK, but when I try to build a project, I get errors for missing programs like rm and test.

    Since everyone using this setup obviously doesn't have this problem, I assume it's something to do with how other things are setup on my machine. But why are Qt Creator even trying to use these tools, which do not seem to be included in the Qt SDK distribution? Did it find them somewhere when I installed the SDK, but cannot find them now?

    I could of course install Cygwin or get these tools some other way, but that cannot be how it's supposed to work, can it?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      danimo
      wrote on last edited by
      #2

      Check if you have cygwin another mingw installation other than the one from Qt SDK in your path.

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

        I don't. What I did have in the path when I installed Qt SDK was OpenSSH, which included some (or all) of these tools. But they did not work because of a missing DLL, so I removed it from the path. I guess this is what screwed up my installation.

        If I reinstall the SDK, without those tools in the path - will they be installed along with the SDK? Or will it use the corresponding Windows tools instead? I guess I will simply try, and see what happens.

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

          Just had to reinstall the Qt version that was causing the problem, using the SDK maintenance tool. Now it's using the corresponding Windows tools instead, and everything works just fine!

          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