> On May 23, 2015, at 05:03, Ariel Molina wrote:
>
> Hi,
>
> I solved the problem, just want to share,
>
> On Wed, May 20, 2015 at 12:16 PM, Edward Sutton
> wrote:
> I understand the config commands used to build Qt packages are here:
>
> http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packagi
Hi,
I solved the problem, just want to share,
On Wed, May 20, 2015 at 12:16 PM, Edward Sutton
wrote:
> I understand the config commands used to build Qt packages are here:
>
> http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config
>
>
I just followed your suggestion but using
Well the last lines are
/Users/edis/projects/qt5/qtbase/bin/qmake -o Makefile xmlpatterns.pro
> /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.Device
> install
> xcodebuild install -scheme xmlpatterns -sdk iphoneos -configuration Release
> Build settings from command line:
>
Hi,
Unfortunatly the snapshots are of no use to me, I was patching a bug in
Desktop and then tried to test this fix in iOS. It's a very simple patch,
but needs full Qt rebuild.
Ariel
On Wed, May 20, 2015 at 1:12 PM, Edward Sutton
wrote:
> On May 20, 2015, at 12:55 PM, Ariel Molina wrote:
>
>
It's been a while since I compiled for iOS, but I recall having to run
in the terminal on the build machine itself. Compiling over ssh did not
work because of some signing issue, keystore access or some such was not
available in ssh shell.
I'm not sure if you have the same issue or not.
Just
On May 20, 2015, at 12:55 PM, Ariel Molina
mailto:ar...@edis.mx>> wrote:
>To be exactly, it compiles with make, but sudo make install fails.
We are in “the same boat” then.
That is the same issue I have building and installing Qt 5.5 iOS.
New Qt 5.5 snapshots are available if that may help:
To be exactly, it compiles with make, but *sudo make install* fails.
On Wed, May 20, 2015 at 11:54 AM, Ariel Molina wrote:
> I was tracking a bug in Qt for desktop, then tried to test it on iOS but i
> cant build Qt 5 for iOS.
>
> I have a valid Apple Account, paid for the license and I can buil
I understand the config commands used to build Qt packages are here:
http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config
Qt iOS Enterprise:
http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config/configure_ios_enterprise
-commercial -confirm-license -debug-and
I was tracking a bug in Qt for desktop, then tried to test it on iOS but i
cant build Qt 5 for iOS.
I have a valid Apple Account, paid for the license and I can build XCode
and Qt apps for iPad, it works, but not Qt itself, here's my procedure
1. Git clone qt5
2. perl init-repository
3.