summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-02-07 14:45:09 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-02-07 14:45:09 (GMT)
commitd7a91cfe8683309883694fbbf508e5fc42d44165 (patch)
tree95e248d34d10015778f7a00477c59e265501d443 /tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro
parentb7aa20e56b3ed45cf00d8a57696e6d8ac803f9b4 (diff)
parentc39b3d42dda26b1f9576906cd001236c9d96e06a (diff)
downloadQt-d7a91cfe8683309883694fbbf508e5fc42d44165.zip
Qt-d7a91cfe8683309883694fbbf508e5fc42d44165.tar.gz
Qt-d7a91cfe8683309883694fbbf508e5fc42d44165.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Conflicts: doc/src/declarative/propertybinding.qdoc src/declarative/util/qdeclarativeview.cpp
Diffstat (limited to 'tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro')
-rw-r--r--tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro b/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro
new file mode 100644
index 0000000..a39cd3d
--- /dev/null
+++ b/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro
@@ -0,0 +1,8 @@
+load(qttest_p4)
+QT += declarative
+TEMPLATE = app
+TARGET = tst_qperformancetimer
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qperformancetimer.cpp
+