From 13604e3fcc12a536d228f415ce65ca1c86b7015b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Sun, 4 Sep 2016 20:06:12 +0200 Subject: Eradicate Q_FOREACH loops and mark the libraries as Q_FOREACH-free Change-Id: I4dbad7ab4c9f467b2e2fd90eff44e1c4a58d43e2 Reviewed-by: Jake Petroules --- src/imports/winextras/winextras.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/imports/winextras/winextras.pro') diff --git a/src/imports/winextras/winextras.pro b/src/imports/winextras/winextras.pro index 019c7de..0d6ec55 100644 --- a/src/imports/winextras/winextras.pro +++ b/src/imports/winextras/winextras.pro @@ -5,6 +5,8 @@ IMPORT_VERSION = 1.0 QT += qml quick winextras winextras-private +DEFINES += QT_NO_FOREACH + QML_FILES += \ JumpListLink.qml \ JumpListDestination.qml \ -- cgit v1.2.3