summaryrefslogtreecommitdiff
path: root/examples/declarative/modelviews/webview/newwindows/newwindows.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modelviews/webview/newwindows/newwindows.pro')
-rw-r--r--examples/declarative/modelviews/webview/newwindows/newwindows.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/webview/newwindows/newwindows.pro b/examples/declarative/modelviews/webview/newwindows/newwindows.pro
index 52324dd7ab..adb10435d4 100644
--- a/examples/declarative/modelviews/webview/newwindows/newwindows.pro
+++ b/examples/declarative/modelviews/webview/newwindows/newwindows.pro
@@ -36,5 +36,6 @@ SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/modelviews/webview/newwindows
-include(../../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
+exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
+else:include(../../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()