[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 178386] New: kdevelop does not supports custom include paths
From:       RafaƂ Malinowski <malinowskirafal () wp ! pl>
Date:       2008-12-21 17:23:18
Message-ID: bug-178386-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

http://bugs.kde.org/show_bug.cgi?id=178386

           Summary: kdevelop does not supports custom include paths
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: malinowskirafal@wp.pl


Version:           3.9.84 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Hello.

I'm one of authors of Kadu (www.kadu.net) project.
We are using CMake and Qt4.4. Qt includes are done in this way:


#include <QtCore/QExplicitlySharedDataPointer>
#include <QtCore/QObject>
#include <QtCore/QUuid>
#include <QtXml/QDomElement>


Qt configuration in CMake:


set (QT_MIN_VERSION "4.4.0")
find_package (Qt4 REQUIRED)
set(QT_USE_QTXML 1)
set(QT_USE_QNETWORK 1)
set(QT_USE_QT3SUPPORT 1)
set(QT_USE_QTWEBKIT 1)
include(${QT_USE_FILE})
include_directories (${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/kadu-core ${QT_INCLUDES})




So for example <QtCore/QObject> file is in  /usr/include/qt4/QtCore/QObject
file.

When #include is done this way:

<QtCore/QObject>

kdevelop4 does not see it

when #include is done this way:

<qt4/QtCore/QObject>

kdevelop sees it and allows for auto-completion.



If kdevelop would support custom include paths it would be nice ;)


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic