Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-899

Remove UNICODE;_UNICODE from qt props files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 2.7.1 (rev.15)
    • General
    • None
    • Windows. Visual Studio 2019.
    • Windows
    • e9cd76dac (dev)

      UNICODE is set by default for new Qt projects, but unicode is not compatible with QApplication.

      For example:

        With unicode set:

      int __cdecl _tmain(int argc, TCHAR *argv[])
      {
       QApplication app(argc, argv);

      will not compile.  There is no unicode version of QApplication defined.

        For Gerrit Dashboard: QTVSADDINBUG-899
        # Subject Branch Project Status CR V

            ali.demiralp Ali Can Demiralp (Inactive)
            doug_rogers Doug Rogers
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes