diff options
author | Eike Ziller <eike.ziller@digia.com> | 2013-10-02 16:09:23 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2013-10-07 15:32:10 +0200 |
commit | c05e9d52b2721d442c62e1ce4ed1058a756bf396 (patch) | |
tree | fe7075c906d2d8b6a455c5b2041b874a4d1af58b /dist | |
parent | 810274d038dc1daf22db42de1b5318d5157ffb85 (diff) | |
download | qt-creator-c05e9d52b2721d442c62e1ce4ed1058a756bf396.tar.gz |
Ios: Move tools to <libexec>/ios, make them lowercase, fix deployment
They can't be directly in libexec path, because then they couldn't have
their own qt.conf for resolving the Cocoa platform plugin.
Change-Id: I8f3fae85c548747a7d826c078c7ac1fb0a836b43
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/installer/mac/ios_qt.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/installer/mac/ios_qt.conf b/dist/installer/mac/ios_qt.conf new file mode 100644 index 0000000000..11b9a3ab64 --- /dev/null +++ b/dist/installer/mac/ios_qt.conf @@ -0,0 +1,5 @@ +[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 |