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

Non portable path separators

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.1.10
    • 1.1.8
    • General
    • None
    • 9467a6487bd3751f376fc7786267ff0c

    Description

      I have just passed from the old Visual Integration stuff, to the Visual Addin.
      One "small thing" has changed that is a major problem for me... relative paths in #include files, now use non-portable separators.
      For instance, the moc file will get:

      #include "..\..\H\Dialog.h"

      and not

      #include "../../H/Dialog.h"

      This means the generated files can't be compiled eg. on the Mac... not good for a portable tool kit
      Because there is no XCode addin similar to the Visual addin, my XCode project use the files generated from the Visual project. Perfect method so far (1 million lines app), until... I use the Visual Addin...

      Attachments

        Activity

          People

            owolff Oliver Wolff
            jirauser26727 user-04d21 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: