diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2012-05-30 09:22:38 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-30 01:48:48 +0200 |
commit | 85b31a981784ad07250fd715f414abd42b22ebd0 (patch) | |
tree | 2e03cf68d7aa2ff036f0cbbbff9f76b2ce42b9c0 /examples | |
parent | a0b89b80c933cca852e62cc73208cdbc0d3dcc25 (diff) | |
download | qtsensors-85b31a981784ad07250fd715f414abd42b22ebd0.tar.gz |
there is no main.qml file here. Now it shows up in creator.
Change-Id: I1c0dd3dea4a0b296388f66fc44fed560da85e028
Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.pro b/examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.pro index feeec68..46bc335 100644 --- a/examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.pro +++ b/examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.pro @@ -2,8 +2,9 @@ TEMPLATE = aux app.files = \ info.json \ - main.qml \ + QtSensors_accelbubble.qml \ icon.png \ + content \ images MT_SYSROOT=$$(MT_SYSROOT) |