summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:12:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 15:40:36 +0200
commit28d9274538014df8e61d63e0af73efd3ade4eeac (patch)
tree0c67c3ce9dc0fd014af78f4eacd6a4073c832f13 /tests
parentf0db5ceeab8048aca6f7cf56cb2e6f098882fda9 (diff)
remove qmake -project boilerplate
Change-Id: I22368f64dcb046b2d0a0296ff506be4a02acd887 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/mng/mng.pro3
-rw-r--r--tests/auto/tga/tga.pro3
-rw-r--r--tests/auto/tiff/tiff.pro3
-rw-r--r--tests/auto/wbmp/wbmp.pro3
-rw-r--r--tests/benchmarks/mng/mng.pro3
-rw-r--r--tests/benchmarks/tiff/tiff.pro3
6 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/mng/mng.pro b/tests/auto/mng/mng.pro
index fcd0718..64545a0 100644
--- a/tests/auto/mng/mng.pro
+++ b/tests/auto/mng/mng.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_qmng
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core gui testlib
CONFIG -= app_bundle
diff --git a/tests/auto/tga/tga.pro b/tests/auto/tga/tga.pro
index 3dd9064..14d51c6 100644
--- a/tests/auto/tga/tga.pro
+++ b/tests/auto/tga/tga.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_qtga
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core gui testlib
CONFIG -= app_bundle
diff --git a/tests/auto/tiff/tiff.pro b/tests/auto/tiff/tiff.pro
index 739a5e0..29ed9eb 100644
--- a/tests/auto/tiff/tiff.pro
+++ b/tests/auto/tiff/tiff.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_qtiff
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core gui testlib
CONFIG -= app_bundle
diff --git a/tests/auto/wbmp/wbmp.pro b/tests/auto/wbmp/wbmp.pro
index e557184..f8b0bdd 100644
--- a/tests/auto/wbmp/wbmp.pro
+++ b/tests/auto/wbmp/wbmp.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_qwbmp
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core gui testlib
CONFIG -= app_bundle
diff --git a/tests/benchmarks/mng/mng.pro b/tests/benchmarks/mng/mng.pro
index 13b0bbf..972ba98 100644
--- a/tests/benchmarks/mng/mng.pro
+++ b/tests/benchmarks/mng/mng.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_bench_qmng
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core gui testlib
CONFIG -= app_bundle
diff --git a/tests/benchmarks/tiff/tiff.pro b/tests/benchmarks/tiff/tiff.pro
index 61187d6..61ddc73 100644
--- a/tests/benchmarks/tiff/tiff.pro
+++ b/tests/benchmarks/tiff/tiff.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_bench_qtiff
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core gui testlib
CONFIG -= app_bundle