aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-21 16:17:16 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-22 17:39:51 +0100
commit78c34d31b67c7b67c05bc1c437b82b5fd6c98f4b (patch)
tree99011e3013decf3e9cec1bcf6053648b092d261b /tests
parentfcae81ce68ed68b1e1e9f82291841ef2b6f2f962 (diff)
clean up qmake-generated project
remove "header" and assignmets which are defaults or bogus Change-Id: I1d777f5418b0f353bf276a979c6300a941927e7e Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmarks/declarative/painting/painting.pro13
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/benchmarks/declarative/painting/painting.pro b/tests/benchmarks/declarative/painting/painting.pro
index 69c000624f..ff85b5f5f2 100644
--- a/tests/benchmarks/declarative/painting/painting.pro
+++ b/tests/benchmarks/declarative/painting/painting.pro
@@ -1,16 +1,7 @@
-######################################################################
-# Automatically generated by qmake (2.01a) fr 29. jan 13:57:52 2010
-######################################################################
-
requires(contains(QT_CONFIG,opengl))
-TEMPLATE = app
-TARGET =
-DEPENDPATH += .
-INCLUDEPATH += .
-
-# Input
-SOURCES += paintbenchmark.cpp
QT += opengl
CONFIG += console
macx:CONFIG -= app_bundle
+
+SOURCES += paintbenchmark.cpp