forked from qt-creator/qt-creator
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 <jani.heikkinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Eike Ziller
parent
06ba701fb0
commit
ca3e082b35
3
dist/installer/mac/ios_qt.conf
vendored
3
dist/installer/mac/ios_qt.conf
vendored
@@ -1,5 +1,2 @@
|
|||||||
[Paths]
|
[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
|
Plugins = ../../PlugIns
|
||||||
|
Reference in New Issue
Block a user