From 87d5b8abf19bf12c51838ac0e835a3184ec0d22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Fri, 7 Apr 2023 15:33:26 +0800 Subject: Add _debug suffix on iOS when debug --- qootstrap.pro | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3