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