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