remove some qmake -project boilerplate from project files
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 12 Apr 2012 10:03:01 +0000 (12:03 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 19 Jun 2012 14:39:52 +0000 (16:39 +0200)
Change-Id: I5e6103db42b4fcca4ed4c2ffaec71e71e73d5b95
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
13 files changed:
src/tools/moc/moc.pro
src/tools/qdbuscpp2xml/qdbuscpp2xml.pro
src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
src/tools/rcc/rcc.pro
src/tools/uic/uic.pro
tests/auto/other/macnativeevents/macnativeevents.pro
tests/auto/widgets/kernel/qapplication/modal/modal.pro
tests/auto/widgets/kernel/qapplication/wincmdline/wincmdline.pro
tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro
tests/benchmarks/corelib/kernel/qvariant/qvariant.pro
tests/benchmarks/gui/animation/qanimation/qanimation.pro
tests/manual/qssloptions/qssloptions.pro

index b40f213..8b53578 100644 (file)
@@ -4,8 +4,8 @@ TARGET          = moc
 
 DEFINES         += QT_MOC QT_NO_CAST_FROM_BYTEARRAY QT_NO_COMPRESS
 DESTDIR         = ../../../bin
-INCLUDEPATH    += $$OUT_PWD/../../corelib/global
-DEPENDPATH     += .
+INCLUDEPATH    += $$OUT_PWD/../../corelib/global
+DEPENDPATH     += $$OUT_PWD/../../corelib/global
 LIBS           =
 OBJECTS_DIR    = .
 
index ae1edf0..a109867 100644 (file)
@@ -6,9 +6,6 @@ DESTDIR = ../../../bin
 
 include(../moc/moc.pri)
 
-INCLUDEPATH += .
-DEPENDPATH += .
-
 INCLUDEPATH += $$QT_BUILD_TREE/include \
                    $$QT_BUILD_TREE/include/QtDBus \
                    $$QT_BUILD_TREE/include/QtDBus/$$QT.dbus.VERSION \
index ac71837..7cefff4 100644 (file)
@@ -4,9 +4,6 @@ TARGET = qdbusxml2cpp
 
 DESTDIR = ../../../bin
 
-INCLUDEPATH += .
-DEPENDPATH += .
-
 include(../bootstrap/bootstrap.pri)
 
 INCLUDEPATH += $$QT_BUILD_TREE/include \
index 8debb03..b224f98 100644 (file)
@@ -4,8 +4,6 @@ TARGET = rcc
 
 DESTDIR = ../../../bin
 DEFINES += QT_RCC
-INCLUDEPATH += .
-DEPENDPATH += .
 
 include(rcc.pri)
 HEADERS += ../../corelib/kernel/qcorecmdlineargs_p.h
index d03645e..c4b7ca2 100644 (file)
@@ -4,8 +4,6 @@ TARGET = uic
 
 DESTDIR = ../../../bin
 DEFINES += QT_UIC
-INCLUDEPATH += .
-DEPENDPATH += .
 
 include(uic.pri)
 include(cpp/cpp.pri)
index 6ec0942..d72a87f 100644 (file)
@@ -1,8 +1,5 @@
 CONFIG += testcase
 TARGET = tst_macnativeevents
-TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
 LIBS += -framework Carbon
 QT += widgets testlib
 HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
index d948992..05e5a7a 100644 (file)
@@ -1,7 +1,4 @@
-TEMPLATE = app
 QT += widgets
-DEPENDPATH += .
-INCLUDEPATH += .
 SOURCES += main.cpp \
     base.cpp
 DESTDIR = ./
index dc579ab..20559ce 100644 (file)
@@ -1,8 +1,7 @@
 CONFIG += testcase
 TARGET = tst_qxmlsimplereader
-TEMPLATE = app
 DEPENDPATH += parser
-INCLUDEPATH += . parser 
+INCLUDEPATH += parser
 
 HEADERS +=  parser/parser.h
 SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp 
index af3be79..3cfb0b4 100644 (file)
@@ -1,7 +1,4 @@
-TEMPLATE = app
 TARGET = tst_bench_qdiriterator
-DEPENDPATH += .
-INCLUDEPATH += .
 
 QT = core testlib
 
index 12d131f..8ea7200 100644 (file)
@@ -1,7 +1,4 @@
-TEMPLATE = app
 TARGET = tst_bench_qvariant
-DEPENDPATH += .
-INCLUDEPATH += .
 QT += testlib
 
 CONFIG += release
index d72e3c8..a585946 100644 (file)
@@ -1,9 +1,6 @@
 QT += widgets testlib
 
-TEMPLATE = app
 TARGET = tst_bench_qanimation
-DEPENDPATH += .
-INCLUDEPATH += .
 
 CONFIG += release
 #CONFIG += debug
index 3fcb696..55d6dd0 100644 (file)
@@ -1,8 +1,5 @@
 CONFIG += testcase
-TEMPLATE = app
 TARGET = tst_qssloptions
-DEPENDPATH += .
-INCLUDEPATH += .
 
 QT -= gui
 QT += network testlib