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