diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-14 09:22:22 +0200 |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-14 09:36:50 +0200 |
commit | 47a2215b0e6fb3e588b2dd4824b9a9951fcae413 (patch) | |
tree | d753b9c8123dcbc7da55887a98021fd89ed465a8 /demos/embedded/anomaly | |
parent | 3df2bfd8717fa4fc5eb3066fe2957210efedd4bf (diff) | |
download | qt4-tools-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.tar.gz |
Fix the install targets on the new embedded demos
Diffstat (limited to 'demos/embedded/anomaly')
-rw-r--r-- | demos/embedded/anomaly/anomaly.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/embedded/anomaly/anomaly.pro b/demos/embedded/anomaly/anomaly.pro index 8f2825b1dc..2871ba7c90 100644 --- a/demos/embedded/anomaly/anomaly.pro +++ b/demos/embedded/anomaly/anomaly.pro @@ -29,3 +29,8 @@ symbian { TARGET.CAPABILITY = NetworkServices TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 } + +target.path = $$[QT_INSTALL_DEMOS]/embedded/anomaly +sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro src/images +sources.path = $$[QT_INSTALL_DEMOS]/embedded/anomaly +INSTALLS += target sources |