Re: [Interest] macdeploy and lib dependencies

2016-10-09 Thread Nuno Santos
Libs like libssl, libcrypto, libxml2, libplist, etc, All the dependencies of libimobiledevice which is the lib I’m linking to. In the QtCreator project I link with libimobiledevice and macdeployqt is able to copy and rereference it, but it doesn’t do to the others making the bundle invalid in a

[Interest] problems with iOS release build Qt World Summit Conference App

2016-10-09 Thread ekke
thanks to much help from https://bugreports.qt.io/browse/QTCREATORBUG-16968 I finally managed to build and run on iPhone and iPad using Xcode 8, Qt 5.7, QtCreator 4.1 now just wanted to start Testflight for upcoming Qt World Summit Conference App https://github.com/ekke/c2gQtWS_x and build a rele

Re: [Interest] ios now wants NSCameraUsageDescription

2016-10-09 Thread ekke
add this to your info.plist NSPhotoLibraryUsageDescription $(PRODUCT_NAME) uses photos then you can submit your app. As I was told by users there's never a message that your app needs access to photos ekke Am 10.10.16 um 06:50 schrieb maitai: > Hi, > > Something has changed rece

[Interest] ios now wants NSCameraUsageDescription

2016-10-09 Thread maitai
Hi, Something has changed recently I suppose with iOS 10 and I cannot submit a new release of my app to apple store anymore. It says: This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a strin

Re: [Interest] macdeploy and lib dependencies

2016-10-09 Thread Samuel Gaist
> On 9 oct. 2016, at 12:27, Nuno Santos wrote: > > Hi, > > I’m linking my app with a lib that has other dependencies. While macdeployqt > is able to copy and rename the main lib file, it isn’t able to do it for it’s > dependencies. This is causing the bundle to have system dependencies. How c

[Interest] Is it possible to use clang toolchain to build Qt Android apps?

2016-10-09 Thread Nuno Santos
Hi, I was wondering if clang toolchain is supported by Qt to build Android apps. The android SDK has the clang toolchain but one doesn’t seem to be able to set it under Qt Creator settings. Regards, Nuno ___ Interest mailing list Interest@qt-projec

Re: [Interest] [Quick Controls 2] Best way to add binding arrow tip to Popup?

2016-10-09 Thread Oleg Evseev
After looking on QSGDefaultRectangleNode::updateGeometry() where geometry of standard rectangle with rounded corners is build, I decided to use workaround with rotated qml rectangle. As I mentioned before lack of this workaround: it is not appropriate decision to set border and opacity simultaneou

[Interest] macdeploy and lib dependencies

2016-10-09 Thread Nuno Santos
Hi, I’m linking my app with a lib that has other dependencies. While macdeployqt is able to copy and rename the main lib file, it isn’t able to do it for it’s dependencies. This is causing the bundle to have system dependencies. How can one trick macdeployqt to do the same for the lib dependenc