Hi All,
I am doing an application using Qt Quick(UI) and Qt(C++) using Qt 4.7. Now I want to pack the cpp file and port it over to the phone with qml file.
Thanks in advance.
Hi All,
I am doing an application using Qt Quick(UI) and Qt(C++) using Qt 4.7. Now I want to pack the cpp file and port it over to the phone with qml file.
Thanks in advance.
First, what do you mean by "port it over to the phone"?
You can use DEPLOYMENT in .pro file, but installing .cpp file to the phone makes no sense.