feat(Storybook): Prevent building for desktop using Storybook.pro

Closes #8451
This commit is contained in:
Michał Cieślak 2022-11-25 12:49:26 +01:00 committed by Michał
parent e2f157018c
commit f934eeebb3
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
if(!wasm-emscripten) {
error("Use CMake configuration for platforms other then wasm!")
}
QT += core \
quick \
quickcontrols2 \