From: Liang Qi Date: Thu, 23 Dec 2010 08:38:00 +0000 (+0100) Subject: Add the private_includes path to the modules .pri file X-Git-Tag: upstream/5.2.1~4484 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=258ceb1b33761d74a936c8dde1ceb910aacddb42;p=platform%2Fupstream%2Fqtdeclarative.git Add the private_includes path to the modules .pri file --- diff --git a/modules/qt_declarative.pri b/modules/qt_declarative.pri index 1ddd14a..c27a87e 100644 --- a/modules/qt_declarative.pri +++ b/modules/qt_declarative.pri @@ -5,6 +5,7 @@ QT_DECLARATIVE_PATCH_VERSION = $$QT_PATCH_VERSION QT.declarative.name = QtDeclarative QT.declarative.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtDeclarative +QT.declarative.private_includes = $$QT_MODULE_INCLUDE_BASE/QtDeclarative/private QT.declarative.sources = $$QT_MODULE_BASE/src/declarative QT.declarative.libs = $$QT_MODULE_LIB_BASE QT.declarative.depends = gui script network