diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-08-05 10:11:42 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-08-05 13:16:29 (GMT) |
commit | 3d3bf7cf3c94225be59966d1c6b79559cc251f95 (patch) | |
tree | cace578d99dc94178ad4870af496293d1b0ae803 /tests/auto/auto.pro | |
parent | d1150c5bbf6be125d496ce71570140ea28836ba5 (diff) | |
download | Qt-3d3bf7cf3c94225be59966d1c6b79559cc251f95.zip Qt-3d3bf7cf3c94225be59966d1c6b79559cc251f95.tar.gz Qt-3d3bf7cf3c94225be59966d1c6b79559cc251f95.tar.bz2 |
Autotest: add QSharedPointer and QWeakPointer tests for QWidget too
I don't want to link the tst_qsharedpointer test to QtGui, so I
created a new test.
This is testing only the basic manipulations. In special, it's not
testing invalid constructs.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 2550dcd..c923dee 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -270,7 +270,8 @@ SUBDIRS += _networkselftest \ qscriptenginedebugger \ qscrollarea \ qsemaphore \ - qsharedpointer \ + qsharedpointer \ + qsharedpointer_and_qwidget \ qsequentialanimationgroup \ qset \ qsettings \ |