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 /demos/declarative/minehunt/minehunt.pro | |
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 'demos/declarative/minehunt/minehunt.pro')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 17786f6..29af4cc 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -45,5 +45,6 @@ RESOURCES = minehunt.qrc # Please do not modify the following two lines. Required for deployment. desktopInstallPrefix=$$[QT_INSTALL_DEMOS]/declarative/minehunt -include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) +exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) +else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) qtcAddDeployment() |