From 87d5b8abf19bf12c51838ac0e835a3184ec0d22c Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3