Skip to content

Commit

Permalink
Add the private_includes path to the modules .pri file
Browse files Browse the repository at this point in the history
  • Loading branch information
Liang Qi authored and axis committed Apr 27, 2011
1 parent 64c7e81 commit 258ceb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/qt_declarative.pri
Expand Up @@ -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

0 comments on commit 258ceb1

Please sign in to comment.