~kubuntu-members/perlqt/4.11

« back to all changes in this revision

Viewing changes to qtxmlpatterns/lib/QtXmlPatterns4.pm

  • Committer: Chris Burel
  • Date: 2012-02-05 13:12:59 UTC
  • Revision ID: git-v1:fe006f6a20c313da28d5f8ca02fca27434c13b78
Rename generated libraries to have 'Perl' prefix.

This is to avoid the namespace collision on Windows between the
QtCore4.dll perl extension, and the QtCore4.dll Qt library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
our $VERSION = '0.96';
49
49
 
50
 
XSLoader::load('QtXmlPatterns4', $VERSION);
 
50
XSLoader::load('PerlQtXmlPatterns4', $VERSION);
51
51
 
52
52
QtXmlPatterns4::_internal::init();
53
53