summaryrefslogtreecommitdiffstats
path: root/demos/declarative/samegame
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-22 18:13:14 (GMT)
committerDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-22 18:34:17 (GMT)
commit702abf9b4cb062128fbae62ff0faa70f14404eac (patch)
tree5d3f77142a7ea5123a1c79e13c451ef650009311 /demos/declarative/samegame
parenta0f08012e0e26673635a6f4e3c496bf53f558726 (diff)
downloadQt-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/samegame')
-rw-r--r--demos/declarative/samegame/samegame.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/declarative/samegame/samegame.pro b/demos/declarative/samegame/samegame.pro
index 13a9f76..fb85cd2 100644
--- a/demos/declarative/samegame/samegame.pro
+++ b/demos/declarative/samegame/samegame.pro
@@ -34,5 +34,6 @@ SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
desktopInstallPrefix=$$[QT_INSTALL_DEMOS]/declarative/samegame
-include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
+exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
+else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()