From 497a59f0dc54be5b3530f1803d13dc3b28bacca8 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 12 Feb 2018 17:04:40 +0100 Subject: tst_QQuickDrawer: run with all styles Change-Id: I3cbd5aa20f48051ab80cf7e83661f17010129450 Reviewed-by: Mitch Curtis --- tests/auto/qquickdrawer/tst_qquickdrawer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include "../shared/util.h" #include "../shared/visualtestutil.h" +#include "../shared/qtest_quickcontrols.h" #include #include @@ -1219,6 +1220,6 @@ void tst_QQuickDrawer::nonModal() QVERIFY(closedSpy.wait()); } -QTEST_MAIN(tst_QQuickDrawer) +QTEST_QUICKCONTROLS_MAIN(tst_QQuickDrawer) #include "tst_qquickdrawer.moc" -- cgit v1.2.3