Fix build on Mac and "/" added to REPORTS_DIR

This commit is contained in:
Arin Alexander
2016-03-24 15:53:05 +03:00
parent 96653b0920
commit 2679e0ec07
2 changed files with 15 additions and 8 deletions

View File

@@ -13,7 +13,11 @@ CONFIG += lib
CONFIG += dll
CONFIG += create_prl
CONFIG += link_prl
CONFIG -= app_bundle
macx{
CONFIG -= dll
CONFIG += lib_bundle
}
DEFINES += LIMEREPORT_EXPORTS
@@ -87,6 +91,7 @@ contains(CONFIG,build_translations){
}
TRANSLATIONS = $$prependAll(LANGUAGES, $$TRANSLATIONS_PATH/limereport_,.ts)
qtPrepareTool(LUPDATE, lupdate)
ts.commands = $$LUPDATE $$PWD -ts $$TRANSLATIONS