forked from qt-creator/qt-creator
qbs files: Consolidate includePaths in QtcLibrary and QtcPlugin
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
009c3f1a26
commit
614bb33589
@@ -29,12 +29,11 @@
|
||||
**************************************************************************/
|
||||
|
||||
#include "callgrindcontroller.h"
|
||||
#include "../valgrindprocess.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
|
||||
#include <valgrindprocess.h>
|
||||
|
||||
#include <utils/hostosinfo.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <ssh/sftpchannel.h>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#ifndef VALGRIND_CALLGRIND_CALLGRINDRUNNER_H
|
||||
#define VALGRIND_CALLGRIND_CALLGRINDRUNNER_H
|
||||
|
||||
#include <valgrindrunner.h>
|
||||
#include "../valgrindrunner.h"
|
||||
|
||||
#include "callgrindcontroller.h"
|
||||
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
|
||||
#include "memcheckrunner.h"
|
||||
|
||||
#include <xmlprotocol/error.h>
|
||||
#include <xmlprotocol/status.h>
|
||||
#include <xmlprotocol/threadedparser.h>
|
||||
#include "../xmlprotocol/error.h"
|
||||
#include "../xmlprotocol/status.h"
|
||||
#include "../xmlprotocol/threadedparser.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#ifndef VALGRIND_PROTOCOL_MEMCHECKRUNNER_H
|
||||
#define VALGRIND_PROTOCOL_MEMCHECKRUNNER_H
|
||||
|
||||
#include <valgrindrunner.h>
|
||||
#include "../valgrindrunner.h"
|
||||
|
||||
namespace Valgrind {
|
||||
|
||||
|
||||
@@ -13,15 +13,6 @@ QtcPlugin {
|
||||
Depends { name: "RemoteLinux" }
|
||||
Depends { name: "CPlusPlus"}
|
||||
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [
|
||||
".",
|
||||
"valgrind",
|
||||
"..",
|
||||
"../../libs",
|
||||
buildDirectory
|
||||
]
|
||||
|
||||
files: [
|
||||
"callgrindcostdelegate.cpp",
|
||||
"callgrindcostdelegate.h",
|
||||
@@ -118,4 +109,3 @@ QtcPlugin {
|
||||
"xmlprotocol/threadedparser.h",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user