From 95f0fab9f8f9454ce1184410f1ac2b7a6c0a65e1 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 2 Sep 2015 13:05:47 +0200 Subject: Do not install example sources when using vc(x)proj Inside Visual Studio these files (INSTALLS) will end up in deployment. They do not make sense there and might even cause clashes, which prevent the project file from being loaded (for example when a qrc file is added to "Resource files" and "Deployment files") Change-Id: Ifa68c52a83b2bf3948738c7aa1cf9c56b331dc80 Reviewed-by: Andrew Knight Reviewed-by: Joerg Bornemann --- mkspecs/features/qt_example_installs.prf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs/features/qt_example_installs.prf') diff --git a/mkspecs/features/qt_example_installs.prf b/mkspecs/features/qt_example_installs.prf index ff842ca754..9c0026fbd0 100644 --- a/mkspecs/features/qt_example_installs.prf +++ b/mkspecs/features/qt_example_installs.prf @@ -9,6 +9,8 @@ # We mean it. # +contains(TEMPLATE, "vc.*"): return() + defineTest(addInstallFiles) { for(sf, 2) { sf = $$relative_path($$sf, $$_PRO_FILE_PWD_) -- cgit v1.2.3