Re: Qt Virtualkeyboard example

2017-08-15 Thread Johannes Kliemann
Thanks, that worked. I forgot to use the whole patch when I tried to run it out of tree on a separate machine. Regards, Johannes Am 14.08.2017 um 16:40 schrieb Christian Prochaska: > Hi Johannes, > > On 14.08.2017 16:03, Johannes Kliemann wrote: >> I finally got the plugin to load. >> What was m

Re: Qt Virtualkeyboard example

2017-08-14 Thread Christian Prochaska
Hi Johannes, On 14.08.2017 16:03, Johannes Kliemann wrote: > I finally got the plugin to load. > What was missing was the correct initialization in QNitpickerIntegration. > I have added the missing parts to load the QPlatformInputContext [1] and > it now finds the qtvirtualkeyboardplugin. good to

Re: Qt Virtualkeyboard example

2017-08-14 Thread Johannes Kliemann
Hi Christian, I finally got the plugin to load. What was missing was the correct initialization in QNitpickerIntegration. I have added the missing parts to load the QPlatformInputContext [1] and it now finds the qtvirtualkeyboardplugin. It isn't completely working yet but at least the application

Re: Qt Virtualkeyboard example

2017-08-09 Thread Johannes Kliemann
Hi Christian, I tried to build the plugin statically but that seems to depend on static builds of its dependencies (which wouldn't be a big problem) and the QtQuick2 plugin itself. I recreated the directory structure from Linux (qml/QtQuick/VirtualKeyboard/qmldir) but it still fails to find the p

Re: Qt Virtualkeyboard example

2017-08-02 Thread Christian Prochaska
Hi Johannes, On 31.07.2017 15:20, Johannes Kliemann wrote: > after applying your commit and fixing the vpaths for the plugin > directory it compiles but it still fails to find the > qtvirtualkeyboardplugin. from looking at what gets built and installed with Qt for Linux, it seems there are actual

Re: Qt Virtualkeyboard example

2017-07-31 Thread Johannes Kliemann
Hi Christian, after applying your commit and fixing the vpaths for the plugin directory it compiles but it still fails to find the qtvirtualkeyboardplugin. > qrc:/Basic.qml:31:1: module "QtQuick.VirtualKeyboard" is not installed I can't find the problem at this point. The tar archive seems to b

Re: Qt Virtualkeyboard example

2017-07-28 Thread Christian Prochaska
Hi Johannes, On 27.07.2017 16:52, Johannes Kliemann wrote: > Thanks! > > I added the QtQuick dependencies and created build files for the QtQuick > VirtualKeyboard. Currently it fails to build with > >> In file included from >> ../../../../../contrib/qt5-bd7410b31ae57d778d9da6599c0a4e887fa44fa8/s

Re: Qt Virtualkeyboard example

2017-07-27 Thread Johannes Kliemann
Thanks! I added the QtQuick dependencies and created build files for the QtQuick VirtualKeyboard. Currently it fails to build with > In file included from > ../../../../../contrib/qt5-bd7410b31ae57d778d9da6599c0a4e887fa44fa8/src/lib/qt5/qt-everywhere-opensource-src-5.8.0/qtvirtualkeyboard/src/vi

Re: Qt Virtualkeyboard example

2017-07-27 Thread Christian Prochaska
Hi Johannes, On 27.07.2017 13:50, Johannes Kliemann wrote: > How can I add QtQuick dependencies on Genode, is there already some code > example? there are two QtQuick examples in the libports repository: qt5_quicktest.run and qt5_samegame.run. Regards, Christian ---

Re: Qt Virtualkeyboard example

2017-07-27 Thread Johannes Kliemann
me > [init] child "basic" exited with exit value 1 How can I add QtQuick dependencies on Genode, is there already some code example? Thanks and regards, Johannes [1]: https://github.com/jklmnn/genode/tree/qt_virtualkeyboard Am 27.07.2017 um 00:18 schrieb Christian Prochaska: > Hi Johannes, >

Re: Qt Virtualkeyboard example

2017-07-26 Thread Christian Prochaska
Hi Johannes, On 26.07.2017 14:42, Johannes Kliemann wrote: > Hi, > > I tried to build the Qt Virtualkeyboard example. > I adapted the target.mk of the calculatorform example to point to the > correct project file. > Make fails at the project file at line 6 with missing sepa

Qt Virtualkeyboard example

2017-07-26 Thread Johannes Kliemann
Hi, I tried to build the Qt Virtualkeyboard example. I adapted the target.mk of the calculatorform example to point to the correct project file. Make fails at the project file at line 6 with missing separator. This part contains the following: static { QT += svg QTPLUGIN