remove INCLUDEPATH *= $$PWD from plugin .pri files

the include statements are supposed to be written in a way that makes
this unnecessary.

Change-Id: Idf0860b4c594d88477bca4528c5e9d2a172530b4
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-03-25 20:21:46 +01:00
parent 4fa66c8a33
commit 26a141f4ec
4 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
include(analyzerbase_dependencies.pri)
INCLUDEPATH *= $$PWD
LIBS *= -l$$qtLibraryName(AnalyzerBase)