From ca3e082b3567e5aa21b4c3fb221824642d98ee89 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Wed, 11 Jun 2014 16:05:11 +0200 Subject: [PATCH] packaging: fix qt.conf for ios tools Qt 5.3.1 does not set the profix only based on the use of QGuiApplication but actually checks if the app is a bundle, so the Prefix hack in the qt.conf for the ios tools is not needed anymore. Task-number: QTCREATORBUG-12393 Change-Id: I6a228d83370bc62929ffd056b9b3051e4562485e Reviewed-by: Jani Heikkinen Reviewed-by: Kai Koehne Reviewed-by: Eike Ziller --- dist/installer/mac/ios_qt.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist/installer/mac/ios_qt.conf b/dist/installer/mac/ios_qt.conf index 11b9a3ab644..9e239d6193d 100644 --- a/dist/installer/mac/ios_qt.conf +++ b/dist/installer/mac/ios_qt.conf @@ -1,5 +1,2 @@ [Paths] -# prefix must be one up because Qt makes it relative to the app's Contents/ path, -# even if that doesn't exist! -Prefix = .. Plugins = ../../PlugIns