changeset 0 | 1918ee327afb |
child 5 | d3bac044e0f0 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/webkit/framecapture/framecapture.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,11 @@ +QT += webkit + +HEADERS = framecapture.h +SOURCES = main.cpp \ + framecapture.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture +sources.files = $$SOURCES $$HEADERS +sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture +INSTALLS += target sources