~kubuntu-members/perlqt/4.11

« back to all changes in this revision

Viewing changes to qt3support/lib/Qt3Support4.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:
66
66
 
67
67
our $VERSION = '0.96';
68
68
 
69
 
XSLoader::load('Qt3Support4', $VERSION);
 
69
XSLoader::load('PerlQt3Support4', $VERSION);
70
70
 
71
71
Qt3Support4::_internal::init();
72
72