diff -r 000000000000 -r 1918ee327afb examples/webkit/googlechat/googlechat.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/webkit/googlechat/googlechat.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,14 @@ +QT += webkit network +HEADERS = googlechat.h +SOURCES = main.cpp \ + googlechat.cpp +FORMS = form.ui + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlechat +sources.files = $$SOURCES $$HEADERS $$FORMS *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlechat +INSTALLS += target sources + +symbian:INCLUDEPATH +=tmp $$QMAKE_INCDIR_QT/QtXmlPatterns +symbian:TARGET.UID3 = 0xA000CF6E