mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-01-11 20:31:04 +03:00
Designer building has been fixed
This commit is contained in:
parent
553dff735f
commit
e4c8ec366b
@ -27,12 +27,6 @@ macx{
|
|||||||
}
|
}
|
||||||
|
|
||||||
unix:{
|
unix:{
|
||||||
LIBS += -L$${DEST_LIBS} -llimereport
|
|
||||||
!contains(CONFIG, static_build){
|
|
||||||
contains(CONFIG,zint){
|
|
||||||
LIBS += -L$${DEST_LIBS} -lQtZint
|
|
||||||
}
|
|
||||||
}
|
|
||||||
DESTDIR = $$DEST_DIR
|
DESTDIR = $$DEST_DIR
|
||||||
linux{
|
linux{
|
||||||
#Link share lib to ../lib rpath
|
#Link share lib to ../lib rpath
|
||||||
@ -52,18 +46,21 @@ win32 {
|
|||||||
|
|
||||||
DESTDIR = $$DEST_DIR
|
DESTDIR = $$DEST_DIR
|
||||||
RC_FILE += mainicon.rc
|
RC_FILE += mainicon.rc
|
||||||
|
}
|
||||||
|
|
||||||
|
LIBS += -L$${DEST_LIBS}
|
||||||
|
CONFIG(debug, debug|release) {
|
||||||
|
LIBS += -llimereportd
|
||||||
|
} else {
|
||||||
|
LIBS += -llimereport
|
||||||
|
}
|
||||||
|
|
||||||
!contains(CONFIG, static_build){
|
!contains(CONFIG, static_build){
|
||||||
contains(CONFIG,zint){
|
contains(CONFIG,zint){
|
||||||
|
CONFIG(debug, debug|release) {
|
||||||
|
LIBS += -L$${DEST_LIBS} -lQtZintd
|
||||||
|
} else {
|
||||||
LIBS += -L$${DEST_LIBS} -lQtZint
|
LIBS += -L$${DEST_LIBS} -lQtZint
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LIBS += -L$${DEST_LIBS}
|
|
||||||
contains(CONFIG,release) {
|
|
||||||
LIBS += -llimereport
|
|
||||||
} else {
|
|
||||||
LIBS += -llimereportd
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user