mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +03:00
designer_plugin.pro fixed
This commit is contained in:
parent
7bc3a7e1cd
commit
a79a4f6b68
@ -38,9 +38,9 @@ contains(CONFIG,zint){
|
|||||||
INCLUDEPATH += $$ZINT_PATH/backend $$ZINT_PATH/backend_qt
|
INCLUDEPATH += $$ZINT_PATH/backend $$ZINT_PATH/backend_qt
|
||||||
DEPENDPATH += $$ZINT_PATH/backend $$ZINT_PATH/backend_qt
|
DEPENDPATH += $$ZINT_PATH/backend $$ZINT_PATH/backend_qt
|
||||||
LIBS += -L$${DEST_LIBS}
|
LIBS += -L$${DEST_LIBS}
|
||||||
contains(CONFIG,release) {
|
CONFIG(debug, debug|release){
|
||||||
LIBS += -lQtZint
|
|
||||||
} else {
|
|
||||||
LIBS += -lQtZintd
|
LIBS += -lQtZintd
|
||||||
|
} else {
|
||||||
|
LIBS += -lQtZint
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user