diff options
Diffstat (limited to 'demos/chip/chip.pro')
-rw-r--r-- | demos/chip/chip.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/chip/chip.pro b/demos/chip/chip.pro index a24a634..4339f82 100644 --- a/demos/chip/chip.pro +++ b/demos/chip/chip.pro @@ -17,4 +17,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.pro *.html *.doc images sources.path = $$[QT_INSTALL_DEMOS]/chip INSTALLS += target sources -include($$QT_SOURCE_TREE/demos/demobase.pri) +symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |