Fix build on Windows

This commit is contained in:
Arin Alexander
2016-04-01 19:46:42 +04:00
parent a9f47cb729
commit ca1a700b61
2 changed files with 5 additions and 3 deletions

View File

@@ -57,5 +57,8 @@ win32 {
RC_FILE += mainicon.rc
QMAKE_POST_LINK += $$QMAKE_COPY_DIR $$quote($$EXTRA_DIR) $$quote($$REPORTS_DIR) $$escape_expand(\\n\\t)
contains(CONFIG,zint){
LIBS += -L$${BUILD_DIR}/$${BUILD_TYPE}/lib -lQtZint
}
LIBS += -L$${BUILD_DIR}/$${BUILD_TYPE}/lib -llimereport
}