Fixed target path condition for font deployment

Change-Id: I49568f5780af30753e68a6487afdc6c8f3b67214
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Oliver Wolff 2014-04-25 08:25:23 +02:00 committed by The Qt Project
parent 4ba57a0590
commit 68d83cabae

View File

@ -43,7 +43,7 @@ if(!build_pass:equals(TEMPLATE, "vcapp")) {
!isEmpty(FONTS):equals(TEMPLATE, "app") {
fonts.files = $$BUILD_DIR/fonts/*
isEmpty($$target.path) {
isEmpty(target.path) {
fonts.path = $$OUT_PWD/fonts
} else {
fonts.path = $$target.path/fonts