diff options
Diffstat (limited to 'examples/assistant/assistant.pro')
-rw-r--r-- | examples/assistant/assistant.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/assistant.pro b/examples/assistant/assistant.pro index b724bcb..ff1f947 100644 --- a/examples/assistant/assistant.pro +++ b/examples/assistant/assistant.pro @@ -7,4 +7,4 @@ 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) +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |