diff options
Diffstat (limited to 'examples/webkit/webkit.pro')
-rw-r--r-- | examples/webkit/webkit.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/webkit/webkit.pro b/examples/webkit/webkit.pro new file mode 100644 index 0000000..3777eec --- /dev/null +++ b/examples/webkit/webkit.pro @@ -0,0 +1,9 @@ +TEMPLATE = subdirs +SUBDIRS += formextractor \ + previewer + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/webkit +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webkit.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/webkit +INSTALLS += target sources |