Hi, is it possible to use the compiled SDK (4.6) in a Qt Embedded Linux environment instead of manually build it from sources?

Qt Creator returns me some linking errors:

Qt Code:
  1. undefined reference to 'qwsServer'
  2. undefined reference to 'QWSServer::setCursorVisible(bool)'
  3. ...
To copy to clipboard, switch view to plain text mode 

The QtGui module is in the linker command line argument list.