summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index a8efaa509c..4225574761 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -371,7 +371,11 @@
"type": "compile",
"test": {
"include": "filesystem",
- "main": "std::filesystem::path p(\"./file\");",
+ "main": [
+ "std::filesystem::copy(",
+ " std::filesystem::path(\"./file\"),",
+ " std::filesystem::path(\"./other\"));"
+ ],
"qmake": "CONFIG += c++17"
}
},