2

could any body provide me steps (with screen shots) of integrating Qt Mobility 1.1.0 with Qt Creator?

Thanks!

Venemo
  • 18,515
  • 13
  • 84
  • 125
Piyush
  • 2,589
  • 6
  • 38
  • 77

1 Answers1

0

If you follow the installation guide from Nokia here

and then add some lines to your .pro file, and a macro to your cpp file as detailed here, you'll be able to include QObjects from qtmobility APIs, get code completion etc in QtCreator etc.

dabhaid
  • 3,849
  • 22
  • 30
  • I followed these instructions, with the `configure` command line completing successfully, but Qt Creator still uses the 1.0.2 headers (which it shipped with). Any thoughts? – Richard Szalay Feb 08 '11 at 11:23