aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtScript/CMakeLists.txt
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-07-06 18:44:00 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-07-08 11:27:38 -0300
commit1c4ee915c07daae9919e890072593b51e54c9aec (patch)
tree19424c508a942a202711fe65530894c10aaa7282 /tests/QtScript/CMakeLists.txt
parent693ae6d6c4073a483524af48e7a1a0ad1fba1131 (diff)
Implemented support to properties on QMetaObject.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtScript/CMakeLists.txt')
-rw-r--r--tests/QtScript/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtScript/CMakeLists.txt b/tests/QtScript/CMakeLists.txt
index e496591c7..41fc2c444 100644
--- a/tests/QtScript/CMakeLists.txt
+++ b/tests/QtScript/CMakeLists.txt
@@ -1,2 +1,3 @@
PYSIDE_TEST(base_test.py)
PYSIDE_TEST(engine_test.py)
+PYSIDE_TEST(property_test.py)