summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/behaviors/behaviors.pro
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-10-12 22:42:30 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-10-12 22:42:30 (GMT)
commit231604bc063c002240479b69baa8110c2c83e9e1 (patch)
tree6df309ba571b758dd39dca33515a400a53fd369a /tests/auto/declarative/behaviors/behaviors.pro
parent68c69f88d4c3a7b9f24162a4c7708ded7caba90e (diff)
downloadQt-231604bc063c002240479b69baa8110c2c83e9e1.zip
Qt-231604bc063c002240479b69baa8110c2c83e9e1.tar.gz
Qt-231604bc063c002240479b69baa8110c2c83e9e1.tar.bz2
Behavior fix plus basic autotests.
Diffstat (limited to 'tests/auto/declarative/behaviors/behaviors.pro')
-rw-r--r--tests/auto/declarative/behaviors/behaviors.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/behaviors/behaviors.pro b/tests/auto/declarative/behaviors/behaviors.pro
new file mode 100644
index 0000000..c96d2c0
--- /dev/null
+++ b/tests/auto/declarative/behaviors/behaviors.pro
@@ -0,0 +1,5 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+SOURCES += tst_behaviors.cpp
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"