Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-3442

Qt Creator's editor fails to detect include paths for Maemo 5 projects

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • Qt Creator 2.0.1
    • Remote Linux
    • None
    • Windows 7,
      Fedora 14

    Description

      When I create a .pro file and target Maemo 5 and then add to it some libs that are in the SDK, Qt Creator's text editor fails to detect the correct include path for these libs and underlines the typenames, functions, etc. from these libs. However, these projects still build and run correctly.

      For example:

      maemo5 {
      CONFIG += link_pkgconfig
      PKGCONFIG += libosso mafw mafw-shared glib-2.0
      QT += maemo5
      }

      Then for example,

      #include <libmafw/mafw.h>
      #include <libmafw-shared/mafw-shared.h>
      #include <glib.h>

      Now the project builds fine, but Qt Creator underlines these includes ("No such file or directory") and any occurrences of any type names or functions from these libraries.

      Note that this is true for all other libraries (eg. Glib, Gtk, Hildon, etc, except Qt), not just the ones in my example.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              venemo Timur Kristóf
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes