From 4bc65664627c6359c45754fb89022e00d616441b Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 13 Apr 2016 17:26:45 +0200 Subject: Controls: rename the C++ module to qtquickcontrols2 Change-Id: I087a39baebc296a340739161874636926adaa56c Reviewed-by: J-P Nurmi --- tests/auto/applicationwindow/applicationwindow.pro | 2 +- tests/auto/applicationwindow/tst_applicationwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/applicationwindow') diff --git a/tests/auto/applicationwindow/applicationwindow.pro b/tests/auto/applicationwindow/applicationwindow.pro index f6861ee4..8eb1c933 100644 --- a/tests/auto/applicationwindow/applicationwindow.pro +++ b/tests/auto/applicationwindow/applicationwindow.pro @@ -4,7 +4,7 @@ SOURCES += tst_applicationwindow.cpp osx:CONFIG -= app_bundle -QT += core-private gui-private qml-private quick-private quicktemplates2-private quickcontrols-private testlib +QT += core-private gui-private qml-private quick-private quicktemplates2-private quickcontrols2-private testlib include (../shared/util.pri) diff --git a/tests/auto/applicationwindow/tst_applicationwindow.cpp b/tests/auto/applicationwindow/tst_applicationwindow.cpp index c3488148..927c1d35 100644 --- a/tests/auto/applicationwindow/tst_applicationwindow.cpp +++ b/tests/auto/applicationwindow/tst_applicationwindow.cpp @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include "../shared/util.h" #include "../shared/visualtestutil.h" -- cgit v1.2.3