summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-07 15:33:26 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-07 15:33:26 +0800
commit87d5b8abf19bf12c51838ac0e835a3184ec0d22c (patch)
tree21652b7bff27edadf2bf77f916c05cdbf6698ff7
parentedae685f5d3017c6c0655b1b11060d3d80c89846 (diff)
Add _debug suffix on iOS when debug
-rw-r--r--qootstrap.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qootstrap.pro b/qootstrap.pro
index 00b30b1..0f08748 100644
--- a/qootstrap.pro
+++ b/qootstrap.pro
@@ -19,6 +19,7 @@ SOURCES += \
$${QML_IMPORT_NAME}.cxx \
tomlc99/toml.c
android: TARGET = qml_$${QML_IMPORT_NAME}_$$TARGET
+ios: CONFIG(debug, debug|release): TARGET = $${TARGET}_debug
target.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME
INSTALLS += import style target