aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-02-12 17:04:40 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2018-02-12 16:56:52 +0000
commit497a59f0dc54be5b3530f1803d13dc3b28bacca8 (patch)
tree0425a586252273123119cfe1ccd6ae209a714540 /tests/auto/qquickdrawer/tst_qquickdrawer.cpp
parent92c85dc58c198796b1682b0e9fb3f14ad724abd0 (diff)
tst_QQuickDrawer: run with all styles
Change-Id: I3cbd5aa20f48051ab80cf7e83661f17010129450 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/qquickdrawer/tst_qquickdrawer.cpp')
-rw-r--r--tests/auto/qquickdrawer/tst_qquickdrawer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qquickdrawer/tst_qquickdrawer.cpp b/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
index 9f6a556f..c89ecb62 100644
--- a/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
+++ b/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
@@ -38,6 +38,7 @@
#include <QtTest/qsignalspy.h>
#include "../shared/util.h"
#include "../shared/visualtestutil.h"
+#include "../shared/qtest_quickcontrols.h"
#include <QtGui/qstylehints.h>
#include <QtGui/qtouchdevice.h>
@@ -1219,6 +1220,6 @@ void tst_QQuickDrawer::nonModal()
QVERIFY(closedSpy.wait());
}
-QTEST_MAIN(tst_QQuickDrawer)
+QTEST_QUICKCONTROLS_MAIN(tst_QQuickDrawer)
#include "tst_qquickdrawer.moc"