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