diff options
Diffstat (limited to 'demos/shared/shared.pro')
-rw-r--r-- | demos/shared/shared.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/shared/shared.pro b/demos/shared/shared.pro index cabce25d1a..a5e0e700c9 100644 --- a/demos/shared/shared.pro +++ b/demos/shared/shared.pro @@ -29,5 +29,8 @@ target.path = $$[QT_INSTALL_DEMOS]/shared sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.pri images sources.path = $$[QT_INSTALL_DEMOS]/shared INSTALLS += sources + +include($$QT_SOURCE_TREE/demos/demobase.pri) !cross_compile:INSTALLS += target +symbian:TARGET.UID3 = 0xA000A63C |