summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-14 03:12:32 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-14 03:12:32 (GMT)
commit514fff516a1b4a6f2cb0d648c5fcfa29514ea211 (patch)
treee42ca5c772c5cf70b1a6e702b9121ea72ab794eb /tests/auto
parent46e7c3f7132aac3838bca4510675f8ad7f70a115 (diff)
downloadQt-514fff516a1b4a6f2cb0d648c5fcfa29514ea211.zip
Qt-514fff516a1b4a6f2cb0d648c5fcfa29514ea211.tar.gz
Qt-514fff516a1b4a6f2cb0d648c5fcfa29514ea211.tar.bz2
Add gcov flags
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/qmlbindengine/qmlbindengine.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlbindengine/qmlbindengine.pro b/tests/auto/declarative/qmlbindengine/qmlbindengine.pro
index 6d84931..800d9a0 100644
--- a/tests/auto/declarative/qmlbindengine/qmlbindengine.pro
+++ b/tests/auto/declarative/qmlbindengine/qmlbindengine.pro
@@ -1,3 +1,7 @@
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
+macx:CONFIG -= app_bundle
SOURCES += tst_qmlbindengine.cpp
+
+# QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
+# LIBS += -lgcov