diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-14 07:22:22 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-14 07:36:50 (GMT) |
commit | 47a2215b0e6fb3e588b2dd4824b9a9951fcae413 (patch) | |
tree | d753b9c8123dcbc7da55887a98021fd89ed465a8 /demos/embedded/raycasting | |
parent | 3df2bfd8717fa4fc5eb3066fe2957210efedd4bf (diff) | |
download | Qt-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.zip Qt-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.tar.gz Qt-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.tar.bz2 |
Fix the install targets on the new embedded demos
Diffstat (limited to 'demos/embedded/raycasting')
-rw-r--r-- | demos/embedded/raycasting/raycasting.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/embedded/raycasting/raycasting.pro b/demos/embedded/raycasting/raycasting.pro index 8dd8a24..82d0812 100644 --- a/demos/embedded/raycasting/raycasting.pro +++ b/demos/embedded/raycasting/raycasting.pro @@ -6,3 +6,8 @@ symbian { TARGET.UID3 = 0xA000CF76 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) } + +target.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro +sources.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting +INSTALLS += target sources |