Advertisement
Guest User

Untitled

a guest
Jul 19th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.63 KB | None | 0 0
  1. diff --git a/lib/rules.xml b/lib/rules.xml
  2. index b45bdad..da524c8 100644
  3. --- a/lib/rules.xml
  4. +++ b/lib/rules.xml
  5. @@ -53,5 +53,17 @@
  6.                  <lib file="plugins/mediaservice/libqtmultimediakit_androidcam.so"/>
  7.              </depends>
  8.          </lib>
  9. +
  10. +        <lib name="Qt3D">
  11. +            <depends>
  12. +                <lib file="libs/QtOpenGL.so"/>
  13. +            </depends>
  14. +        </lib>
  15. +        <lib name="Qt3DQuick">
  16. +            <depends>
  17. +                <lib file="libs/libQtOpenGL.so"/>
  18. +                <lib file="libs/libQt3D.so"/>
  19. +            </depends>
  20. +        </lib>
  21.      </dependencies>
  22.  </rules>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement