remove obsolete DEPENDPATH assignments

qmake now add CONFIG+=depend_includepath by default, making manual
DEPENDPATH setup unnecessary.

Change-Id: Ie57cf05c369e21b5b9e099b6ce9be4f75da1508f
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-12-14 20:00:54 +01:00 committed by The Qt Project
parent 9d3e87578c
commit 599a58170d
8 changed files with 0 additions and 19 deletions

View File

@ -1,6 +1,5 @@
TEMPLATE = lib
TARGET = $$qtLibraryTarget(libGLESv2)
DEPENDPATH += . shaders
CONFIG += simd
include(../common/common.pri)

View File

@ -41,16 +41,6 @@ load(qt_module)
INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
DEPENDPATH += $$INCLUDEPATH \
../../corelib/global \
../../corelib/kernel \
../../corelib/tools \
../../corelib/io \
../../corelib/codecs \
../../corelib/json \
../../xml/dom \
../../xml/sax
SOURCES += \
../../corelib/codecs/qlatincodec.cpp \
../../corelib/codecs/qtextcodec.cpp \

View File

@ -5,9 +5,6 @@ DEFINES += QDOC2_COMPAT
INCLUDEPATH += $$QT_SOURCE_TREE/src/tools/qdoc \
$$QT_SOURCE_TREE/src/tools/qdoc/qmlparser
DEPENDPATH += $$QT_SOURCE_TREE/src/tools/qdoc \
$$QT_SOURCE_TREE/src/tools/qdoc/qmlparser
# Increase the stack size on MSVC to 4M to avoid a stack overflow
win32-msvc*:{
QMAKE_LFLAGS += /STACK:4194304

View File

@ -1,6 +1,5 @@
CONFIG += testcase
TARGET = tst_qxmlsimplereader
DEPENDPATH += parser
INCLUDEPATH += parser
HEADERS += parser/parser.h

View File

@ -1,5 +1,4 @@
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
QT *= network

View File

@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = qtimer_vs_qmetaobject
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += release

View File

@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = qmaccocoaviewcontainer
DEPENDPATH += .
INCLUDEPATH += .
QT += widgets
LIBS += -framework Cocoa

View File

@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = highdpi
DEPENDPATH += .
INCLUDEPATH += .
QT += widgets