aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:21:19 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:38 +0000
commitb948c83255239a6fe49fca58a98f90e796ce9047 (patch)
tree39f0b531c0247daeb9f247dce61951529b3fca19 /sync.profile
parent98e7b3cca484df43838fe834dcaf1f97f45c659f (diff)
Rename QtQuick.Templates 2.0 to Qt.labs.templates 1.0
Change-Id: I3263a600065dfa2bfe7334ec44a74e2dca83aa36 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index a365aca9..904a3a62 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,5 @@
%modules = ( # path to module name map
- "QtQuickTemplates" => "$basedir/src/templates",
+ "QtLabsTemplates" => "$basedir/src/templates",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);