summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-08-05 10:11:42 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-08-05 13:16:29 (GMT)
commit3d3bf7cf3c94225be59966d1c6b79559cc251f95 (patch)
treecace578d99dc94178ad4870af496293d1b0ae803 /tests/auto/auto.pro
parentd1150c5bbf6be125d496ce71570140ea28836ba5 (diff)
downloadQt-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.pro3
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 \