Tagged Questions
3
votes
1answer
895 views
How to install qtquick 2.0 and ubuntu components 0.1? [closed]
I am facing this problem while making a currency converter program in qt creator.
The program is as follows:
import QtQuick 2.0
import Ubuntu.Components 0.1
Rectangle {
id: root
width: ...