Re: [Interest] Interest Digest, Vol 68, Issue 13

2017-05-19 Thread Roland Hughes
On 05/18/2017 08:31 AM, Kevin Funk wrote: Citing you from the thread: ... No, KDevelop does things completely different from Qt so not an option... ... KDevelop is an IDE, Qt is an application development framework. So in fact your relation cannot make sense to begin with. Qt is an application

Re: [Interest] Error building Qt 5.8 with Xcode 8

2017-05-19 Thread Calogero Mauceri
Thank you very much Alexandru! executing the following command worked sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer On Fri, May 19, 2017 at 6:34 PM, Alexandru Croitor wrote: > Maybe try executing > > sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Co

Re: [Interest] Error building Qt 5.8 with Xcode 8

2017-05-19 Thread Alexandru Croitor
Maybe try executing sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer or $ DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer/" $ export DEVELOPER_DIR and then the xcrun command. It might be also that you need to install the command line tools via App store

Re: [Interest] Error building Qt 5.8 with Xcode 8

2017-05-19 Thread Calogero Mauceri
Hi Alexandru, executing /usr/bin/xcrun -find xcodebuild I get the following error xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH Note that xcodebuild is in /usr/bin and that path in is PATH I installed XCode via App Store Calogero On Fri, May 19, 2017 a

Re: [Interest] Error building Qt 5.8 with Xcode 8

2017-05-19 Thread Alexandru Croitor
Hi, If you grep for the message, you can find that it's printed in qtbase/mkspecs/features/mac/default_pre.prf It checks for xcode by running "/usr/bin/xcrun -find xcodebuild 2>/dev/null" Try to run that from your terminal and check what's the output. One possible cause might be when you insta

[Interest] Error building Qt 5.8 with Xcode 8

2017-05-19 Thread Calogero Mauceri
Hi all, Trying to build Qt 5.8 on Mac OS 10.12.5, I get get the following error ./configure + cd qtbase + /Users/myuser/qt-everywhere-opensource-src-5.8.0/qtbase/configure -top-level Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild wi

Re: [Interest] [Android-development] Android Mouse Wheel Support missing

2017-05-19 Thread ekke
Qt really works great on Android / iOS for mobile business apps But the missing Mouse Wheel Support on Android is a show stopper for some of my customers using Android devices with * wireless Bluetooth Mouse * BlackBerry Android KEYone with physical capazative keyboard * Samsung S8 / S8+ wi

Re: [Interest] Building Qt 5.8 with 2D Renderer

2017-05-19 Thread Laszlo Agocs
Hi, Starting with 5.8 there is no need to build any additional modules, the software backend is built in to Qt Quick (qtdeclarative repo). See http://doc.qt.io/qt-5/qtquick-visualcanvas-adaptations.html for how to switch between backends, although in the i.MX7 case it is likely that the softwar