diff --git a/designer_plugin/designer_plugin.pro b/designer_plugin/designer_plugin.pro index 1c39b32..219a796 100644 --- a/designer_plugin/designer_plugin.pro +++ b/designer_plugin/designer_plugin.pro @@ -38,9 +38,9 @@ contains(CONFIG,zint){ INCLUDEPATH += $$ZINT_PATH/backend $$ZINT_PATH/backend_qt DEPENDPATH += $$ZINT_PATH/backend $$ZINT_PATH/backend_qt LIBS += -L$${DEST_LIBS} - contains(CONFIG,release) { - LIBS += -lQtZint - } else { + CONFIG(debug, debug|release){ LIBS += -lQtZintd + } else { + LIBS += -lQtZint } }