diff options
Diffstat (limited to 'examples/help/help.pro')
-rw-r--r-- | examples/help/help.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help/help.pro b/examples/help/help.pro index 293e511..79b005e 100644 --- a/examples/help/help.pro +++ b/examples/help/help.pro @@ -10,4 +10,4 @@ sources.files = README *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/help INSTALLS += sources -include($$QT_SOURCE_TREE/examples/examplebase.pri) +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |