PDA

View Full Version : Install qt 5 quick desktop components on ubuntu



yandreiy
19th February 2013, 08:52
Hello,

I am trying to use qt quick desktop components in my project, with no success.
What i did so far:

1. Downloaded repository from https://qt.gitorious.org/qtplayground/qtdesktopcomponents
2. Added in qtdesktopcomponents.pro the line QT_CONFIG += accessibility
3. run qmake in the directory qtdesktopcomponents
4. run make install
This will copy the qml files to QT_ROOT/qtbase/qml/QtDesktop/ directory

Now, when i try to build a simple example that uses qtdesktopcomponents i receive the error: module "QtDesktop" is not installed

Any ideas ? Thanks