diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-07 07:52:42 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-07 07:52:42 +0800 |
commit | edae685f5d3017c6c0655b1b11060d3d80c89846 (patch) | |
tree | ffe77c871424cc6a40c97e5a2e12846f20920da2 | |
parent | 28f9f5e32499d6c3ce8e720d832a8ed19aeb9409 (diff) |
Configured as static on iOS too
-rw-r--r-- | qootstrap.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qootstrap.pro b/qootstrap.pro index ecbd49c..00b30b1 100644 --- a/qootstrap.pro +++ b/qootstrap.pro @@ -1,6 +1,6 @@ TEMPLATE = lib CONFIG += plugin qmltypes -wasm: CONFIG += static +ios|wasm: CONFIG += static QT += qml QML_IMPORT_NAME = Bootstrap |