Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-71

qbs can't find Windows SDK, but QtCreator can do it

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 0.2
    • 0.2
    • Platforms: Windows
    • None

    Description

      I installed Windows SDK 7.1,when I copy the sdk to somewhere, and use the bat file to config the real path:

       
      @echo off
      reg add "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows" /f /v "CurrentInstallFolder" /t reg_sz /d %~dp0..\
      reg add "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows" /f /v "CurrentVersion" /t reg_sz /d "v7.1"
      reg add "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1" /f /v "InstallationFolder" /t reg_sz /d %~dp0..\
      reg add "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1" /f /v "ProductName" /t reg_sz /d "Microsoft Windows SDK for Windows 7 (7.1.7600.0.30514)"
      reg add "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1" /f /v "ProductVersion" /t reg_sz /d "7.1.7600.0.30514"
      pause
      

      Use QtCreator works well, QTC can found the Windows SDK.
      But qbs can't do the same thing.
      here is the log:

       
      D:\qpSOFT\Sources\QtCreator>qbs platforms
      Platforms:
              - mingw32 (default)
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jbornema Joerg Bornemann
            loaden Yuchen Deng
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes