aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/menu/menu.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-16 16:37:02 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:51:12 +0000
commita0d44a16535cc6e751045185e40bbd6c6edaf87a (patch)
tree9a9251ad017e5f65f9017d83510ae0d438997c8c /tests/auto/menu/menu.pro
parent3b73180ca021411a08fab64a3e49e15ba234aa9e (diff)
Rename Qt Labs Controls to Qt Quick Controls 2 - build system
The imports will be done later, as we don't want to change them until the module is releasable (which requires things like selection handles, etc.). Change-Id: I2140cff7058fc3b696e92ca8c0e5e06dca9a7c9c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/menu/menu.pro')
-rw-r--r--tests/auto/menu/menu.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/menu/menu.pro b/tests/auto/menu/menu.pro
index 2dd2ac7f..71bb0fb0 100644
--- a/tests/auto/menu/menu.pro
+++ b/tests/auto/menu/menu.pro
@@ -4,7 +4,7 @@ SOURCES += tst_menu.cpp
osx:CONFIG -= app_bundle
-QT += core-private gui-private qml-private quick-private testlib labstemplates-private
+QT += core-private gui-private qml-private quick-private testlib quicktemplates-private
include (../shared/util.pri)