diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-20 11:53:45 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-21 13:54:17 (GMT) |
commit | 00fba5fb07a0a6c3c31772e60856c982010629a1 (patch) | |
tree | 47f3dc72d12a82c76e40608007185ebfafe4bfa7 /demos/spectrum/app | |
parent | 30d6b4ba5626fca244af6314f1b99e6d3854fe58 (diff) | |
download | Qt-00fba5fb07a0a6c3c31772e60856c982010629a1.zip Qt-00fba5fb07a0a6c3c31772e60856c982010629a1.tar.gz Qt-00fba5fb07a0a6c3c31772e60856c982010629a1.tar.bz2 |
Install source for spectrum demo
Task-number: QTBUG-10880
Reviewed-by: Thomas Zander
Diffstat (limited to 'demos/spectrum/app')
-rw-r--r-- | demos/spectrum/app/app.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro index ce29169..92398ac 100644 --- a/demos/spectrum/app/app.pro +++ b/demos/spectrum/app/app.pro @@ -70,6 +70,13 @@ symbian { } } +# Install + +sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro +sources.path = $$[QT_INSTALL_DEMOS]/spectrum/app +images.files += images/record.png images/settings.png +images.path = $$[QT_INSTALL_DEMOS]/spectrum/app/images +INSTALLS += sources images # Deployment |