diff options
Diffstat (limited to 'examples/help/help.pro')
-rw-r--r-- | examples/help/help.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/help/help.pro b/examples/help/help.pro index 1ce6322..293e511 100644 --- a/examples/help/help.pro +++ b/examples/help/help.pro @@ -9,3 +9,5 @@ SUBDIRS += contextsensitivehelp \ sources.files = README *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/help INSTALLS += sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |