Skip to content
Snippets Groups Projects
Commit 750616f7 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

remove unnecessary include paths


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

Change-Id: I6c9c0c3b00377cb8438036c96e5321ffd493523f
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent cf5937a8
No related branches found
No related tags found
No related merge requests found
INCLUDEPATH *= $$PWD
INCLUDEPATH *= $$PWD/easingpane
QT += declarative QT += declarative
LIBS *= -l$$qtLibraryName(QmlEditorWidgets) LIBS *= -l$$qtLibraryName(QmlEditorWidgets)
......
INCLUDEPATH *= $$PWD/../../shared
INCLUDEPATH *= $$PWD/../../shared/qmljs
INCLUDEPATH *= $$PWD/../../shared/qmljs/parser
LIBS *= -l$$qtLibraryName(QmlJS) LIBS *= -l$$qtLibraryName(QmlJS)
INCLUDEPATH += $$PWD
LIBS *= -l$$qtLibraryName(zeroconf) LIBS *= -l$$qtLibraryName(zeroconf)
...@@ -9,8 +9,6 @@ include(../../qtcreatorplugin.pri) ...@@ -9,8 +9,6 @@ include(../../qtcreatorplugin.pri)
DEFINES += DEBUGGER_LIBRARY DEFINES += DEBUGGER_LIBRARY
INCLUDEPATH += $$PWD/../../libs/utils
QT += gui \ QT += gui \
network \ network \
script script
......
...@@ -4,7 +4,6 @@ QT += xml script declarative ...@@ -4,7 +4,6 @@ QT += xml script declarative
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
include(customwizard/customwizard.pri) include(customwizard/customwizard.pri)
INCLUDEPATH += $$PWD/../../libs/utils
HEADERS += projectexplorer.h \ HEADERS += projectexplorer.h \
abi.h \ abi.h \
abiwidget.h \ abiwidget.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment