summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-22 13:34:18 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-28 23:29:11 +0100
commitb5de3baa6f6284446bb98d5099816c8318fac0ac (patch)
tree574c340a38bb3d9125292047d9f26566983b54c0 /src
parent19d8a77040b4e17141eaa0f6f1e924f806109d3f (diff)
Add qtest_widget.h to the list of testlib headers
It was missing. Change-Id: I356f6ccddf4fc56e76858fdeaa8ef116e3b680af Reviewed-by: Jason McDonald <macadder1@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/testlib/testlib.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index db908574fd..6b74f23454 100644
--- a/src/testlib/testlib.pro
+++ b/src/testlib/testlib.pro
@@ -26,6 +26,7 @@ HEADERS = qbenchmark.h \
qtesteventloop.h \
qtest_global.h \
qtest_gui.h \
+ qtest_widgets.h \
qtest.h \
qtestkeyboard.h \
qtestmouse.h \