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