Design Team/Proposals/Touchscreen/On-screen Keyboard: Difference between revisions
Line 39: | Line 39: | ||
Build the sources: | Build the sources: | ||
* First build the maliit-framework: | |||
qmake-qt4 | qmake-qt4 | ||
make | |||
sudo make install | |||
* Then build the maliit-plugins (you need to disable the sound-feedback here): | |||
qmake-qt4 CONFIG+=disable-qt-mobility | |||
make | make | ||
sudo make install | sudo make install |