summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-21 16:09:30 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-24 05:18:30 +0100
commitd91cf1e53b450483d92c50965fd3c33ab1da4300 (patch)
treeb4fefc1e3cb6b740731cf927093bab8cc9010ff8 /tests/auto/xml/sax
parent194899df2443c72ff38aaed9b1b26fc3a192a6f0 (diff)
clean up qmake-generated projects
remove "header" and assignmets which are defaults or bogus, reorder some assignments. Change-Id: I67403872168c890ca3b696753ceb01c605d19be7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/xml/sax')
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro13
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro1
2 files changed, 1 insertions, 13 deletions
diff --git a/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro b/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro
index 93167f81c8..f801200942 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro
+++ b/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro
@@ -1,15 +1,4 @@
-######################################################################
-# Automatically generated by qmake (1.06a) Thu Jun 5 19:00:42 2003
-######################################################################
-
-TEMPLATE = app
-INCLUDEPATH += .
+QT += xml
-# Input
HEADERS += parser.h
SOURCES += main.cpp parser.cpp
-
-CONFIG += qt warn_on debug
-QT += xml
-
-
diff --git a/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro b/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
index cec33ded18..dc579ab742 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
+++ b/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
@@ -4,7 +4,6 @@ TEMPLATE = app
DEPENDPATH += parser
INCLUDEPATH += . parser
-# Input
HEADERS += parser/parser.h
SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp