summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-06-09 06:30:30 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-06-09 06:30:30 (GMT)
commitafa01e3ef7cb367c1becbde16aa065f10e7b6c1f (patch)
tree34d37fe72c07f57fa731d91c1d6359e4b27ba747 /tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro
parentb42a7c06f0a079fff9c0da90dd4dc71fe50397f9 (diff)
parent17fcc84e5ebcf09f80a4bbebafde913d0422a91e (diff)
downloadQt-afa01e3ef7cb367c1becbde16aa065f10e7b6c1f.zip
Qt-afa01e3ef7cb367c1becbde16aa065f10e7b6c1f.tar.gz
Qt-afa01e3ef7cb367c1becbde16aa065f10e7b6c1f.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (29 commits) Small optimization when checking if MouseArea's onPressAndHold is Fix autotest. Fixed `nmake clean' breaking declarative imports on Windows. Fix drawing flicker on Qml Viewer startup Fix snake demo Add qmlmethod Item::childAt() to delarative item Cursor positioning in QTextDocument after undo() Fix slow network access in qmlviewer (Windows) Don't layout multiple times when an ancestor becomes (in)visible. Add an example of animated item add/remove in ListView Add test for PropertyChanges with attached properties. Make declarative autotests compile on Symbian abld build system Accept enter key in the webbrower demo url input. Keep reported point/pixel size in sync. Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput has lost focus Ensure state operations assigned to the default state are triggered Add image example. Fix regression in input panel autotests Improve docs about Qml component case sensitivity. Add some performance tips to QML docs. ...
Diffstat (limited to 'tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro')
-rw-r--r--tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro b/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro
index d95165c..398139a 100644
--- a/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro
+++ b/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro
@@ -4,9 +4,7 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativetimer.cpp
-symbian: {
- DEFINES += SRCDIR=\".\"
-} else {
+!symbian: {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}