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

Cannot compile VS project with Multibyte Character Sets

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.0.1
    • 1.0.0
    • General
    • None
    • QtCreator 2.8.0-beta, Windows 7, VS 2005 express compiler
    • 35087f946e10af028cdcb96fb8be180783ea3307

    Description

      Cannot compile VS project with Multibyte Character Sets becouse in file "windows-msvc.qbs" hard coded "platformDefines: base.concat(['UNICODE'])", for VS compiler this means Use Unicode Character Set.

      I changed string "platformDefines: base.concat(['UNICODE'])" to "platformDefines: base.concat([])" and project compiles corectly. In project file I set cpp.defines: "_MBCS" that means Use Multi-Byte Character Set.

      This very important thing for vs compilers. Please fix this.

      I attached changed file...

      Attachments

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

        Activity

          People

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            hronom Eugene Tenkaev
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes