designer_plugin.pro fixed

This commit is contained in:
Arin Alexander 2019-01-16 04:00:54 +03:00
parent 7bc3a7e1cd
commit a79a4f6b68

View File

@ -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
}
}