[Interest] qt.labs.samples

Nurmi J-P jpnurmi at theqtcompany.com
Sun Feb 7 14:15:36 CET 2016


Since you’re interested running the app on Android/iOS ie. on a remote device/emulator/simulator instead of locally on the host, opening gallery.pro in Qt Creator and letting it handle the deployment and execution of the app for you is the easiest option.

--
J-P Nurmi



> On 07 Feb 2016, at 14:10, ekke <ekke at ekkes-corner.org> wrote:
> 
> thx
> make install worked - wasn#t sure if I should execute because make failed
> 
> now tried the gallery
> make runs without error
> 
> but
> your last line:
> ./gallery
> failed (no such file)
> 
> thx again
> 
> ekke
> 
> Am 07.02.16 um 14:01 schrieb Nurmi J-P:
>> Looks like it tries to link the new plugin to an old library in Qt 5.6-beta. Running ‘make install’ in the qtquickcontrols2 folder should help. :)
>> 
>> --
>> J-P Nurmi
>> 
>> 
>> 
>> 
>>> On 07 Feb 2016, at 13:54, ekke <ekke at ekkes-corner.org>
>>>  wrote:
>>> 
>>> Hi,
>>> 
>>> thanks responding on a sunday !
>>> 
>>> Now I understand the structure better.
>>> 
>>> had to set the ANDROID_NDK_ROOT variable
>>> then make runs some time, but finished with an error
>>> see attached log
>>> 
>>> sorry for trouble
>>> 
>>> thx
>>> 
>>> ekke
>>> Am 07.02.16 um 13:35 schrieb Nurmi J-P:
>>> 
>>>>> On 07 Feb 2016, at 13:24, ekke <ekke at ekkes-corner.org>
>>>>> 
>>>>>  wrote:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> I'm not really sure what to do.
>>>>> 
>>>>> My environment:
>>>>> 	• Qt with commercial license to evaluate
>>>>> 	• OSX
>>>>> 	• installed Qt 5.6 beta for Android and iOS
>>>>> 
>>>>> Now I have cloned the two qt projects you mentioned
>>>>>  but there's no 
>>>>> $ path/to/Qt5.6-beta/bin/qmake
>>>>> I have three folders
>>>>> android_armv7, clang_64, ios
>>>>> each with a bin/qmake
>>>>> where should I execute the make install ?
>>>>> 
>>>>> 
>>>> Use qmake from that Qt build that you want to test the latest controls with. For example, if you have installed Qt 5.6.0 beta to ~/Qt5.6 and you want to test on Android, you would run ~/Qt5.6/5.6/android_armv7/bin/qmake in the root of the qtquickcontrols2 repository folder. Proceed to building with ‘make', and installing with ‘make install’ in the same qtquickcontrols2 root folder. This will overwrite the controls from that particular Qt installation (that you used qmake from). Then repeat the same steps for qtgraphicaleffects to fix the Material style.
>>>> 
>>>> If you want to do the same for iOS, wipe out the old builds (or clone new repos, whichever you prefer) and repeat the same steps except that this time you would run qmake from ~/Qt5.6/5.6/ios/bin/qmake.
>>>> 
>>>> 
>>>> 
>>>>> also there's no
>>>>> examples/controls/gallery
>>>>> only
>>>>> examples/Qt-5.6
>>>>> 
>>>>> 
>>>> The example is not shipped with the beta package. It’s in the qtquickcontrols2 Git repository that you cloned.
>>>> 
>>>> --
>>>> J-P Nurmi
>>>> 
>>>> 
>>>> 
>>> 
>>> -- 
>>> ekke (ekkehard gentz)
>>> 
>>> independent software architect
>>> international development mobile apps for BlackBerry 10
>>> workshops - trainings - bootcamps
>>> 
>>> BlackBerry Elite Developer
>>> BlackBerry Platinum Enterprise Partner
>>> 
>>> max-josefs-platz 30, D-83022 rosenheim, germany
>>> 
>>> mailto:ekke at ekkes-corner.org
>>> 
>>> blog: 
>>> http://ekkes-corner.org
>>> 
>>> apps and more: 
>>> http://appbus.org
>>> 
>>> 
>>> twitter: @ekkescorner
>>> skype: ekkes-corner
>>> LinkedIn: 
>>> http://linkedin.com/in/ekkehard/
>>> 
>>> Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490
>>> <makelog.txt>
>>> 
> 
> 
> -- 
> ekke (ekkehard gentz)
> 
> independent software architect
> international development mobile apps for BlackBerry 10
> workshops - trainings - bootcamps
> 
> BlackBerry Elite Developer
> BlackBerry Platinum Enterprise Partner
> 
> max-josefs-platz 30, D-83022 rosenheim, germany
> mailto:ekke at ekkes-corner.org
> blog: http://ekkes-corner.org
> apps and more: http://appbus.org
> 
> twitter: @ekkescorner
> skype: ekkes-corner
> LinkedIn: http://linkedin.com/in/ekkehard/
> Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490



More information about the Interest mailing list