diff options
Diffstat (limited to 'examples/xml/xml.pro')
-rw-r--r-- | examples/xml/xml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro index 2b6415c0cf..0bc6dd9fb3 100644 --- a/examples/xml/xml.pro +++ b/examples/xml/xml.pro @@ -14,4 +14,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README sources.path = $$[QT_INSTALL_EXAMPLES]/xml INSTALLS += target sources -include($$QT_SOURCE_TREE/examples/examplebase.pri) +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |