Qt Reference Documentation

previewer.pro Example File

webkit/previewer/previewer.pro
 QT      +=  webkit network
 HEADERS =   previewer.h \
             mainwindow.h
 SOURCES =   main.cpp \
             previewer.cpp \
             mainwindow.cpp
 FORMS   =   previewer.ui

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/webkit/previewer
 sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images
 sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/previewer
 INSTALLS += target sources

 symbian {
     TARGET.UID3 = 0xA000CF6F
     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
 }
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.