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 += qtvirtualkeyboardplugin }
Is there an additional flag required? Manually running qmake && make works fine.
Regards, JK