From: Rohan McGovern Date: Mon, 19 Sep 2011 23:53:52 +0000 (+1000) Subject: Fixed compile of lupdate. X-Git-Tag: accepted/tizen/20131212.181521~459 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=692b7c1a4aa81d63f94f90d9dfad3208f709fab3;p=platform%2Fupstream%2Fqttools.git Fixed compile of lupdate. lupdate wants to use private QtDeclarative symbols. Either the symbols need to be made public, or lupdate needs to compile its own copy of the code. This commit applies the latter approach. Change-Id: I119c2d044fe2a8953867f7b6e2fc446dee65cce3 Reviewed-on: http://codereview.qt-project.org/5181 Reviewed-by: Qt Sanity Bot Reviewed-by: Toby Tomkins --- diff --git a/src/linguist/lupdate/lupdate.pro b/src/linguist/lupdate/lupdate.pro index 6ad523e..02e315e 100644 --- a/src/linguist/lupdate/lupdate.pro +++ b/src/linguist/lupdate/lupdate.pro @@ -18,8 +18,8 @@ build_all:!build_pass { include(../shared/formats.pri) include(../shared/proparser.pri) -#include($$QT.declarative.sources/qml/parser/parser.pri) -#INCLUDEPATH += $$QT.declarative.sources/qml $$QT.declarative.includes +include($$QT.declarative.sources/qml/parser/parser.pri) +INCLUDEPATH += $$QT.declarative.sources/qml $$QT.declarative.includes SOURCES += \ main.cpp \