Hi,

I am trying to remove the cursor from my touch screen Qt Creator project and I have tried the following without success:

In my .pro file I have added -
DEFINES += QT_NO_CURSOR
DEFINES += QT_NO_QWS_CURSOR
This appears to have no effect.

In my ./configure -
-nomake demos
-nomake examples
-no-feature-CURSOR
This results in the following make error during 'make':
qcursor_x11.cpp: undefined reference to QCursorData::initialize();


Is there something else that has to be defined or specified in the project that I am missing?

Thanks,
imxer