diff options
Diffstat (limited to 'qootstrap.pro')
-rw-r--r-- | qootstrap.pro | 1 |
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 |