Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6665

Compilation errors using Microsoft Visual Studio 2008

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 4.6.1
    • 4.6.0
    • D-Bus
    • None
    • c73d4f8b55dbb79b7a2df38d167a7c5ffd4520ce

    Description

      For compilation errors about "_p.h not found". Headers or source code having #include <qdbus_symbols_p.h>, #include <qdbusabstractinterface_p.h>, #include <qdbusmetaobject_p.h>, #include "qdbusmessage_p.h" or #include "qdbusconnection_p.h" or any other private headers of QDBus haven't the correct way of including these headers. I fixed up that by replacing every <_p.h> or "_p.h" with "private/_p.h".

      I also find a bunch of warnings coming from every inclusion to "qdbus_symbols_p.h" making use of a deprecate function. I fix up this by inserting the following code into line 60 of that header:

      #if defined Q_CC_MSVC
      #pragma warning (disable:4996)
      #endif

      Attachments

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

        Activity

          People

            tmacieir Thiago Macieira (closed Nokia identity) (Inactive)
            delverdl Delver Domingo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes