Am 15.10.18 um 08:40 schrieb Till Oliver Knoll: > > > Am 13.10.2018 um 12:25 schrieb ekke <e...@ekkes-corner.org > <mailto:e...@ekkes-corner.org>>: > >> I'm just testing Qt Creator 4.7.1 / Qt 5.12 Beta 1 with my >> QtQuickControls2 Apps for Android / iOS. >> >> macOS also used, but only because testing is really fast on macOS >> >> Xcode 10.0, macOS 10.13.6 >> >> --- >> >> macOS: getting warnings >> >> Qt has only been tested with version 10.13 of the platform SDK, >> you're using 10.14. This is an unsupported configuration. You may >> experience build issues, and by usingthe 10.14 SDK you are opting in >> to new features that Qt has not been prepared for.Please downgrade >> the SDK you use to build your app to version 10.13, or configurewith >> CONFIG+=sdk_no_version_check when running qmake to silence this warning. >> >> I'm still on macOS 10.13.6 and don't use any new things as dark mode. >> > Not sure, but does Xcode on 10.13.6 already support the SDK 10.14? If > so, that may be your answer then. you're right: XCode 10 includes SDK 10.14 and runs on macOS 10.13.6 or later https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
> > To add to that: I re-compiled my QWidget based application on macOS > 10.14 (Mojave), using latest Qt 5.12 Beta and latest everything > (Xcode, Qt Creator)... > > Did not modify my *.pro (qmake) files and got the same warning (so > yes, I was using the latest SDK 10.14). > > Bravely ignored the warning and launched the application. Runs fine, > even the toolbar is rendered „dark“ (when macOS „dark mode“ is > enabled). Nice. Haven‘t done extensive testing yet, such as toggling > dark mode. But the (simple: QGraphicsView, QWidgets, the usual > QContainers, no other fancy Qt modules) application behaves as expected. I also ignored this warning and my QtQuickControls2 App works fine on 10.13.6 ekke > > FWIW. > > Cheers, > Oliver
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest