aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtSql/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-06-15 20:26:24 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-06-15 20:34:02 -0300
commit0eb8d670c240b5ea621dba6271139f30cc97790a (patch)
tree312c89435590558ea08f75fc909764b5cd2cfacb /tests/QtSql/CMakeLists.txt
parent13b61ca7e55f52b501de9e028d2d7048836979ba (diff)
Added QVariant::Type as a primitive type.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtSql/CMakeLists.txt')
-rw-r--r--tests/QtSql/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtSql/CMakeLists.txt b/tests/QtSql/CMakeLists.txt
index a94469109..25fba44a0 100644
--- a/tests/QtSql/CMakeLists.txt
+++ b/tests/QtSql/CMakeLists.txt
@@ -1 +1,2 @@
PYSIDE_TEST(qsqldatabaseandqueries_test.py)
+PYSIDE_TEST(qvarianttype_test.py)