It's basically the same thing, but as a person which is developing an app for mobile using Qt/C++ I strongly recommend learning to combine QML with C++; QML for GUI and C++ for the rest.
When it comes to GUI mobile development Qt/QML is far ahead than Qt/C++ from my point of view, with Qt/C++ for GUI you will have to do some frustrating workarounds.
I myself am looking into Qt Quick so I can rebuild my app's GUI using QML and extending it with C++.