In Android and Desktop, Qt.exit() (QML) closes the application correctly.
But in winphone (winrt), it stops to respond touch events, but do not close.
Seems it's watiing for something to close/finish (threads?).
Press back button after call Qt.exit(), the application closes.