remove unnecessary include paths

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

Change-Id: I6c9c0c3b00377cb8438036c96e5321ffd493523f
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-03-27 20:14:09 +01:00
parent cf5937a8ef
commit 750616f7ac
5 changed files with 0 additions and 11 deletions

View File

@@ -1,5 +1 @@
INCLUDEPATH *= $$PWD/../../shared
INCLUDEPATH *= $$PWD/../../shared/qmljs
INCLUDEPATH *= $$PWD/../../shared/qmljs/parser
LIBS *= -l$$qtLibraryName(QmlJS)