Hi Seneca,
As i said the last post, when i decompressed it and try to compile, i had some errors. I write the steps i did and the error it gave to me:
qmake -project
qmake
make
Errors:
mainfrm.cpp:18:24: error: QDomDocument: File or directory doesn't exist
mainfrm.cpp:19:23: error: QDomElement: File or directory doesn't exist
The content of mainfrm.cpp[18,19]
#include <QDomDocument>
#include <QDomElement>
#include <QDomDocument>
#include <QDomElement>
To copy to clipboard, switch view to plain text mode
changes i did:
#include <QtXml/qdom.h>
#include <QtXml/qdom.h>
To copy to clipboard, switch view to plain text mode
Errors:
[...]
g++ -o qvkeyboard main.o mainfrm.o qmybutton.o moc_mainfrm.o moc_qmybutton.o
-L/usr/lib -lQtGui -lQtCore -lpthread
mainfrm.o: In function `mainForm::sendKey(unsigned int, bool, bool)':
mainfrm.cpp:(.text+0x3a2): undefined reference to `XTestFakeKeyEvent'
[...]
Do you know why i have this compilation error? If you compile it on linux, do you have the same error? Can you help me again, please?
Thanks in advance,
Javi
Bookmarks