From 0655ccbe181c466f2a93ac44d298c79c1fe46ea4 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 18 Apr 2016 10:56:13 -0700 Subject: Remove items scheduled for removal in 1.6. Change-Id: I4098b281ab9c1f5bc29fe23164dd3a3303759ce0 Reviewed-by: Christian Kandeler --- share/qbs/modules/bundle/BundleModule.qbs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'share/qbs/modules/bundle/BundleModule.qbs') diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs index 88fb6ecd6..7e5e3a32c 100644 --- a/share/qbs/modules/bundle/BundleModule.qbs +++ b/share/qbs/modules/bundle/BundleModule.qbs @@ -260,10 +260,6 @@ Module { patterns: ["Info.plist", "*-Info.plist"] } - // TODO: Remove in 1.6 (deprecated, backwards compatibility) - property path infoPlistFile - Group { name: "Info.plist"; files: bundle.infoPlistFile ? [bundle.infoPlistFile] : [] } - Rule { condition: qbs.targetOS.contains("darwin") multiplex: true -- cgit v1.2.3