1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 14:32:35 +02:00

Disable third party qcoro tests and examples

This commit is contained in:
Elias Steurer 2024-07-29 12:38:22 +02:00
parent 5318a4b54e
commit c8dc0e3fc6

View File

@ -11,7 +11,9 @@
"description": "Placeholder configuration that buildPresets and testPresets can inherit from",
"hidden": true,
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../vcpkg/scripts/buildsystems/vcpkg.cmake"
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../vcpkg/scripts/buildsystems/vcpkg.cmake",
"QCORO_BUILD_EXAMPLES": "OFF",
"BUILD_TESTING": "OFF"
}
},
{
@ -165,4 +167,4 @@
}
}
]
}
}