HIGHLY EXPERIMENTAL API subject to rapid and substantial change Test code is included; be warned git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1149288 283d02a7-25f6-0310-bc7c-ecb5cbfe19dav3.5.13-sru
parent
4ae6b1ec19
commit
2816be9dc2
@ -0,0 +1,3 @@
|
||||
Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
|
||||
For the Trinity project
|
@ -0,0 +1,37 @@
|
||||
# This file is part of the KDE libraries
|
||||
# Copyright (C) 1996-1997 Matthias Kalle Dalheimer (kalle@kde.org)
|
||||
# (C) 1997,1998 Stephan Kulow (coolo@kde.org)
|
||||
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Library General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 2 of the License, or (at your option) any later version.
|
||||
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Library General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Library General Public License
|
||||
# along with this library; see the file COPYING.LIB. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
|
||||
|
||||
COMPILE_FIRST = libltdl qtinterface
|
||||
# COMPILE_BEFORE_doc = qtinterface
|
||||
|
||||
$(top_srcdir)/acinclude.m4: $(top_srcdir)/libltdl/ltdl.m4
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.6.1
|
||||
|
||||
EXTRA_DIST = admin \
|
||||
COMPILING DEBUG \
|
||||
NAMING tqtinterface.lsm \
|
||||
configure.in.in configure.in.mid configure.in.bot
|
||||
|
||||
MAINTAINERCLEANFILES = configure.files subdirs
|
||||
|
||||
dist-hook:
|
||||
cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin
|
||||
|
@ -0,0 +1,14 @@
|
||||
This document describes the naming convention for the various kinds
|
||||
of DSOs (Dynamic Shared Objects).
|
||||
|
||||
NOTE: Files of the format xxxx.la are libtool files that describe the
|
||||
actual DSO. The DSO itself is usually named xxxx.so or libxxxx.so.
|
||||
Some platforms require that the name of a DSO starts with "lib". On
|
||||
those platforms xxxx.la and libxxxx.la both generate DSOs with the
|
||||
same name "libxxxx.so". Since this leads to problems you should never
|
||||
use both "xxxx.la" and "libxxxx.la" as names for DSOs!!
|
||||
|
||||
*** Since <appname>.la is reserved for KDEInit loadable modules, it is
|
||||
*** strongly recommended NEVER to use lib<appname>.la as the name of a
|
||||
*** library.
|
||||
|
@ -0,0 +1,139 @@
|
||||
In this file:
|
||||
|
||||
* About tqtinterface
|
||||
* Licensing
|
||||
* Common Mistakes
|
||||
* Upgrading
|
||||
* Compile Problems
|
||||
* More Info
|
||||
|
||||
|
||||
About tqtinterface
|
||||
-------------
|
||||
This is version 3.5.12 of the Trinity Qt Interface
|
||||
|
||||
This package includes libraries that abstract the underlying Qt system from
|
||||
the actual Trinity code, allowing easy, complete upgrades to new versions of Qt.
|
||||
|
||||
It also contains various functions that have been removed from newer versions of Qt,
|
||||
but are completely portable and isolated from other APIs such as Xorg. This allows
|
||||
the Trinity project to efficiently perform certain operations that are infeasible
|
||||
or unneccessarily difficult when using pure Qt4 or above.
|
||||
|
||||
* qtinterface
|
||||
The man Qt interface library. Any Qt functions you wish to use
|
||||
need to be prefixed with a T. For example, QTimer becomes TQTimer.
|
||||
We will handle all required Qt calls. Do not touch your television.
|
||||
We will adjust it for you. ;-)
|
||||
|
||||
|
||||
Licensing
|
||||
---------
|
||||
The libraries themselves have been covered (since Tuesday, June 29, 2010)
|
||||
by the GNU General Public License (GPL). Any other programs (such
|
||||
as the examples) are covered by the GNU General Public License (GPL). All
|
||||
the gory details for the LGPL reside in COPYING.LIB, and for the GPL reside
|
||||
in COPYING.
|
||||
|
||||
When in doubt, check the individual file, they should all have license
|
||||
headings and other identifying marks.
|
||||
|
||||
|
||||
Common Mistakes
|
||||
---------------
|
||||
If configure claims Qt cannot be found, look at http://www.trolltech.com
|
||||
to get a copy of Qt, version 3.3.0 or newer. If you have peeked there
|
||||
already, grab the SVN module qt-copy from anonsvn.kde.org, or a snapshot
|
||||
thereof. Alternatively the svn module qt-copy from svn.kde.org can also be
|
||||
used.
|
||||
|
||||
|
||||
Debugging
|
||||
---------
|
||||
You can use --enable-debug with the configure script, if you want to have
|
||||
debug code in your Trinity libs. If you have the space and can stand code that's
|
||||
somewhat slower, this is worth it. The extra information really
|
||||
helps debugging and thus bugfixing.
|
||||
|
||||
On the other hand, --disable-debug removes all debug messages, leading
|
||||
to a faster and cleaner desktop.
|
||||
|
||||
See also the file DEBUG.
|
||||
|
||||
|
||||
Compile Problems
|
||||
----------------
|
||||
Often, Trinity compile failures are not Trinity's fault but the one of the
|
||||
compiler or the distribution used. For that reason, please have a look at
|
||||
http://developer.kde.org/build/compilationfaq.html for known issues in certain OS
|
||||
environments before reporting bugs or going mad :).
|
||||
|
||||
gcc 3.0/3.0.1 is not yet able to compile all of Trinity without errors, mostly
|
||||
due to bugs in this version of the compiler. Some older version of gcc 2.96
|
||||
also have problems compiling Trinity due to compiler bugs. Even though
|
||||
compilation may not report errors with these compiler, the usage of these
|
||||
compilers may cause crashes when using the resulting executables.
|
||||
|
||||
If you are running a FreeBSD system, you will need to make sure that LIBS
|
||||
is set to "-Wl,-export-dynamic". The easiest way to do this is to prefix
|
||||
configure with it, i.e.: LIBS="-Wl,-export-dynamic" ./configure. Thanks to
|
||||
Will Andrews <will@FreeBSD.org> and Arun Sharma <adsharma@sharmas.dhs.org>
|
||||
for identifying what needed to be done, and how to do it, and such.
|
||||
|
||||
If you get odd error such as:
|
||||
|
||||
as: Error: /var/tmp/ccK1Cfxa.s, line 2827: Truncating token:
|
||||
__t4pair2Zt18__rb_tree_iterator3Zt4pair2ZCt12basic_string3ZcZt18string_char_trai
|
||||
ts1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_traits1
|
||||
ZcZt24__default_alloc_template2b0i0ZRt4pair2ZCt12basic_string3ZcZt18string_char_
|
||||
traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char_tra
|
||||
its1ZcZt24__default_alloc_template2b0i0ZPt4pair2ZCt12basic_string3ZcZt18string_c
|
||||
har_traits1ZcZt24__default_alloc_template2b0i0Zt12basic_string3ZcZt18string_char
|
||||
_traits1ZcZt24__default_alloc_template2b0i0ZbRCt18__rb_tree_iterator3Zt4pair2ZCt
|
||||
12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0i0Zt12b
|
||||
asic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0i0ZRt4pair
|
||||
2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0i0Z
|
||||
t12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0i0ZPt4
|
||||
pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b
|
||||
0i0Zt12basic_string3ZcZt18strin!
|
||||
g_char_traits1ZcZt24__default_al
|
||||
|
||||
and you're using egcs, try re-compiling all your C++ libs with -fsquangle,
|
||||
and then recompiling whatever you were working on with -fsquangle. It
|
||||
should help, and more information about this is available on the egcs FAQ
|
||||
available at http://egcs.cygnus.com
|
||||
|
||||
|
||||
How to report
|
||||
-------------
|
||||
Reporting bugs is an art. Why? Because bug reports can help and hinder.
|
||||
|
||||
They hinder if the developers are just buried in an avalanche of bug reports.
|
||||
They spend hours figuring out which bug reports are valid and which aren't,
|
||||
which bug reports are due to bugs or due to installation problems.
|
||||
|
||||
They can be of tremendous help to notify developers on problems in areas that
|
||||
they normally don't have access (e.g. Trinity on AIX) to.
|
||||
|
||||
So, here are some tips on bug reporting:
|
||||
|
||||
* make sure your bug is due to Trinity ... and not due to a packaging problem of
|
||||
your Linux distributor. For example, most "I can not install the XYZ.rpm"
|
||||
problem are due to packaging issues. Refer with such questions to your
|
||||
Linux Distributor and his appropriate mailing list or bug reporting tool.
|
||||
|
||||
* The chance is high that your bug has already been dealt with ... so look
|
||||
if there is a newer version of tqtinterface available. Reporting bugs for
|
||||
older, deprecated versions usually don't get that much attention :-)
|
||||
|
||||
* Also the chance is high that another one experienced your problem. The
|
||||
bug report wizard at http://bugs.pearsoncomputing.net will help you to
|
||||
find out if your problem has already been reported.
|
||||
|
||||
* The best bug report for a project based on voluntary work is of course one
|
||||
that comes with a patch that solves the problem. :-)
|
||||
|
||||
|
||||
More info
|
||||
---------
|
||||
http://trinity.pearsoncomputing.net
|
@ -0,0 +1,2 @@
|
||||
dnl put here things which have to be done as very last part of configure
|
||||
|
@ -0,0 +1,385 @@
|
||||
# Original Author was Kalle@kde.org
|
||||
# I lifted it in some mater. (Stephan Kulow)
|
||||
# I used much code from Janos Farkas
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(acinclude.m4) dnl a source file from your sub dir
|
||||
|
||||
dnl This is so we can use kde-common
|
||||
AC_CONFIG_AUX_DIR(admin)
|
||||
|
||||
dnl Setting the prefix for kdelibs uses a special version of KDE_SET_PREFIX
|
||||
dnl (since that one normally looks for existing kde installations)
|
||||
KDE_SET_PREFIX_CORE
|
||||
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_ARG_PROGRAM
|
||||
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_PROG_INSTALL
|
||||
|
||||
dnl generate the config header
|
||||
AM_CONFIG_HEADER(config.h) dnl at the distribution this done
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_CHECK_COMPILERS
|
||||
AC_LIBLTDL_CONVENIENCE
|
||||
|
||||
AC_ENABLE_SHARED(yes)
|
||||
AC_ENABLE_STATIC(no)
|
||||
KDE_PROG_LIBTOOL
|
||||
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_C
|
||||
KDE_LIB_LTDL
|
||||
AC_LANG_RESTORE
|
||||
|
||||
dnl for NLS support. Call them in this order!
|
||||
dnl WITH_NLS is for the po files, GNU_GETTEXT for the sources
|
||||
AM_KDE_WITH_NLS
|
||||
AM_KDE_GNU_GETTEXT
|
||||
|
||||
dnl Checks for header files.
|
||||
KDE_CHECK_STL
|
||||
AC_HEADER_DIRENT
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS(sys/param.h sys/mman.h sys/time.h sysent.h strings.h sys/stat.h sys/select.h paths.h malloc.h limits.h sys/soundcard.h dlfcn.h termios.h sys/prctl.h)
|
||||
|
||||
AC_ARG_WITH(acl,
|
||||
[AC_HELP_STRING(--with-acl,
|
||||
[enable support for POSIX ACLs @<:@default=check@:>@])],
|
||||
[], with_acl=check)
|
||||
|
||||
ACL_LIBS=""
|
||||
if test "x$with_acl" != xno; then
|
||||
USE_POSIX_ACL=yes
|
||||
HAVE_NON_POSIX_ACL_EXTENSIONS=no
|
||||
KDE_CHECK_HEADER(sys/acl.h, ,[USE_POSIX_ACL="no"])
|
||||
HAVE_SYS_XATTR_H=no
|
||||
KDE_CHECK_HEADER(sys/xattr.h,[HAVE_SYS_XATTR_H="yes"],)
|
||||
if test "$HAVE_SYS_XATTR_H" = "yes" ; then
|
||||
AC_DEFINE([HAVE_SYS_XATTR_H], 1, [Define if system has the sys/xattr.h header.])
|
||||
fi
|
||||
|
||||
case $host in
|
||||
*-*-freebsd*)
|
||||
KDE_CHECK_LIB(c,acl_init,[ACL_LIBS="-lc"],[USE_POSIX_ACL="no"])
|
||||
;;
|
||||
*)
|
||||
KDE_CHECK_HEADER(attr/libattr.h, ,[USE_POSIX_ACL="no"])
|
||||
KDE_CHECK_LIB(acl,acl_init,[ACL_LIBS="-lacl -lattr"],[USE_POSIX_ACL="no"])
|
||||
KDE_CHECK_HEADER(acl/libacl.h,[HAVE_NON_POSIX_ACL_EXTENSIONS="yes"],)
|
||||
if test "$HAVE_SYS_XATTR_H" = "no" ; then
|
||||
USE_POSIX_ACL="no"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$USE_POSIX_ACL" = "yes" ; then
|
||||
AC_DEFINE([USE_POSIX_ACL], 1, [Define if system has POSIX ACL support.])
|
||||
if test "$HAVE_NON_POSIX_ACL_EXTENSIONS" = "yes" ; then
|
||||
AC_DEFINE([HAVE_NON_POSIX_ACL_EXTENSIONS], 1, [Define if system has non-POSIX extensions to the ACL support.])
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "x$with_acl" != xcheck && test "$USE_POSIX_ACL" != "yes"; then
|
||||
AC_MSG_ERROR([--with-acl was given, but test for POSIX ACLs failed])
|
||||
fi
|
||||
fi
|
||||
AC_SUBST(ACL_LIBS)
|
||||
|
||||
DCOPIDL2CPP="compiled"
|
||||
DCOPIDL="compiled"
|
||||
DCOPIDLNG="compiled"
|
||||
MEINPROC="compiled"
|
||||
KDECONFIG="compiled"
|
||||
KCONFIG_COMPILER="compiled"
|
||||
MAKEKDEWIDGETS="compiled"
|
||||
|
||||
dnl Checks for libraries etc
|
||||
AC_BASE_PATH_KDE([don't test]) dnl kdelibs is a special case
|
||||
KDE_ENABLE_HIDDEN_VISIBILITY
|
||||
|
||||
AC_CREATE_KFSSTND(default)
|
||||
AC_SUBST_KFSSTND
|
||||
|
||||
KDE_CREATE_LIBS_ALIASES
|
||||
|
||||
AC_DEFUN([KDE_DO_UIC_AGAIN],
|
||||
[
|
||||
AC_REQUIRE([AC_PATH_QT_MOC_UIC])
|
||||
UIC=$UIC_PATH
|
||||
if test x$ac_uic_supports_nounload = xyes; then
|
||||
UIC="$UIC -nounload"
|
||||
fi
|
||||
AC_SUBST(UIC)
|
||||
])
|
||||
KDE_DO_UIC_AGAIN
|
||||
|
||||
# configure would do this very late. Too late for us!
|
||||
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
||||
|
||||
AC_DEFINE_UNQUOTED(KDEDIR, "$prefix", [The prefix to use as fallback])
|
||||
KDE_EXPAND_MAKEVAR(ac_kde_sysconfdir, sysconfdir)
|
||||
AC_DEFINE_UNQUOTED(KDESYSCONFDIR, "$ac_kde_sysconfdir", [The compiled in system configuration prefix])
|
||||
|
||||
ac_cpp_safe=$ac_cpp
|
||||
ac_CPPFLAGS_safe=$CPPFLAGS
|
||||
CPPFLAGS="$CPPFLAGS $X_INCLUDES"
|
||||
ac_cpp='$CXXCPP $CPPFLAGS'
|
||||
KDE_CHECK_HEADERS(X11/extensions/shape.h,,,
|
||||
[
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
])
|
||||
KDE_CHECK_HEADERS(X11/extensions/XShm.h,
|
||||
[have_mitshm=yes], [have_mitshm=no], [#include <X11/Xlib.h>])
|
||||
KDE_CHECK_HEADERS(X11/ICE/ICElib.h)
|
||||
KDE_CHECK_HEADER(sys/sendfile.h, [have_sendfile=yes], )
|
||||
ac_cpp=$ac_cpp_safe
|
||||
CPPFLAGS=$ac_CPPFLAGS_safe
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_HEADER_TIME
|
||||
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_C
|
||||
dnl AC_C_BIGENDIAN has a bug (one of its tests uses "main()" instead of
|
||||
dnl "int main()") so C++ compilers would break. Thats why we switch languages
|
||||
AC_C_BIGENDIAN
|
||||
AC_LANG_RESTORE
|
||||
|
||||
dnl check if the compiler has bool
|
||||
AC_CHECK_BOOL
|
||||
|
||||
dnl Checks for library functions.
|
||||
AC_CHECK_SETENV
|
||||
AC_CHECK_UNSETENV
|
||||
AC_CHECK_RANDOM
|
||||
AC_CHECK_MKSTEMPS
|
||||
AC_CHECK_MKSTEMP
|
||||
AC_CHECK_MKDTEMP
|
||||
AC_CHECK_FUNCS(strtoll socket seteuid setegid strfmon stpcpy gettimeofday readdir_r setpriority tcgetattr tcsetattr)
|
||||
|
||||
AH_BOTTOM([
|
||||
/* provide a definition for a 32 bit entity, usable as a typedef, possibly
|
||||
extended by "unsigned" */
|
||||
#undef INT32_BASETYPE
|
||||
#ifdef SIZEOF_INT
|
||||
#if SIZEOF_INT == 4
|
||||
#define INT32_BASETYPE int
|
||||
#endif
|
||||
#endif
|
||||
#if !defined(INT32_BASETYPE) && defined(SIZEOF_LONG)
|
||||
#if SIZEOF_LONG == 4
|
||||
#define INT32_BASETYPE long
|
||||
#endif
|
||||
#endif
|
||||
#ifndef INT32_BASETYPE
|
||||
#define INT32_BASETYPE int
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SETEUID
|
||||
#define HAVE_SETEUID
|
||||
#define HAVE_SETEUID_FAKE
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int seteuid(INT32_BASETYPE euid); /* defined in fakes.c */
|
||||
#endif
|
||||
])
|
||||
|
||||
AC_CHECK_USLEEP
|
||||
AC_CHECK_GETHOSTNAME
|
||||
AC_CHECK_RANDOM
|
||||
AC_CHECK_S_ISSOCK
|
||||
AC_CHECK_INITGROUPS
|
||||
|
||||
AC_MSG_CHECKING([for mount tab file])
|
||||
AC_CACHE_VAL(kde_cv_mtab_file,
|
||||
[
|
||||
kde_cv_mtab_file=no
|
||||
|
||||
for ac_file in \
|
||||
\
|
||||
/etc/mtab \
|
||||
/etc/mnttab \
|
||||
; \
|
||||
do
|
||||
if test -r "$ac_file"; then
|
||||
kde_cv_mtab_file=$ac_file
|
||||
break
|
||||
fi
|
||||
done
|
||||
])
|
||||
|
||||
AC_MSG_RESULT($kde_cv_mtab_file)
|
||||
if test "$kde_cv_mtab_file" != "no"; then
|
||||
AC_DEFINE_UNQUOTED(MTAB_FILE, "$kde_cv_mtab_file", [Define the file for mount entries])
|
||||
fi
|
||||
|
||||
if test -n "$qt_includes"; then
|
||||
QNAMESPACE_H="$qt_includes/qnamespace.h"
|
||||
fi
|
||||
AC_SUBST(QNAMESPACE_H)
|
||||
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_CPLUSPLUS
|
||||
AC_MSG_CHECKING([if getmntinfo() uses struct statvfs])
|
||||
AC_TRY_LINK([#include <sys/types.h>
|
||||
#include <sys/statvfs.h>
|
||||
],[int flags = 0; struct statvfs *mntbufp; return getmntinfo(&mntbufp, flags);],
|
||||
[AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(GETMNTINFO_USES_STATVFS,,[getmntinfo() uses struct statvfs])],
|
||||
AC_MSG_RESULT(no))
|
||||
AC_LANG_RESTORE
|
||||
|
||||
dnl output files
|
||||
AC_SUBST(x_includes)
|
||||
AC_SUBST(x_libraries)
|
||||
AC_SUBST(LIBSOCKET)
|
||||
AC_SUBST(LIBCOMPAT)
|
||||
AC_SUBST(LIBUTIL)
|
||||
AC_SUBST(LIBRESOLV)
|
||||
AC_SUBST(LIBICE)
|
||||
|
||||
AC_SUBST(LIB_TQT, '$(top_builddir)/qtinterface/libtqt.la')
|
||||
|
||||
AC_SUBST(EXTRA_SUBDIRS)
|
||||
|
||||
AC_MSG_CHECKING(if sendfile() is wanted)
|
||||
AC_ARG_ENABLE(sendfile,
|
||||
AC_HELP_STRING([--enable-sendfile],[enable the use of sendfile() (Linux only)]),
|
||||
[if test "$enableval" = yes; then
|
||||
AC_MSG_RESULT(yes)
|
||||
want_sendfile="yes"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi], [AC_MSG_RESULT(no)])
|
||||
|
||||
if test "$want_sendfile" = "yes" -a "$have_sendfile" = "yes"; then
|
||||
AC_SUBST(HAVE_SENDFILE)
|
||||
AC_DEFINE(HAVE_SENDFILE,1,[Define if you want sendfile() support])
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING(if MIT-SHM support is wanted)
|
||||
AC_ARG_ENABLE(mitshm,
|
||||
AC_HELP_STRING([--enable-mitshm],[use MIT-SHM for pixmap loading/saving]),
|
||||
[if test "$enableval" = yes; then
|
||||
AC_MSG_RESULT(yes)
|
||||
want_mitshm="yes"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi], [AC_MSG_RESULT(yes); want_mitshm="yes"])
|
||||
|
||||
if test "$want_mitshm" = "yes" -a "$have_mitshm" = "yes"; then
|
||||
AC_SUBST(HAVE_MITSHM)
|
||||
AC_DEFINE(HAVE_MITSHM,1,[Define if you want MIT-SHM support])
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNC(posix_fadvise,[AC_DEFINE(HAVE_FADVISE,1,[Define is posix_fadvise is supported] )])
|
||||
|
||||
ac_save_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_LDFLAGS -lICE"
|
||||
AC_CHECK_FUNCS(_IceTransNoListen)
|
||||
LIBS="$ac_save_LIBS"
|
||||
|
||||
if test "x$kde_use_qt_emb" != "xyes"; then
|
||||
CXXFLAGS="$CXXFLAGS $USE_RTTI"
|
||||
fi
|
||||
|
||||
AC_ARG_WITH([rgbfile],
|
||||
AC_HELP_STRING([--with-rgbfile=path], [Define custom path for rgb.txt. (default: \$(x11libdir)/X11/rgb.txt)]),
|
||||
[rgb_file=$withval], [rgb_file="$x_libraries/X11/rgb.txt"])
|
||||
|
||||
AC_DEFINE_UNQUOTED(X11_RGBFILE, "$rgb_file", [where rgb.txt is in])
|
||||
|
||||
AC_MSG_CHECKING([for Compiler version])
|
||||
case "$CXX" in
|
||||
xlC*)
|
||||
# The __IBMCPP__ macro contains the C++ compiler version in decimal notation.
|
||||
echo "__IBMCPP__" > conftest.C
|
||||
|
||||
# Preprocess and at least make sure it's returned a number.
|
||||
changequote(, )dnl
|
||||
$CXX -E conftest.C 2>&1 | grep "^[0-9][0-9][0-9]" > conftest.i
|
||||
changequote([, ])dnl
|
||||
|
||||
# "502" would signify version 5.0.2.
|
||||
clean_compiler_version="$CXX version "`cut -b1 conftest.i`"."`cut -b2 conftest.i`"."`cut -b3 conftest.i`
|
||||
rm -f conftest.C conftest.i
|
||||
;;
|
||||
KCC*)
|
||||
# KCC doesn't give it's version, if nothing is compiled (the frontend
|
||||
# isn't called in that case)
|
||||
rm -f conftest.C conftest.o
|
||||
echo "void f(void) {}" > conftest.C
|
||||
clean_compiler_version=`$CXX -V -c conftest.C -o conftest.o 2>&1 | sed 's/--.*//'`
|
||||
rm -f conftest.C conftest.o
|
||||
;;
|
||||
*)
|
||||
for flag in '-v' '-V' '--version' '-version'; do
|
||||
compiler_version=`$CXX $flag 2>&1 | egrep -v "Reading specs|Using built-?in specs|Configured with|Thread model" | head -n 1`
|
||||
clean_compiler_version=`echo $compiler_version | egrep -vi 'Usage|ERROR|unknown option|WARNING|missing|###'`
|
||||
test -n "$clean_compiler_version" && break
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
||||
# Quote backslashesm, as we are going to make this a string.
|
||||
clean_compiler_version=`echo $clean_compiler_version | sed 's/\([\\\\]\)/\\\\\\1/g'`
|
||||
if test -z "$clean_compiler_version"; then
|
||||
clean_compiler_version="unknown"
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(KDE_COMPILER_VERSION, "$clean_compiler_version", [what C++ compiler was used for compilation])
|
||||
AC_MSG_RESULT($clean_compiler_version)
|
||||
|
||||
AC_MSG_CHECKING([for uname])
|
||||
case `uname -s` in
|
||||
AIX)
|
||||
IBM_ARCH=PowerPC #good default
|
||||
if [ -x /usr/sbin/lsdev -a -x /usr/sbin/lsattr ]; then
|
||||
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -n 1 | awk '{ print $1 }'`
|
||||
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
|
||||
IBM_ARCH=POWER
|
||||
fi
|
||||
fi
|
||||
uname_string=`uname -svr | awk '{ print $1" "$3"."$2 }'`" ${IBM_ARCH}"
|
||||
;;
|
||||
*)
|
||||
uname_string=`uname -smr`
|
||||
;;
|
||||
esac
|
||||
AC_DEFINE_UNQUOTED(KDE_COMPILING_OS, "$uname_string", [what OS used for compilation])
|
||||
AC_MSG_RESULT($uname_string)
|
||||
|
||||
AC_MSG_CHECKING([for distribution channel])
|
||||
AC_ARG_WITH(distribution,
|
||||
AC_HELP_STRING([--with-distribution],[indicate the distribution in bug reports]),
|
||||
[kde_distribution_text="$withval"
|
||||
], [kde_distribution_text='compiled sources'])
|
||||
AC_DEFINE_UNQUOTED(KDE_DISTRIBUTION_TEXT, "$kde_distribution_text", [Distribution Text to append to OS])
|
||||
AC_MSG_RESULT($kde_distribution_text)
|
||||
|
||||
AC_ARG_WITH(utempter,
|
||||
[AC_HELP_STRING([--with-utempter], [use utempter for utmp management @<:@default=check@:>@])],
|
||||
[], with_utempter=check)
|
||||
if test "x$with_utempter" != xno; then
|
||||
kde_have_utempter=yes
|
||||
AC_CHECK_LIB(utempter, addToUtmp, [LIBUTEMPTER=-lutempter], kde_have_utempter=no)
|
||||
AC_SUBST(LIBUTEMPTER)
|
||||
if test "$kde_have_utempter" = "yes"; then
|
||||
AC_DEFINE_UNQUOTED(HAVE_UTEMPTER, 1, [Define if you have the utempter helper for utmp managment])
|
||||
fi
|
||||
if test "x$with_utempter" != xcheck && test "x$kde_have_utempter" != xyes; then
|
||||
AC_MSG_ERROR([--with-utempter was given, but test for utempter failed])
|
||||
fi
|
||||
fi
|
||||
|
||||
KDE_INIT_DOXYGEN([The KDE API Reference], [Version $VERSION])
|
||||
KDE_CHECK_BINUTILS
|
@ -0,0 +1,7 @@
|
||||
dnl put here things which have to be done after all usual autoconf macros
|
||||
dnl have been run, but before the Makefiles are created
|
||||
|
||||
all_includes='-I$(top_srcdir)/qtinterface -I$(top_srcdir) $(QT_INCLUDES) $(X_INCLUDES) $(KDE_INCLUDES) $(USER_INCLUDES)'
|
||||
AC_SUBST(all_includes)
|
||||
|
||||
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
|
@ -0,0 +1,131 @@
|
||||
# This Makefile.am was taken from the kdelibs distribution and
|
||||
# modified for tqtinterface. Timothy Pearson (6/29/2010)
|
||||
#
|
||||
# Copyright (c) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in
|
||||
# all copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
SUBDIRS = .
|
||||
KDE_OPTIONS = qtonly
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
bin_PROGRAMS =
|
||||
check_PROGRAMS =
|
||||
|
||||
lib_LTLIBRARIES = libtqt.la
|
||||
libtqt_la_SOURCES = tqt.cpp tqaccel.cpp tqaccessible.cpp tqaction.cpp tqapplication.cpp tqasyncio.cpp \
|
||||
tqbuttongroup.cpp tqbutton.cpp \
|
||||
tqcanvas.cpp tqcdestyle.cpp tqcheckbox.cpp tqclipboard.cpp tqcolordialog.cpp tqcombobox.cpp tqcommonstyle.cpp \
|
||||
tqdatabrowser.cpp tqdatatable.cpp tqdataview.cpp tqdatetimeedit.cpp tqdesktopwidget.cpp tqdial.cpp tqdialog.cpp tqdns.cpp tqdockarea.cpp tqdockwindow.cpp tqdragobject.cpp \
|
||||
tqerrormessage.cpp tqeventloop.cpp \
|
||||
tqframe.cpp tqftp.cpp tqfiledialog.cpp \
|
||||
tqgl.cpp tqgplugin.cpp tqgrid.cpp tqgridview.cpp tqgroupbox.cpp tqguardedptr.cpp \
|
||||
tqhbox.cpp tqhbuttongroup.cpp tqheader.cpp tqhgroupbox.cpp tqhttp.cpp \
|
||||
tqiconview.cpp tqimageformatplugin.cpp tqinputcontext.cpp tqinputdialog.cpp \
|
||||
tqlabel.cpp tqlayout.cpp tqlcdnumber.cpp tqlineedit.cpp tqlistbox.cpp tqlistview.cpp tqlocalfs.cpp \
|
||||
tqmainwindow.cpp tqmenubar.cpp tqmessagebox.cpp tqmotifplusstyle.cpp tqmotifstyle.cpp tqmultilineedit.cpp \
|
||||
tqnetworkprotocol.cpp tqnp.cpp \
|
||||
tqobjectcleanuphandler.cpp tqobject.cpp \
|
||||
tqplatinumstyle.cpp tqpopupmenu.cpp tqprintdialog.cpp tqprocess.cpp tqprogressbar.cpp tqprogressdialog.cpp tqpushbutton.cpp \
|
||||
tqradiobutton.cpp tqrangecontrol.cpp \
|
||||
tqscrollbar.cpp tqscrollview.cpp tqsemimodal.cpp tqserversocket.cpp tqsessionmanager.cpp tqsgistyle.cpp tqsignal.cpp tqsignalmapper.cpp tqsizegrip.cpp tqslider.cpp tqsocket.cpp tqsocketnotifier.cpp tqsound.cpp tqspinbox.cpp tqsplashscreen.cpp tqsplitter.cpp tqsqldatabase.cpp tqsqldriver.cpp tqsqldriverplugin.cpp tqsqlform.cpp tqsqlquery.cpp tqstatusbar.cpp tqstyle.cpp tqstyleplugin.cpp tqstylesheet.cpp \
|
||||
tqtabbar.cpp tqtabdialog.cpp tqtable.cpp tqtabwidget.cpp tqtextbrowser.cpp tqtextcodecplugin.cpp tqtextedit.cpp tqtextview.cpp tqtimer.cpp tqtoolbar.cpp tqtoolbox.cpp tqtoolbutton.cpp tqtooltip.cpp tqtranslator.cpp \
|
||||
tqurloperator.cpp \
|
||||
tqvalidator.cpp tqvbox.cpp tqvbuttongroup.cpp tqvgroupbox.cpp \
|
||||
tqwidget.cpp tqwidgetplugin.cpp tqwidgetstack.cpp tqwindowsstyle.cpp tqwizard.cpp tqworkspace.cpp \
|
||||
\
|
||||
tq1xcompatibility.cpp \
|
||||
tqabstractlayout.cpp tqasciicache.cpp tqasciidict.cpp tqasyncimageio.cpp \
|
||||
tqbig5codec.cpp tqbitarray.cpp tqbitmap.cpp tqbrush.cpp tqbuffer.cpp \
|
||||
tqcache.cpp tqcleanuphandler.cpp tqcolor.cpp tqcompactstyle.cpp tqconnection.cpp tqcstring.cpp tqcursor.cpp \
|
||||
tqdatastream.cpp tqdatetime.cpp tqdeepcopy.cpp tqdict.cpp tqdir.cpp tqdom.cpp tqdrawutil.cpp tqdropsite.cpp \
|
||||
tqeditorfactory.cpp tqeucjpcodec.cpp tqeuckrcodec.cpp tqevent.cpp \
|
||||
tqfile.cpp tqfileinfo.cpp tqfocusdata.cpp tqfontdatabase.cpp tqfont.cpp tqfontinfo.cpp tqfontmetrics.cpp \
|
||||
tqgarray.cpp tqgb18030codec.cpp tqgcache.cpp tqgdict.cpp tqglcolormap.cpp tqglist.cpp tqgvector.cpp \
|
||||
tqhostaddress.cpp \
|
||||
tqiconset.cpp tqimage.cpp tqinputcontextfactory.cpp tqintcache.cpp tqintdict.cpp tqinterlacestyle.cpp tqiodevice.cpp \
|
||||
tqjiscodec.h tqjpunicode.cpp \
|
||||
tqkeysequence.cpp \
|
||||
tqlibrary.cpp tqlocale.cpp \
|
||||
tqmap.cpp tqmemarray.cpp tqmenudata.cpp tqmetaobject.cpp tqmime.cpp tqmovie.cpp tqmutex.cpp \
|
||||
tqnamespace.cpp \
|
||||
tqobjectdict.cpp tqobjectlist.cpp \
|
||||
tqpaintdevice.cpp tqpaintdevicemetrics.cpp tqpainter.cpp tqpair.cpp tqpalette.cpp tqpen.cpp tqpicture.cpp tqpixmapcache.cpp tqpixmap.cpp tqpngio.cpp tqpointarray.cpp tqpoint.cpp tqpolygonscanner.cpp tqprinter.cpp tqptrcollection.cpp tqptrdict.cpp tqptrlist.cpp tqptrqueue.cpp tqptrstack.cpp tqptrvector.cpp \
|
||||
tqrect.cpp tqregexp.cpp tqregion.cpp tqrtlcodec.cpp \
|
||||
tqsemaphore.cpp tqsettings.cpp tqshared.cpp tqsignalslotimp.cpp tqsimplerichtext.cpp tqsize.cpp tqsizepolicy.cpp tqsjiscodec.cpp tqsocketdevice.cpp tqsortedlist.cpp tqsqlcursor.cpp tqsqleditorfactory.cpp tqsqlerror.cpp tqsqlfield.cpp tqsql.cpp tqsqlindex.cpp tqsqlpropertymap.cpp tqsqlrecord.cpp tqsqlresult.cpp tqsqlselectcursor.cpp tqstring.cpp tqstringlist.cpp tqstrlist.cpp tqstrvec.cpp tqstylefactory.cpp tqsyntaxhighlighter.cpp \
|
||||
tqtextcodecfactory.cpp tqtextcodec.cpp tqtextstream.cpp tqthread.cpp tqthreadstorage.cpp tqtl.cpp tqtsciicodec.cpp \
|
||||
tqurl.cpp tqurlinfo.cpp tqutfcodec.cpp tquuid.cpp \
|
||||
tqvaluelist.cpp tqvaluestack.cpp tqvaluevector.cpp tqvariant.cpp tqvfbhdr.cpp \
|
||||
tqwaitcondition.cpp tqwhatsthis.cpp tqwidgetfactory.cpp tqwidgetintdict.cpp tqwidgetlist.cpp tqwmatrix.cpp
|
||||
libtqt_la_LIBADD = $(LIB_QT)
|
||||
libtqt_la_LDFLAGS = $(KDE_RPATH) -version-info 6:0:2 -no-undefined $(all_libraries)
|
||||
|
||||
include_HEADERS = tqt.h tqaccel.h tqaccessible.h tqaction.h tqapplication.h tqasyncio.h \
|
||||
tqbuttongroup.h tqbutton.h \
|
||||
tqcanvas.h tqcdestyle.h tqcheckbox.h tqclipboard.h tqcolordialog.h tqcombobox.h tqcommonstyle.h \
|
||||
tqdatabrowser.h tqdatatable.h tqdataview.h tqdatetimeedit.h tqdesktopwidget.h tqdial.h tqdialog.h tqdns.h tqdockarea.h tqdockwindow.h tqdragobject.h \
|
||||
tqerrormessage.h tqeventloop.h \
|
||||
tqfiledialog.h tqframe.h tqftp.h \
|
||||
tqgl.h tqgplugin.h tqgrid.h tqgridview.h tqgroupbox.h tqguardedptr.h \
|
||||
tqhbox.h tqhbuttongroup.h tqheader.h tqhgroupbox.h tqhttp.h \
|
||||
tqiconview.h tqimageformatplugin.h tqinputcontext.h tqinputdialog.h \
|
||||
tqlabel.h tqlayout.h tqlcdnumber.h tqlineedit.h tqlistbox.h tqlistview.h tqlocalfs.h \
|
||||
tqmainwindow.h tqmenubar.h tqmessagebox.h tqmotifplusstyle.h tqmotifstyle.h tqmultilineedit.h \
|
||||
tqnetworkprotocol.h tqnp.h \
|
||||
tqobjectcleanuphandler.h tqobject.h \
|
||||
tqplatinumstyle.h tqpopupmenu.h tqprintdialog.h tqprocess.h tqprogressbar.h tqprogressdialog.h tqpushbutton.h \
|
||||
tqradiobutton.h tqrangecontrol.h \
|
||||
tqscrollbar.h tqscrollview.h tqsemimodal.h tqserversocket.h tqsessionmanager.h tqsgistyle.h tqsignal.h tqsignalmapper.h tqsizegrip.h tqslider.h tqsocket.h tqsocketnotifier.h tqsound.h tqspinbox.h tqsplashscreen.h tqsplitter.h tqsqldatabase.h tqsqldriver.h tqsqldriverplugin.h tqsqlform.h tqsqlquery.h tqstatusbar.h tqstyle.h tqstyleplugin.h tqstylesheet.h \
|
||||
tqtabbar.h tqtabdialog.h tqtable.h tqtabwidget.h tqtextbrowser.h tqtextcodecplugin.h tqtextedit.h tqtextview.h tqtimer.h tqtoolbar.h tqtoolbox.h tqtoolbutton.h tqtooltip.h tqtranslator.h \
|
||||
tqurloperator.h \
|
||||
tqvalidator.h tqvbox.h tqvbuttongroup.h tqvgroupbox.h \
|
||||
tqwidget.h tqwidgetplugin.h tqwidgetstack.h tqwindowsstyle.h tqwizard.h tqworkspace.h \
|
||||
\
|
||||
tqapp.h tqarray.h tqbitarry.h tqbttngrp.h tqchkbox.h tqclipbrd.h tqcollect.h tqcollection.h tqcombo.h tqconfig.h tqconnect.h tqdatetm.h tqdrawutl.h tqdstream.h tqfeatures.h tqfiledef.h tqfiledlg.h tqfileinf.h tqfontinf.h tqfontmet.h tqgbkcodec.h tqgeneric.h tqgif.h tqglobal.h tqgrpbox.h tqintcach.h tqiodev.h tqjpegio.h tqkeycode.h tqlcdnumber.h tqlined.h tqlist.h tqmenudta.h tqmetaobj.h tqmlined.h tqmngio.h tqmodules.h tqmsgbox.h tqmultilinedit.h tqnetwork.h tqobjcoll.h tqobjdefs.h tqpaintdc.h tqpaintd.h tqpdevmet.h tqpmcache.h tqpntarry.h tqpopmenu.h tqprndlg.h tqprogbar.h tqprogdlg.h tqpushbt.h tqqueue.h tqradiobt.h tqrangect.h tqscrbar.h tqsession.h tqsocknot.h tqstack.h tqtabdlg.h tqtstream.h tqvector.h tqwidcoll.h tqwindefs.h tqwindowdefs.h tqwinexport.h \
|
||||
\
|
||||
tq1xcompatibility.h \
|
||||
tqabstractlayout.h tqasciicache.h tqasciidict.h tqasyncimageio.h \
|
||||
tqbig5codec.h tqbitarray.h tqbitmap.h tqbrush.h tqbuffer.h \
|
||||
tqcache.h tqcleanuphandler.h tqcolor.h tqcompactstyle.h tqconnection.h tqcstring.h tqcursor.h \
|
||||
tqdatastream.h tqdatetime.h tqdeepcopy.h tqdict.h tqdir.h tqdom.h tqdrawutil.h tqdropsite.h \
|
||||
tqeditorfactory.h tqeucjpcodec.h tqeuckrcodec.h tqevent.h \
|
||||
tqfile.h tqfileinfo.h tqfocusdata.h tqfontdatabase.h tqfont.h tqfontinfo.h tqfontmetrics.h \
|
||||
tqgarray.h tqgb18030codec.h tqgcache.h tqgdict.h tqglcolormap.h tqglist.h tqgvector.h \
|
||||
tqhostaddress.h \
|
||||
tqiconset.h tqimage.h tqinputcontextfactory.h tqintcache.h tqintdict.h tqinterlacestyle.h tqiodevice.h \
|
||||
tqjiscodec.h tqjpunicode.h \
|
||||
tqkeysequence.h \
|
||||
tqlibrary.h tqlocale.h \
|
||||
tqmap.h tqmemarray.h tqmenudata.h tqmetaobject.h tqmime.h tqmovie.h tqmutex.h \
|
||||
tqnamespace.h \
|
||||
tqobjectdict.h tqobjectlist.h \
|
||||
tqpaintdevice.h tqpaintdevicemetrics.h tqpainter.h tqpair.h tqpalette.h tqpen.h tqpicture.h tqpixmapcache.h tqpixmap.h tqpngio.h tqpointarray.h tqpoint.h tqpolygonscanner.h tqprinter.h tqptrcollection.h tqptrdict.h tqptrlist.h tqptrqueue.h tqptrstack.h tqptrvector.h \
|
||||
tqrect.h tqregexp.h tqregion.h tqrtlcodec.h \
|
||||
tqsemaphore.h tqsettings.h tqshared.h tqsignalslotimp.h tqsimplerichtext.h tqsize.h tqsizepolicy.h tqsjiscodec.h tqsocketdevice.h tqsortedlist.h tqsqlcursor.h tqsqleditorfactory.h tqsqlerror.h tqsqlfield.h tqsql.h tqsqlindex.h tqsqlpropertymap.h tqsqlrecord.h tqsqlresult.h tqsqlselectcursor.h tqstring.h tqstringlist.h tqstrlist.h tqstrvec.h tqstylefactory.h tqsyntaxhighlighter.h \
|
||||
tqtextcodecfactory.h tqtextcodec.h tqtextstream.h tqthread.h tqthreadstorage.h tqtl.h tqtsciicodec.h \
|
||||
tqurl.h tqurlinfo.h tqutfcodec.h tquuid.h \
|
||||
tqvaluelist.h tqvaluestack.h tqvaluevector.h tqvariant.h tqvfbhdr.h \
|
||||
tqwaitcondition.h tqwhatsthis.h tqwidgetfactory.h tqwidgetintdict.h tqwidgetlist.h tqwmatrix.h
|
||||
noinst_HEADERS =
|
||||
|
||||
METASOURCES = AUTO
|
||||
|
||||
DOXYGEN_REFERENCES = tqt
|
||||
DOXYGEN_EXCLUDE = KDE-ICE
|
||||
include ../admin/Doxyfile.am
|
@ -0,0 +1,49 @@
|
||||
qaccessible
|
||||
|
||||
|
||||
|
||||
|
||||
All headers that contain the keywork Q_OBJECT have been ported,
|
||||
exept for these due to *@#$ private functions
|
||||
|
||||
qclipboard
|
||||
qcolordialog
|
||||
qdragobject (QDragManager)
|
||||
qfontdialog
|
||||
qguardedptr (TQGuardedPtr, weird compilation failure)
|
||||
qinputdialog
|
||||
qnetworkprotocol (QNetworkProtocolFactory, weird compilation failure)
|
||||
qsessionmanager
|
||||
qtranslator (QT_NO_TRANSLATION is set, MOC does not honor #ifdef)
|
||||
qwidgetplugin (TQWidgetContainerPlugin, weird compilation failure)
|
||||
|
||||
|
||||
|
||||
And these that do not contain Q_OBJECT are failing:
|
||||
|
||||
qasciicache
|
||||
qasciidict
|
||||
qcache
|
||||
qcleanuphandler
|
||||
qdeepcopy
|
||||
qdict
|
||||
qintcache
|
||||
qintdict
|
||||
qmap
|
||||
qmemarray
|
||||
qptrdict
|
||||
qptrlist
|
||||
qptrqueue
|
||||
qsortedlist
|
||||
qsqlpropertymap
|
||||
qsqlselectcursor
|
||||
qthreadstorage
|
||||
qtl
|
||||
qvaluelist
|
||||
qvaluestack
|
||||
|
||||
This may have something to do with the template class junk
|
||||
|
||||
Weird headers with no classes (???):
|
||||
|
||||
tqdrawutil
|
@ -0,0 +1,2 @@
|
||||
|
||||
AC_PATH_PROGS(MD5SUM, [md5sum gmd5sum], [md5sum])
|
@ -0,0 +1,356 @@
|
||||
kdemacros.h.in
|
||||
parser.sh
|
||||
tq1xcompatibility.h
|
||||
tqabstractlayout.h
|
||||
tqaccel.h
|
||||
tqaccessible.h
|
||||
tqaction.h
|
||||
tqapp.h
|
||||
tqapplication.h
|
||||
tqarray.h
|
||||
tqasciicache.cpp
|
||||
tqasciicache.h
|
||||
tqasciidict.h
|
||||
tqasyncimageio.h
|
||||
tqasyncio.h
|
||||
tqbig5codec.h
|
||||
tqbitarray.h
|
||||
tqbitarry.h
|
||||
tqbitmap.h
|
||||
tqbrush.cpp
|
||||
tqbrush.h
|
||||
tqbttngrp.h
|
||||
tqbuffer.h
|
||||
tqbuttongroup.h
|
||||
tqbutton.h
|
||||
tqcache.cpp
|
||||
tqcache.h
|
||||
tqcanvas.h
|
||||
tqcdestyle.h
|
||||
tqcheckbox.cpp
|
||||
tqcheckbox.h
|
||||
tqchkbox.h
|
||||
tqcleanuphandler.cpp
|
||||
tqcleanuphandler.h
|
||||
tqclipboard.h
|
||||
tqclipbrd.h
|
||||
tqcollect.h
|
||||
tqcollection.h
|
||||
tqcolordialog.h
|
||||
tqcolor.h
|
||||
tqcombobox.h
|
||||
tqcombo.h
|
||||
tqcommonstyle.h
|
||||
tqcompactstyle.h
|
||||
tqconfig.h
|
||||
tqconnect.h
|
||||
tqconnection.h
|
||||
tqcstring.h
|
||||
tqcursor.h
|
||||
tqdatabrowser.h
|
||||
tqdatastream.h
|
||||
tqdatatable.h
|
||||
tqdataview.h
|
||||
tqdatetimeedit.h
|
||||
tqdatetime.h
|
||||
tqdatetm.h
|
||||
tqdeepcopy.h
|
||||
tqdesktopwidget.h
|
||||
tqdial.h
|
||||
tqdialog.h
|
||||
tqdict.h
|
||||
tqdir.h
|
||||
tqdns.h
|
||||
tqdockarea.h
|
||||
tqdockwindow.h
|
||||
tqdom.h
|
||||
tqdragobject.h
|
||||
tqdrawutil.h
|
||||
tqdrawutl.h
|
||||
tqdropsite.h
|
||||
tqdstream.h
|
||||
tqeditorfactory.h
|
||||
tqerrormessage.h
|
||||
tqeucjpcodec.h
|
||||
tqeuckrcodec.h
|
||||
tqevent.h
|
||||
tqeventloop.h
|
||||
tqfeatures.h
|
||||
tqfiledef.h
|
||||
tqfiledialog.h
|
||||
tqfiledlg.h
|
||||
tqfile.h
|
||||
tqfileinf.h
|
||||
tqfileinfo.h
|
||||
tqfocusdata.h
|
||||
tqfontdatabase.h
|
||||
tqfontdialog.h
|
||||
tqfont.h
|
||||
tqfontinf.h
|
||||
tqfontinfo.h
|
||||
tqfontmet.h
|
||||
tqfontmetrics.h
|
||||
tqframe.h
|
||||
tqftp.h
|
||||
tqgarray.h
|
||||
tqgb18030codec.h
|
||||
tqgbkcodec.h
|
||||
tqgcache.cpp
|
||||
tqgcache.h
|
||||
tqgdict.h
|
||||
tqgeneric.h
|
||||
tqgif.h
|
||||
tqglcolormap.h
|
||||
tqgl.h
|
||||
tqglist.h
|
||||
tqglobal.h
|
||||
tqgplugin.h
|
||||
tqgrid.h
|
||||
tqgridview.h
|
||||
tqgroupbox.h
|
||||
tqgrpbox.h
|
||||
tqguardedptr.h
|
||||
tqgvector.h
|
||||
tqhbox.cpp
|
||||
tqhbox.h
|
||||
tqhbuttongroup.cpp
|
||||
tqhbuttongroup.h
|
||||
tqheader.cpp
|
||||
tqheader.h
|
||||
tqhgroupbox.cpp
|
||||
tqhgroupbox.h
|
||||
tqhostaddress.cpp
|
||||
tqhostaddress.h
|
||||
tqhttp.cpp
|
||||
tqhttp.h
|
||||
tqiconset.h
|
||||
tqiconview.h
|
||||
tqimageformatplugin.h
|
||||
tqimage.h
|
||||
tqinputcontextfactory.h
|
||||
tqinputcontext.h
|
||||
tqinputdialog.h
|
||||
tqintcache.cpp
|
||||
tqintcache.h
|
||||
tqintcach.h
|
||||
tqintdict.h
|
||||
tqinterlacestyle.h
|
||||
tqiodev.h
|
||||
tqiodevice.h
|
||||
tqjiscodec.h
|
||||
tqjpegio.h
|
||||
tqjpunicode.h
|
||||
tqkeycode.h
|
||||
tqkeysequence.h
|
||||
tqlabel.h
|
||||
tqlayout.h
|
||||
tqlcdnumber.h
|
||||
tqlcdnum.h
|
||||
tqlibrary.h
|
||||
tqlined.h
|
||||
tqlineedit.h
|
||||
tqlistbox.h
|
||||
tqlist.h
|
||||
tqlistview.h
|
||||
tqlocale.h
|
||||
tqlocalfs.h
|
||||
tqmainwindow.h
|
||||
tqmap.h
|
||||
tqmemarray.h
|
||||
tqmenubar.h
|
||||
tqmenudata.h
|
||||
tqmenudta.h
|
||||
tqmessagebox.h
|
||||
tqmetaobject.h
|
||||
tqmetaobj.h
|
||||
tqmime.h
|
||||
tqmlined.h
|
||||
tqmngio.h
|
||||
tqmodules.h
|
||||
tqmotifplusstyle.h
|
||||
tqmotifstyle.h
|
||||
tqmovie.h
|
||||
tqmsgbox.h
|
||||
tqmultilinedit.h
|
||||
tqmultilineedit.h
|
||||
tqmutex.h
|
||||
tqnamespace.h
|
||||
tqnetwork.h
|
||||
tqnetworkprotocol.h
|
||||
tqnp.h
|
||||
tqobjcoll.h
|
||||
tqobjdefs.h
|
||||
tqobjectcleanuphandler.cpp
|
||||