diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 15:03:14 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 15:03:14 (GMT) |
commit | d296dd5bd3927fc1347bca238fdeb70ba12cdc5a (patch) | |
tree | 2ccb18dbdb4504b2822680f05b76c6cd77e3e259 /examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri | |
parent | ca7fd7c903083f9152ce3e176ad2890820114dc2 (diff) | |
download | Qt-d296dd5bd3927fc1347bca238fdeb70ba12cdc5a.zip Qt-d296dd5bd3927fc1347bca238fdeb70ba12cdc5a.tar.gz Qt-d296dd5bd3927fc1347bca238fdeb70ba12cdc5a.tar.bz2 |
Update qmlapplicationviewer template,
The previous version of the template did not work on Harmattan, It
caused the application executable to look in the $HOME directory,
instead of the application directory.
Reviewed-By: Daniel Molkentin
Diffstat (limited to 'examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri')
-rw-r--r-- | examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri b/examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri index 1dda255..c8bec69 100644 --- a/examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri +++ b/examples/tools/qmlapplicationviewer/qmlapplicationviewer.pri @@ -1,4 +1,4 @@ -# This file was created by the Qt Quick Application wizard of Qt Creator. +# This file was generated by the Qt Quick Application wizard of Qt Creator. # The code below adds the QmlApplicationViewer to the project and handles the # activation of QML debugging. # It is recommended not to modify this file, since newer versions of Qt Creator @@ -20,7 +20,7 @@ INCLUDEPATH += $$PWD contains(CONFIG,qdeclarative-boostable):contains(MEEGO_EDITION,harmattan) { DEFINES += HARMATTAN_BOOSTER } -# This file was created by an application wizard of Qt Creator. +# This file was generated by an application wizard of Qt Creator. # The code below handles deployment to Symbian and Maemo, aswell as copying # of the application data to shadow build directories on desktop. # It is recommended not to modify this file, since newer versions of Qt Creator |