summaryrefslogtreecommitdiffstats
path: root/demos/embedded/lightmaps
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-10-14 07:22:22 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-10-14 07:36:50 (GMT)
commit47a2215b0e6fb3e588b2dd4824b9a9951fcae413 (patch)
treed753b9c8123dcbc7da55887a98021fd89ed465a8 /demos/embedded/lightmaps
parent3df2bfd8717fa4fc5eb3066fe2957210efedd4bf (diff)
downloadQt-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.zip
Qt-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.tar.gz
Qt-47a2215b0e6fb3e588b2dd4824b9a9951fcae413.tar.bz2
Fix the install targets on the new embedded demos
Diffstat (limited to 'demos/embedded/lightmaps')
-rw-r--r--demos/embedded/lightmaps/lightmaps.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/embedded/lightmaps/lightmaps.pro b/demos/embedded/lightmaps/lightmaps.pro
index cc78efa..c9bfa0a 100644
--- a/demos/embedded/lightmaps/lightmaps.pro
+++ b/demos/embedded/lightmaps/lightmaps.pro
@@ -10,3 +10,8 @@ symbian {
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
+
+target.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
+INSTALLS += target sources