summaryrefslogtreecommitdiffstats
path: root/smoke/kde/generate.pl.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-10 14:08:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-10 14:08:32 -0600
commit5081483ceaca2e4bd12cb4f10171df41acece3cd (patch)
tree6f7f53f01814cfdeac8ab390f98e054b47372004 /smoke/kde/generate.pl.in
parente4b446a60feaf37a36f6e301885178dd38161794 (diff)
downloadtdebindings-5081483ceaca2e4bd12cb4f10171df41acece3cd.tar.gz
tdebindings-5081483ceaca2e4bd12cb4f10171df41acece3cd.zip
Support tqt3
Diffstat (limited to 'smoke/kde/generate.pl.in')
-rw-r--r--smoke/kde/generate.pl.in48
1 files changed, 24 insertions, 24 deletions
diff --git a/smoke/kde/generate.pl.in b/smoke/kde/generate.pl.in
index bb124871..3aa180da 100644
--- a/smoke/kde/generate.pl.in
+++ b/smoke/kde/generate.pl.in
@@ -47,30 +47,30 @@ 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 = (
- 'qaccessible.h' => 1, # Accessibility support is not compiled by defaut
- 'qassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1)
- 'qmotif.h' => 1, #
- 'qmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1)
- 'qmotifdialog.h' => 1, #
- 'qxt.h' => 1, # Xt
- 'qxtwidget.h' => 1, # Xt
- 'qdns.h' => 1, # internal
- 'qgl.h' => 1, # OpenGL
- 'qglcolormap.h' => 1, # OpenGL
- 'qnp.h' => 1, # NSPlugin
- 'qttableview.h' => 1, # Not in Qt anymore...
- 'qtmultilineedit.h' => 1, # Not in Qt anymore...
- 'qwidgetfactory.h' => 1, # Just an interface
- 'qsharedmemory.h' => 1, # "not part of the Qt API" they say
- 'qwindowsstyle.h' => 1, # Qt windowsstyle, plugin
- 'qmotifstyle.h' => 1,
- 'qcompactstyle.h' => 1,
- 'qinterlacestyle.h' => 1,
- 'qmotifplusstyle.h' => 1,
- 'qsgistyle.h' => 1,
- 'qplatinumstyle.h' => 1,
- 'qcdestyle.h' => 1,
- 'qwindowsxpstyle.h' => 1 # play on the safe side
+ 'ntqaccessible.h' => 1, # Accessibility support is not compiled by defaut
+ 'ntqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1)
+ 'ntqmotif.h' => 1, #
+ 'ntqmotifwidget.h' => 1, # Motif extension (introduced in Qt-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
+ 'ntqttableview.h' => 1, # Not in Qt anymore...
+ 'ntqtmultilineedit.h' => 1, # Not in Qt anymore...
+ 'ntqwidgetfactory.h' => 1, # Just an interface
+ 'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say
+ 'ntqwindowsstyle.h' => 1, # Qt 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
);
# Some systems have a QTDIR = TDEDIR = PREFIX