feat(Storybook): Prevent building for desktop using Storybook.pro
Closes #8451
This commit is contained in:
parent
e2f157018c
commit
f934eeebb3
|
@ -1,3 +1,7 @@
|
|||
if(!wasm-emscripten) {
|
||||
error("Use CMake configuration for platforms other then wasm!")
|
||||
}
|
||||
|
||||
QT += core \
|
||||
quick \
|
||||
quickcontrols2 \
|
||||
|
|
Loading…
Reference in New Issue