mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-30 11:12:34 +03:00
Designer building has been fixed
This commit is contained in:
@@ -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
|
||||||
!contains(CONFIG, static_build){
|
}
|
||||||
|
|
||||||
|
LIBS += -L$${DEST_LIBS}
|
||||||
|
CONFIG(debug, debug|release) {
|
||||||
|
LIBS += -llimereportd
|
||||||
|
} else {
|
||||||
|
LIBS += -llimereport
|
||||||
|
}
|
||||||
|
|
||||||
|
!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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user