diff options
Diffstat (limited to 'examples/webkit/webkit.pro')
-rw-r--r-- | examples/webkit/webkit.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/webkit/webkit.pro b/examples/webkit/webkit.pro index 225816a..5c954c2 100644 --- a/examples/webkit/webkit.pro +++ b/examples/webkit/webkit.pro @@ -9,3 +9,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/webkit sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webkit.pro README sources.path = $$[QT_INSTALL_EXAMPLES]/webkit INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |