From 7e7fefd2a1b1a5d40534da6792af6c9a2a18aa97 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 6 Feb 2014 15:02:27 +0100 Subject: Ensure common files are deployed when building demos stand-alone In addition to exporting the INSTALLS variable, we also need to export the files and their path to have correct deployment targets generated. Change-Id: I1e84cd5673f9a2e9f7d32ec237ca31f090e50e5f Reviewed-by: Eirik Aavitsland --- basicsuite/shared/shared.pri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basicsuite/shared/shared.pri b/basicsuite/shared/shared.pri index b785913..08f749e 100644 --- a/basicsuite/shared/shared.pri +++ b/basicsuite/shared/shared.pri @@ -15,6 +15,8 @@ defineTest(b2qtdemo_deploy_defaults) { commonFiles.path = $$DESTPATH OTHER_FILES += $${commonFiles.files} INSTALLS += commonFiles + export(commonFiles.files) + export(commonFiles.path) export(OTHER_FILES) export(INSTALLS) } -- cgit v1.2.3