From Fedora Project Wiki

(First cut for fedora people using Qt)
 
No edit summary
Line 10: Line 10:


== Google Android toolchain: ==
== Google Android toolchain: ==
Android SDK, NDK (native development kit, C/C++), Java (Linux OpenJDK can be used).
=== Where it can be downloaded ===
=== Where it can be downloaded ===
* [https://doc.qt.io/qt-5/android-getting-started.html Getting Started with Qt for Android]


== Apple iOS toolchain: XCode ==
== Apple iOS toolchain: XCode ==
Line 28: Line 33:
* [https://wiki.qt.io/Deploying_a_Qt5_Application_Linux doc.qt.io - Deploying a Qt5 Application Linux]
* [https://wiki.qt.io/Deploying_a_Qt5_Application_Linux doc.qt.io - Deploying a Qt5 Application Linux]
* [https://wiki.qt.io/Portal:Mobile wiki.qt.io - Mobile Portal]
* [https://wiki.qt.io/Portal:Mobile wiki.qt.io - Mobile Portal]
* [https://doc.qt.io/qtcreator/qt-creator-accelbubble-example.html doc.qt.io - Creating a Mobile Application]




[[Category:Qt]]
[[Category:Qt]]

Revision as of 10:29, 20 April 2019

Qt development on Fedora Linux raises questions, what can be done on Fedora Linux and what else is needed and how it can be used when using Linux desktop?

<html> <iframe width="560" height="315" src="https://www.youtube.com/embed/WFGRr0DV3oM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </html>

Development mode: C++ vs QML

What are the differences

Can real targets connecfted via USB-cable be launched from Fedora Linux?

Google Android toolchain:

Android SDK, NDK (native development kit, C/C++), Java (Linux OpenJDK can be used).

Where it can be downloaded


Apple iOS toolchain: XCode

Where it can be downloaded

Licensing

Can Xcode be run on Fedora Linux?

Can Xcode be run on shared Mac Server?

See also


External links