diff options
author | Kai Köhne <[email protected]> | 2024-09-18 17:13:42 +0200 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2024-09-27 14:00:08 +0200 |
commit | fd254513dbd78f9481a82b7d21b97f7e5814894f (patch) | |
tree | 477ffc55b12b86f6ad3599b37afa8a700767b293 | |
parent | b09deeee514f2aae7251a55169c6c6af4777b0e9 (diff) |
Examples: Disable QtC junction points for examples using 'shared' directory
Task-number: QTBUG-128914
Pick-to: 6.8
Change-Id: If01f7e17c1f6c033e601e2e012745461c71f2e13
Reviewed-by: Cristian Adam <[email protected]>
19 files changed, 399 insertions, 0 deletions
diff --git a/examples/quick/animation/CMakeLists.txt.shared b/examples/quick/animation/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/animation/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/canvas/CMakeLists.txt.shared b/examples/quick/canvas/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/canvas/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/draganddrop/CMakeLists.txt.shared b/examples/quick/draganddrop/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/draganddrop/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/imageelements/CMakeLists.txt.shared b/examples/quick/imageelements/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/imageelements/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/multieffect/itemswitcher/CMakeLists.txt.shared b/examples/quick/multieffect/itemswitcher/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/multieffect/itemswitcher/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/multieffect/testbed/CMakeLists.txt.shared b/examples/quick/multieffect/testbed/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/multieffect/testbed/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/particles/affectors/CMakeLists.txt.shared b/examples/quick/particles/affectors/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/particles/affectors/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/particles/emitters/CMakeLists.txt.shared b/examples/quick/particles/emitters/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/particles/emitters/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/particles/imageparticle/CMakeLists.txt.shared b/examples/quick/particles/imageparticle/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/particles/imageparticle/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/particles/system/CMakeLists.txt.shared b/examples/quick/particles/system/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/particles/system/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/pointerhandlers/CMakeLists.txt.shared b/examples/quick/pointerhandlers/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/pointerhandlers/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/positioners/CMakeLists.txt.shared b/examples/quick/positioners/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/positioners/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/quickshapes/shapes/CMakeLists.txt.shared b/examples/quick/quickshapes/shapes/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/quickshapes/shapes/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/quickshapes/weatherforecast/CMakeLists.txt.shared b/examples/quick/quickshapes/weatherforecast/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/quickshapes/weatherforecast/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt.shared b/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt.shared b/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/text/CMakeLists.txt.shared b/examples/quick/text/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/text/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/views/CMakeLists.txt.shared b/examples/quick/views/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/views/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> diff --git a/examples/quick/window/CMakeLists.txt.shared b/examples/quick/window/CMakeLists.txt.shared new file mode 100644 index 0000000000..c373e48e40 --- /dev/null +++ b/examples/quick/window/CMakeLists.txt.shared @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE QtCreatorProject> +<!-- + Disable 'Use junctions for CMake configuration and build operations' feature in Qt Creator 15 and above; + The example needs access to a 'shared' directory +//--> +<qtcreator> + <data> + <variable>ProjectExplorer.Project.PluginSettings</variable> + <valuemap type="QVariantMap"> + <valuemap type="QVariantMap" key="CMakeSpecificSettings"> + <value type="bool" key="UseJunctionsForSourceAndBuildDirectories">false</value> + <value type="bool" key="UseGlobalSettings">false</value> + </valuemap> + </valuemap> + </data> + <data> + <variable>Version</variable> + <value type="int">22</value> + </data> +</qtcreator> |