diff options
author | Timothy Pearson <[email protected]> | 2012-02-22 10:48:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-22 10:48:49 -0600 |
commit | d4cd5921a7b9fefabc4b1d0c914af233384d7890 (patch) | |
tree | 894a7ceca2c8b6b80827c588595150359d8a3c38 /smoke/qt/generate.pl.in | |
parent | 3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff) | |
download | libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip |
Convert to build under tqt3
Diffstat (limited to 'smoke/qt/generate.pl.in')
-rw-r--r-- | smoke/qt/generate.pl.in | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/smoke/qt/generate.pl.in b/smoke/qt/generate.pl.in index 4fa8cd4..d002af8 100644 --- a/smoke/qt/generate.pl.in +++ b/smoke/qt/generate.pl.in @@ -38,30 +38,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 TQt (introduced in TQt-3.1) - 'qmotif.h' => 1, # - 'qmotifwidget.h' => 1, # Motif extension (introduced in TQt-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 TQt anymore... - 'qtmultilineedit.h' => 1, # Not in TQt anymore... - 'qwidgetfactory.h' => 1, # Just an interface - 'qsharedmemory.h' => 1, # "not part of the TQt API" they say - 'qwindowsstyle.h' => 1, # TQt 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 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 + 'ntqttableview.h' => 1, # Not in TQt anymore... + 'ntqtmultilineedit.h' => 1, # Not in TQt anymore... + '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 ); # Some systems have a TQTDIR = KDEDIR = PREFIX |