diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-26 14:54:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-15 14:54:07 +0900 |
commit | 838094bf63c64e394f41c21553ced43cc4170060 (patch) | |
tree | 6a66487124c12641f7d57954e5c75f750a453994 /smoke/tqt/generate.pl.in | |
parent | 1945c9975f0302ecd8532076d0e407537bac9524 (diff) | |
download | libtqt-perl-838094bf63c64e394f41c21553ced43cc4170060.tar.gz libtqt-perl-838094bf63c64e394f41c21553ced43cc4170060.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tqt/generate.pl.in')
-rw-r--r-- | smoke/tqt/generate.pl.in | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 078e93f..5a7d351 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -38,28 +38,28 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change # Find out which header files we need to parse # We don't want all of them - e.g. not template-based stuff my %excludes = ( - 'ntqaccessible.h' => 1, # Accessibility support is not compiled by defaut - 'ntqassistantclient.h' => 1, # Not part of TQt (introduced in TQt-3.1) - 'ntqmotif.h' => 1, # - 'ntqmotifwidget.h' => 1, # Motif extension (introduced in TQt-3.1) - 'ntqmotifdialog.h' => 1, # - 'ntqxt.h' => 1, # Xt - 'ntqxtwidget.h' => 1, # Xt - 'ntqdns.h' => 1, # internal - 'ntqgl.h' => 1, # OpenGL - 'ntqglcolormap.h' => 1, # OpenGL - 'ntqnp.h' => 1, # NSPlugin - 'ntqwidgetfactory.h' => 1, # Just an interface - 'ntqsharedmemory.h' => 1, # "not part of the TQt API" they say - 'ntqwindowsstyle.h' => 1, # TQt windowsstyle, plugin - 'ntqmotifstyle.h' => 1, - 'ntqcompactstyle.h' => 1, - 'ntqinterlacestyle.h' => 1, - 'ntqmotifplusstyle.h' => 1, - 'ntqsgistyle.h' => 1, - 'ntqplatinumstyle.h' => 1, - 'ntqcdestyle.h' => 1, - 'ntqwindowsxpstyle.h' => 1 # play on the safe side + 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut + 'tqassistantclient.h' => 1, # Not part of TQt (introduced in TQt-3.1) + 'tqmotif.h' => 1, # + 'tqmotifwidget.h' => 1, # Motif extension (introduced in TQt-3.1) + 'tqmotifdialog.h' => 1, # + 'tqxt.h' => 1, # Xt + 'tqxtwidget.h' => 1, # Xt + 'tqdns.h' => 1, # internal + 'tqgl.h' => 1, # OpenGL + 'tqglcolormap.h' => 1, # OpenGL + 'tqnp.h' => 1, # NSPlugin + 'tqwidgetfactory.h' => 1, # Just an interface + 'tqsharedmemory.h' => 1, # "not part of the TQt API" they say + 'tqwindowsstyle.h' => 1, # TQt windowsstyle, plugin + 'tqmotifstyle.h' => 1, + 'tqcompactstyle.h' => 1, + 'tqinterlacestyle.h' => 1, + 'tqmotifplusstyle.h' => 1, + 'tqsgistyle.h' => 1, + 'tqplatinumstyle.h' => 1, + 'tqcdestyle.h' => 1, + 'tqwindowsxpstyle.h' => 1 # play on the safe side ); # Some systems have a TQTDIR = TDEDIR = PREFIX |