summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@digia.com>2012-09-28 16:58:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-01 12:37:01 +0200
commit9b345360dc1c008150efe57fbd28d6a194132dee (patch)
tree15d3fd877629d19b831ed778556d52595c15b5a6 /tests/auto/declarative/declarative.pro
parentfdbad25c5d5a1792bec5ab72a573fc4ad60378fc (diff)
QtQuick1: fixed qperformancetimer test
It wasn't included in the autotests, and did not compile due to missing defines in the makefile. Change-Id: Ie1e3790422e6c1af2948b1edc38a72e2f8d543ed Reviewed-by: Fanda Vacek <fvacek@rim.com> Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index eeccd281..26304efd 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -71,7 +71,8 @@ contains(QT_CONFIG, private_tests) {
qdeclarativevisualdatamodel \
qdeclarativeworkerscript \
qdeclarativexmllistmodel \
- qpacketprotocol
+ qpacketprotocol \
+ qperformancetimer
# This test requires the xmlpatterns module
!contains(QT_CONFIG,xmlpatterns): SUBDIRS -= qdeclarativexmllistmodel