aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtDeclarative
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-11-19 18:59:44 -0300
committerRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-11-19 19:01:41 -0300
commit6cefd33cd08232b25a3b81d598b88ec47aa5aad2 (patch)
treef2894627ae1d8056a1a1aa654dc5b3b156e3a131 /PySide/QtDeclarative
parentca0e17a45ed333c6b88f17df554757644d8041a4 (diff)
Fixed use of QtDeclarative include header to work with MacOS.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'PySide/QtDeclarative')
-rw-r--r--PySide/QtDeclarative/typesystem_declarative.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtDeclarative/typesystem_declarative.xml b/PySide/QtDeclarative/typesystem_declarative.xml
index 0b78ca8a3..c672a8c78 100644
--- a/PySide/QtDeclarative/typesystem_declarative.xml
+++ b/PySide/QtDeclarative/typesystem_declarative.xml
@@ -25,7 +25,7 @@
<enum-type identified-by-value="QML_HAS_ATTACHED_PROPERTIES" since="4.7">
<extra-includes>
- <include file-name="Qt/qdeclarative.h" location="global"/>
+ <include file-name="QtDeclarative" location="global"/>
</extra-includes>
</enum-type>