From d91cf1e53b450483d92c50965fd3c33ab1da4300 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 21 Feb 2012 16:09:30 +0100 Subject: clean up qmake-generated projects remove "header" and assignmets which are defaults or bogus, reorder some assignments. Change-Id: I67403872168c890ca3b696753ceb01c605d19be7 Reviewed-by: Rohan McGovern --- tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro') diff --git a/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro index 1db78e332d..d278e9e721 100644 --- a/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro +++ b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro @@ -1,7 +1,5 @@ TEMPLATE = app TARGET = jpeg -DEPENDPATH += . -INCLUDEPATH += . QT += testlib CONFIG += release @@ -11,5 +9,4 @@ wince*: { DEFINES += SRCDIR=\\\"$$PWD/\\\" } -# Input SOURCES += jpeg.cpp -- cgit v1.2.3