diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-22 18:13:14 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-22 18:34:17 (GMT) |
commit | 702abf9b4cb062128fbae62ff0faa70f14404eac (patch) | |
tree | 5d3f77142a7ea5123a1c79e13c451ef650009311 /examples/declarative/shadereffects | |
parent | a0f08012e0e26673635a6f4e3c496bf53f558726 (diff) | |
download | Qt-702abf9b4cb062128fbae62ff0faa70f14404eac.zip Qt-702abf9b4cb062128fbae62ff0faa70f14404eac.tar.gz Qt-702abf9b4cb062128fbae62ff0faa70f14404eac.tar.bz2 |
Declarative Examples: Fall back to local qmlapplicationviewer.
Rubberstamped-by: Oswald Buddenhagen
Diffstat (limited to 'examples/declarative/shadereffects')
-rwxr-xr-x | examples/declarative/shadereffects/shadereffects.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/declarative/shadereffects/shadereffects.pro b/examples/declarative/shadereffects/shadereffects.pro index 13f345c..58e7ab7 100755 --- a/examples/declarative/shadereffects/shadereffects.pro +++ b/examples/declarative/shadereffects/shadereffects.pro @@ -40,5 +40,7 @@ symbian { # Please do not modify the following two lines. Required for deployment. desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/shadereffects -include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) +exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) +else:exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) +else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) qtcAddDeployment() |