From 79a0e79b248c1cac4f8a69efc228e28e4ac4725d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Apr 2016 20:54:21 +0200 Subject: fix example installs Change-Id: Iccf9f6e0e9358ba42576fb67a0b356c7414d911e Reviewed-by: Milian Wolff --- examples/webchannel/standalone/standalone.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/webchannel/standalone/standalone.pro') diff --git a/examples/webchannel/standalone/standalone.pro b/examples/webchannel/standalone/standalone.pro index 19aa264..cfe4297 100644 --- a/examples/webchannel/standalone/standalone.pro +++ b/examples/webchannel/standalone/standalone.pro @@ -18,5 +18,8 @@ DEFINES += "BUILD_DIR=\"\\\""$$OUT_PWD"\\\"\"" exampleassets.files += \ index.html -exampleassets.path = $$[QT_INSTALL_EXAMPLES]/qwebchannel/standalone +exampleassets.path = $$[QT_INSTALL_EXAMPLES]/webchannel/standalone include(../exampleassets.pri) + +target.path = $$[QT_INSTALL_EXAMPLES]/webchannel/standalone +INSTALLS += target -- cgit v1.2.1