remove some qmake -project boilerplate from project files

Change-Id: I5e6103db42b4fcca4ed4c2ffaec71e71e73d5b95
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Oswald Buddenhagen 2012-04-12 12:03:01 +02:00
parent 812adb58ba
commit 07581a87f8
13 changed files with 3 additions and 35 deletions

View 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 = .

View 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 \

View File

@ -4,9 +4,6 @@ TARGET = qdbusxml2cpp
DESTDIR = ../../../bin
INCLUDEPATH += .
DEPENDPATH += .
include(../bootstrap/bootstrap.pri)
INCLUDEPATH += $$QT_BUILD_TREE/include \

View File

@ -4,8 +4,6 @@ TARGET = rcc
DESTDIR = ../../../bin
DEFINES += QT_RCC
INCLUDEPATH += .
DEPENDPATH += .
include(rcc.pri)
HEADERS += ../../corelib/kernel/qcorecmdlineargs_p.h

View File

@ -4,8 +4,6 @@ TARGET = uic
DESTDIR = ../../../bin
DEFINES += QT_UIC
INCLUDEPATH += .
DEPENDPATH += .
include(uic.pri)
include(cpp/cpp.pri)

View 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

View File

@ -1,7 +1,4 @@
TEMPLATE = app
QT += widgets
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp \
base.cpp
DESTDIR = ./

View File

@ -1,6 +1,3 @@
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
QT += widgets
SOURCES += main.cpp
DESTDIR = ./

View 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

View File

@ -1,7 +1,4 @@
TEMPLATE = app
TARGET = tst_bench_qdiriterator
DEPENDPATH += .
INCLUDEPATH += .
QT = core testlib

View File

@ -1,7 +1,4 @@
TEMPLATE = app
TARGET = tst_bench_qvariant
DEPENDPATH += .
INCLUDEPATH += .
QT += testlib
CONFIG += release

View File

@ -1,9 +1,6 @@
QT += widgets testlib
TEMPLATE = app
TARGET = tst_bench_qanimation
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += release
#CONFIG += debug

View File

@ -1,8 +1,5 @@
CONFIG += testcase
TEMPLATE = app
TARGET = tst_qssloptions
DEPENDPATH += .
INCLUDEPATH += .
QT -= gui
QT += network testlib