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
@@ -30,12 +30,12 @@
|
||||
|
||||
#include "qt4runconfiguration.h"
|
||||
|
||||
#include "makestep.h"
|
||||
#include "qt4nodes.h"
|
||||
#include "qt4project.h"
|
||||
#include "qt4buildconfiguration.h"
|
||||
#include "qt4projectmanagerconstants.h"
|
||||
#include "qmakestep.h"
|
||||
#include "../makestep.h"
|
||||
#include "../qt4nodes.h"
|
||||
#include "../qt4project.h"
|
||||
#include "../qt4buildconfiguration.h"
|
||||
#include "../qt4projectmanagerconstants.h"
|
||||
#include "../qmakestep.h"
|
||||
|
||||
#include <coreplugin/coreconstants.h>
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
Reference in New Issue
Block a user