parent
2174ce7611
commit
010731a806
@ -0,0 +1,273 @@
|
||||
PKGNAME= trinity-tqt3-${VERSION}
|
||||
VERSION= 3.5.0
|
||||
DISTNAME= trinity-tqt3-14.0.0~pre216+d9d3dd45
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
CATEGORIES= x11/trinity/dependencies
|
||||
MASTER_SITES= http://nuc.vtf/tde/tde-tarballs/14.0.0/main/dependencies/
|
||||
|
||||
HOMEPAGE= http://www.trinitydesktop.org/
|
||||
MAINTAINER= François Andriot <francois.andriot@free.fr>
|
||||
|
||||
SHARED_LIBS =
|
||||
SHARED_LIBS += tqtdesignercore 1.0
|
||||
SHARED_LIBS += tqteditor 1.0
|
||||
SHARED_LIBS += tqassistantclient 1.0
|
||||
SHARED_LIBS += tqt-mt 35.0
|
||||
SHARED_LIBS += tqui 1.0
|
||||
|
||||
PROGRAMS3=designer findtr moc qt20fix qtrename140 uic
|
||||
PROGRAMS=assistant linguist lrelease lupdate qm2ts qmake qtconfig
|
||||
|
||||
# XXX be sure to update the yqt3.port.mk version after a qt bump.
|
||||
QT_PLUGINS= plugins-${LIBtqt-mt_VERSION:R}
|
||||
|
||||
FLAVORS=debug
|
||||
FLAVOR?=
|
||||
|
||||
# GPL/QPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
# For qsettings to write its setup
|
||||
PORTHOME= ${WRKDIST}
|
||||
|
||||
LIB_DEPENDS= graphics/png \
|
||||
graphics/libmng
|
||||
|
||||
WANTLIB= GL GLU ICE SM X11>=10 Xcursor Xext Xft Xi Xinerama \
|
||||
Xmu png mng \
|
||||
Xrandr Xrender fontconfig freetype jpeg lcms m stdc++ z
|
||||
|
||||
BUILD_DEPENDS= print/cups,-libs \
|
||||
devel/gmake
|
||||
|
||||
|
||||
MULTI_PACKAGES+=-main -html -mysql -postgresql -sqlite2
|
||||
|
||||
|
||||
# DEBUG flavor
|
||||
.if ${FLAVOR:Mdebug}
|
||||
CONFIGURE_ARGS+=-debug
|
||||
PKGDEBUG=-debug
|
||||
.else
|
||||
PKGDEBUG=
|
||||
.endif
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
|
||||
|
||||
# MAIN package
|
||||
PKGNAME-main= trinity-tqt3-mt-${VERSION}
|
||||
REVISION-main= 1
|
||||
COMMENT-main= C++ X11 GUI toolkit
|
||||
WANTLIB-main= ${WANTLIB} pthread c
|
||||
|
||||
|
||||
# MYSQL package
|
||||
PKGNAME-mysql= trinity-tqt3-mysql-${VERSION}
|
||||
REVISION-mysql= 1
|
||||
COMMENT-mysql= MySQL plugin for tqt3
|
||||
.if ${BUILD_PACKAGES:M-mysql}
|
||||
CONFIGURE_ARGS+= -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql -plugin-sql-mysql
|
||||
.else
|
||||
CONFIGURE_ARGS+=-no-sql-mysql
|
||||
.endif
|
||||
LIB_DEPENDS-mysql= ${LIB_DEPENDS} ${BUILD_PKGPATH} databases/mysql
|
||||
WANTLIB-mysql= ${WANTLIB} mysqlclient tqt-mt
|
||||
|
||||
|
||||
# POSTGRESQL package
|
||||
PKGNAME-postgresql= trinity-tqt3-postgresql-${VERSION}
|
||||
REVISION-postgresql= 1
|
||||
COMMENT-postgresql= PostgresSQL plugin for tqt3
|
||||
.if ${BUILD_PACKAGES:M-postgresql}
|
||||
BUILD_DEPENDS+=databases/postgresql,-server
|
||||
CONFIGURE_ARGS+= -I${LOCALBASE}/include/postgresql \
|
||||
-I${LOCALBASE}/include/postgresql/server \
|
||||
-L${LOCALBASE}/lib \
|
||||
-I${LOCALBASE}/include -plugin-sql-psql
|
||||
.else
|
||||
CONFIGURE_ARGS+=-no-sql-psql
|
||||
.endif
|
||||
LIB_DEPENDS-postgresql= ${LIB_DEPENDS} ${BUILD_PKGPATH} databases/postgresql
|
||||
WANTLIB-postgresql= ${WANTLIB} pq
|
||||
|
||||
|
||||
# SQLITE2 package
|
||||
PKGNAME-sqlite2= trinity-tqt3-sqlite2-${VERSION}
|
||||
REVISION-sqlite2= 1
|
||||
COMMENT-sqlite2= sqlite2 plugin for tqt3
|
||||
.if ${BUILD_PACKAGES:M-sqlite2}
|
||||
CONFIGURE_ARGS+= -plugin-sql-sqlite
|
||||
.else
|
||||
CONFIGURE_ARGS+=-no-sql-sqlite
|
||||
.endif
|
||||
LIB_DEPENDS-sqlite2= ${LIB_DEPENDS} ${BUILD_PKGPATH} databases/sqlite
|
||||
WANTLIB-sqlite2= ${WANTLIB} sqlite
|
||||
|
||||
|
||||
# HTML package
|
||||
COMMENT-html= off-line html documentation for tqt3
|
||||
FULLPKGNAME-html= trinity-tqt3-html-${VERSION}
|
||||
FULLPKGPATH-html= x11/trinity/tqt3,-html
|
||||
REVISION-html= 1
|
||||
LIB_DEPENDS-html=
|
||||
WANTLIB-html=
|
||||
PKG_ARCH-html= *
|
||||
|
||||
|
||||
# for manpages in MESSAGE
|
||||
SUBST_VARS= QT_PLUGINS
|
||||
|
||||
DOCS= FAQ LICENSE.GPL2 LICENSE.GPL3 README README-QT.TXT \
|
||||
changes-3* \
|
||||
README.immodule changes.immodule
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
# Build options.
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV= QTDIR="${WRKDIST}" \
|
||||
PATH="${WRKDIST}/bin:${PATH}" \
|
||||
EXTRA_SAMPLES="${EXTRA_SAMPLES}" \
|
||||
SYS_CXX="${CXX}" \
|
||||
SYS_CXXFLAGS="${CXXFLAGS}" \
|
||||
LD_LIBRARY_PATH="${WRKDIST}/lib"
|
||||
|
||||
MAKE_FLAGS= DESIGNER_SUBDIR=dummy \
|
||||
LIBtqt-mt_VERSION=$(LIBtqt-mt_VERSION) \
|
||||
LIBtqui_VERSION=$(LIBtqui_VERSION) \
|
||||
LIBtqteditor_VERSION=$(LIBtqteditor_VERSION) \
|
||||
LIBtqassistantclient_VERSION=$(LIBtqassistantclient_VERSION) \
|
||||
LIBtqtdesignercore_VERSION=$(LIBtqtdesignercore_VERSION)
|
||||
|
||||
GMAKE= cd ${WRKDIST} && gmake ${MAKE_ENV} ${MAKE_FLAGS}
|
||||
|
||||
# Configuration step.
|
||||
CONFIGURE_ENV= QTDIR="${WRKSRC}" \
|
||||
PATH=${WRKDIST}/bin:${PATH}; \
|
||||
LD_LIBRARY_PATH="${WRKDIST}/lib"
|
||||
|
||||
post-patch:
|
||||
# fix variables in 'qmake.conf'
|
||||
gsed -i ${WRKDIST}/mkspecs/*/qmake.conf \
|
||||
-e "s|^QMAKE_INCDIR_QT.*|QMAKE_INCDIR_QT = /usr/local/include/tqt3|" \
|
||||
-e "s|\$\(QTDIR\)|${LOCALBASE}|g" \
|
||||
-e "s|-lqt|-ltqt|g" \
|
||||
-e "s|^QMAKE_CFLAGS =.*|QMAKE_CFLAGS = ${CXXFLAGS}|" \
|
||||
-e "s|^QMAKE_INCDIR =.*|QMAKE_INCDIR = ${LOCALBASE}/include|" \
|
||||
-e "s|^QMAKE_LIBDIR =.*|QMAKE_LIBDIR = ${LOCALBASE}/lib|" \
|
||||
-e "s|^QMAKE_RPATH = .*|QMAKE_RPATH =|" \
|
||||
-e "s|^QMAKE_STRIP =.*|QMAKE_STRIP =|" \
|
||||
-e "s|^QMAKE_STRIPFLAGS_LIB +=.*|QMAKE_STRIPFLAGS_LIB +=|" \
|
||||
-e "s|^QMAKE_MOC =.*|QMAKE_MOC = ${LOCALBASE}/bin/tqmoc|" \
|
||||
-e "s|^QMAKE_UIC =.*|QMAKE_UIC = ${LOCALBASE}/bin/tquic|" \
|
||||
-e "s|^QMAKE_INCDIR_QT =.*|QMAKE_INCDIR_QT = ${LOCALBASE}/include/tqt3|" \
|
||||
-e "s|^QMAKE_LIBDIR_QT =.*|QMAKE_LIBDIR_QT = ${LOCALBASE}/lib|"
|
||||
gsed -i ${WRKDIST}/mkspecs/openbsd-g++/qmake.conf \
|
||||
-e "s|^QMAKE_LFLAGS_SONAME =.*|QMAKE_LFLAGS_SONAME =|" \
|
||||
-e "s|^CONFIG += qt warn_on release link_prl|CONFIG += qt warn_on release link_prl thread|"
|
||||
echo "QMAKE_OPENBSD_SHLIBS = 1" >>"${WRKDIST}/mkspecs/openbsd-g++/qmake.conf"
|
||||
|
||||
do-configure:
|
||||
cd ${WRKDIST} && echo yes | ./configure \
|
||||
${CONFIGURE_ARGS} \
|
||||
-I${X11BASE}/include/freetype2 \
|
||||
-I${LOCALBASE}/include \
|
||||
-L${WRKSRC}/lib \
|
||||
-L${LOCALBASE}/lib \
|
||||
\
|
||||
-prefix "${LOCALBASE}" \
|
||||
-headerdir "${LOCALBASE}/include/tqt3" \
|
||||
-libdir "${LOCALBASE}/lib" \
|
||||
-plugindir "${LOCALBASE}/lib/tqt3/plugins" \
|
||||
-datadir "${LOCALBASE}/share/tqt3" \
|
||||
-docdir "${LOCALBASE}/share/doc/tqt3" \
|
||||
-translationdir "${LOCALBASE}/share/tqt3/translations" \
|
||||
-sysconfdir "/etc/tqt3" \
|
||||
\
|
||||
-thread \
|
||||
-shared \
|
||||
-fast \
|
||||
-no-exceptions \
|
||||
-platform openbsd-g++ \
|
||||
\
|
||||
-no-pch \
|
||||
-cups \
|
||||
-stl \
|
||||
-ipv6 \
|
||||
\
|
||||
-sm \
|
||||
-xshape \
|
||||
-xinerama \
|
||||
-xcursor \
|
||||
-xrandr \
|
||||
-xrender \
|
||||
-xft \
|
||||
-tablet \
|
||||
-xkb \
|
||||
\
|
||||
-system-zlib \
|
||||
-system-libpng \
|
||||
-system-libmng \
|
||||
-system-libjpeg \
|
||||
-no-nas-sound \
|
||||
\
|
||||
-enable-opengl \
|
||||
-dlopen-opengl \
|
||||
\
|
||||
-qt-gif \
|
||||
-qt-imgfmt-mng \
|
||||
-qt-imgfmt-png \
|
||||
-qt-imgfmt-jpeg \
|
||||
-plugin-imgfmt-mng \
|
||||
\
|
||||
-no-sql-odbc \
|
||||
-no-sql-ibase \
|
||||
-no-sql-sqlite3 \
|
||||
\
|
||||
-lfontconfig \
|
||||
-inputmethod \
|
||||
-glibmainloop \
|
||||
-v
|
||||
|
||||
|
||||
# Build step.
|
||||
do-build:
|
||||
# proceed
|
||||
${GMAKE} sub-src sub-plugins sub-tools
|
||||
|
||||
# build tqtconv2ui
|
||||
${GMAKE} -C tools/designer/tools/tqtconv2ui
|
||||
|
||||
# build tqvfb
|
||||
${GMAKE} -C tools/tqvfb
|
||||
|
||||
# fix .prl files
|
||||
gsed -i ${WRKDIST}/lib/*.prl -e "s|${WRKDIST}|${LOCALBASE}/share/tqt3|g"
|
||||
|
||||
|
||||
# Installation step.
|
||||
pre-install:
|
||||
# Clean up patch residual files
|
||||
find ${WRKDIST} -name "*.orig" | xargs rm -f
|
||||
|
||||
do-install:
|
||||
# Installs 'libtqt-mt.so.3' library
|
||||
${GMAKE} -C src INSTALL_ROOT=${WRKINST} install_target
|
||||
|
||||
# Installs all the remaining
|
||||
${GMAKE} INSTALL_ROOT=${WRKINST} install
|
||||
${GMAKE} INSTALL_ROOT=${WRKINST} plugins-install
|
||||
|
||||
install -m755 ${WRKDIST}/bin/tqtrename140 ${WRKINST}${LOCALBASE}/bin
|
||||
install -m755 ${WRKDIST}/bin/tqt20fix ${WRKINST}${LOCALBASE}/bin
|
||||
install -m755 ${WRKDIST}/bin/tqtfindtr ${WRKINST}${LOCALBASE}/bin
|
||||
|
||||
# install tqtconv2ui
|
||||
install -m755 ${WRKDIST}/bin/tqtconv2ui ${WRKINST}${LOCALBASE}/bin/tqtconv2ui
|
||||
|
||||
# install tqvfb
|
||||
install -m755 ${WRKDIST}/tools/tqvfb/tqvfb ${WRKINST}${LOCALBASE}/bin/tqvfb
|
||||
|
||||
.include <bsd.port.mk>
|
@ -0,0 +1,2 @@
|
||||
SHA256 (trinity-tqt3-14.0.0~pre216+d9d3dd45.tar.gz) = Y3PmJ+rkyyXKkydrfIKJqPeQraG8WBBDFEFAf64OzXI=
|
||||
SIZE (trinity-tqt3-14.0.0~pre216+d9d3dd45.tar.gz) = 17536857
|
@ -0,0 +1,17 @@
|
||||
--- src/kernel/ntqstyle.h.orgi Wed Aug 20 19:21:35 2014
|
||||
+++ src/kernel/ntqstyle.h Wed Aug 20 19:23:23 2014
|
||||
@@ -287,14 +287,8 @@
|
||||
TQ_UINT32 topLevelWidgetFlags;
|
||||
TQPixmap paletteBgPixmap;
|
||||
|
||||
-#ifdef ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
|
||||
public:
|
||||
TQStyleControlElementData(const TQStyleControlElementData&);
|
||||
-#else // ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
|
||||
- private:
|
||||
- // Disable copy constructor
|
||||
- TQStyleControlElementData(const TQStyleControlElementData&);
|
||||
-#endif // ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
|
||||
|
||||
};
|
||||
|
@ -0,0 +1,68 @@
|
||||
--- src/tools/qfile.cpp.orig Fri Sep 5 20:07:14 2014
|
||||
+++ src/tools/qfile.cpp Fri Sep 5 20:11:15 2014
|
||||
@@ -73,8 +73,13 @@
|
||||
{
|
||||
public:
|
||||
TQString errorString;
|
||||
+ int lastAccess;
|
||||
};
|
||||
|
||||
+#define ACCESS_NONE -1
|
||||
+#define ACCESS_READ 0
|
||||
+#define ACCESS_WRITE 1
|
||||
+
|
||||
extern bool qt_file_access( const TQString& fn, int t );
|
||||
|
||||
/*!
|
||||
@@ -199,6 +204,7 @@
|
||||
{
|
||||
delete d;
|
||||
d = new TQFilePrivate;
|
||||
+ d->lastAccess = ACCESS_NONE;
|
||||
setFlags( IO_Direct );
|
||||
setStatus( IO_Ok );
|
||||
setErrorString( qt_fileerr_unknown );
|
||||
@@ -385,6 +391,10 @@
|
||||
if ( isRaw() ) { // raw file
|
||||
nread = TQIODevice::readLine( p, maxlen );
|
||||
} else { // buffered file
|
||||
+ if (d->lastAccess == ACCESS_WRITE) {
|
||||
+ ::fseek(fh, 0, SEEK_CUR);
|
||||
+ d->lastAccess = ACCESS_READ;
|
||||
+ }
|
||||
p = fgets( p, maxlen, fh );
|
||||
if ( p ) {
|
||||
nread = tqstrlen( p );
|
||||
@@ -466,6 +476,10 @@
|
||||
char buf[1];
|
||||
ch = readBlock( buf, 1 ) == 1 ? buf[0] : EOF;
|
||||
} else { // buffered file
|
||||
+ if (d->lastAccess == ACCESS_WRITE) {
|
||||
+ ::fseek(fh, 0, SEEK_CUR);
|
||||
+ d->lastAccess = ACCESS_READ;
|
||||
+ }
|
||||
if ( (ch = getc( fh )) != EOF ) {
|
||||
if ( !isSequentialAccess() )
|
||||
ioIndex++;
|
||||
@@ -502,6 +516,10 @@
|
||||
buf[0] = ch;
|
||||
ch = writeBlock( buf, 1 ) == 1 ? ch : EOF;
|
||||
} else { // buffered file
|
||||
+ if (d->lastAccess == ACCESS_READ) {
|
||||
+ ::fseek(fh, 0, SEEK_CUR);
|
||||
+ d->lastAccess = ACCESS_WRITE;
|
||||
+ }
|
||||
if ( (ch = putc( ch, fh )) != EOF ) {
|
||||
if ( !isSequentialAccess() )
|
||||
ioIndex++;
|
||||
@@ -556,6 +574,10 @@
|
||||
else
|
||||
ch = EOF;
|
||||
} else { // buffered file
|
||||
+ if (d->lastAccess == ACCESS_WRITE) {
|
||||
+ ::fseek(fh, 0, SEEK_CUR);
|
||||
+ d->lastAccess = ACCESS_READ;
|
||||
+ }
|
||||
if ( (ch = ungetc(ch, fh)) != EOF ) {
|
||||
if ( !isSequentialAccess() )
|
||||
ioIndex--;
|
@ -0,0 +1,54 @@
|
||||
--- src/tools/qfile_unix.cpp.orig Fri Sep 5 20:17:49 2014
|
||||
+++ src/tools/qfile_unix.cpp Fri Sep 5 20:20:59 2014
|
||||
@@ -56,6 +56,17 @@
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
+class TQFilePrivate
|
||||
+{
|
||||
+public:
|
||||
+ TQString errorString;
|
||||
+ int lastAccess;
|
||||
+};
|
||||
+
|
||||
+#define ACCESS_NONE -1
|
||||
+#define ACCESS_READ 0
|
||||
+#define ACCESS_WRITE 1
|
||||
+
|
||||
extern const char* qt_fileerr_read;
|
||||
|
||||
bool qt_file_access( const TQString& fn, int t )
|
||||
@@ -525,6 +536,7 @@
|
||||
#else
|
||||
ok = ( ::fseek(fh, pos, SEEK_SET) == 0 );
|
||||
#endif
|
||||
+ d->lastAccess = ACCESS_NONE;
|
||||
}
|
||||
if ( ok )
|
||||
#if defined(QT_LARGEFILE_SUPPORT) && !defined(QT_ABI_QT4)
|
||||
@@ -593,6 +605,10 @@
|
||||
setErrorStringErrno( errno );
|
||||
}
|
||||
} else { // buffered file
|
||||
+ if (d->lastAccess == ACCESS_WRITE) {
|
||||
+ ::fseek(fh, 0, SEEK_CUR);
|
||||
+ d->lastAccess = ACCESS_READ;
|
||||
+ }
|
||||
nread += fread( p, 1, len-nread, fh );
|
||||
if ( (uint)nread != len ) {
|
||||
if ( ferror( fh ) || nread==0 ) {
|
||||
@@ -644,8 +660,13 @@
|
||||
TQ_ULONG nwritten; // number of bytes written
|
||||
if ( isRaw() ) // raw file
|
||||
nwritten = ::write( fd, (void *)p, len );
|
||||
- else // buffered file
|
||||
+ else { // buffered file
|
||||
+ if (d->lastAccess == ACCESS_READ) {
|
||||
+ ::fseek(fh, 0, SEEK_CUR);
|
||||
+ d->lastAccess = ACCESS_WRITE;
|
||||
+ }
|
||||
nwritten = fwrite( p, 1, len, fh );
|
||||
+ }
|
||||
if ( nwritten != len ) { // write error
|
||||
if ( errno == ENOSPC ) // disk is full
|
||||
setStatus( IO_ResourceError );
|
@ -0,0 +1 @@
|
||||
This is an off-line copy of the tqt3 documentation
|
@ -0,0 +1,29 @@
|
||||
TQt is a toolkit for building a GUI for X in C++.
|
||||
There are some user documentation files in ${TQT_DOC}, but
|
||||
the main documentation is in the qt3-html package,
|
||||
or on the web.
|
||||
|
||||
There are database plugins: tqt3-mysql and tqt3-postgresql.
|
||||
|
||||
People who want to use tqt3 to compile applications outside the ports tree
|
||||
should note that tqt3's installation conforms to OpenBSD habits, not
|
||||
TrollTech's recommendations.
|
||||
Accordingly:
|
||||
- libs are separated from includes.
|
||||
- moc is installed as ${PREFIX}/bin/moc3, in order not to conflict
|
||||
with other qt versions.
|
||||
- uic is installed as ${PREFIX}/bin/uic3
|
||||
|
||||
Generally, it's just a question of invoking
|
||||
|
||||
env MOC=moc3 UIC=uic3 configure --with-qt-includes=${PREFIX}/include/X11/qt3
|
||||
--with-qt-libraries=${PREFIX}/lib/tqt3
|
||||
|
||||
Or to force MOC/UIC in your make/gmake invocation:
|
||||
make MOC=moc3 UIC=uic3
|
||||
will override the Makefile contents.
|
||||
|
||||
Warning: the tqt3 library also appears under ${PREFIX}/lib, but you
|
||||
*must* make sure your application sees ${PREFIX}/lib/tqt3 *first*, because
|
||||
${PREFIX}/lib may also contain a later incarnation of Qt, in which case
|
||||
the linker will pick up the most recent library.
|
@ -0,0 +1 @@
|
||||
database plugin (MySQL) for tqt3.
|
@ -0,0 +1 @@
|
||||
database plugin (PostgreSQL) for tqt3
|
@ -0,0 +1,3 @@
|
||||
database plugin (sqlite2) for tqt3.
|
||||
There is no sqlite3 plugin for tqt3.
|
||||
The sqlite2 plugin can be used by kphotoalbum.
|
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD$
|
||||
@lib lib/libtqassistantclient.so.${LIBtqassistantclient_VERSION}
|
||||
@lib lib/libtqt-mt.so.${LIBtqt-mt_VERSION}
|
||||
@lib lib/libtqtdesignercore.so.${LIBtqtdesignercore_VERSION}
|
||||
@lib lib/libtqteditor.so.${LIBtqteditor_VERSION}
|
||||
@lib lib/libtqui.so.${LIBtqui_VERSION}
|
||||
lib/tqt3/plugins/designer/libcppeditor.so
|
||||
lib/tqt3/plugins/designer/libdlgplugin.so
|
||||
lib/tqt3/plugins/designer/libgladeplugin.so
|
||||
lib/tqt3/plugins/designer/libkdevdlgplugin.so
|
||||
lib/tqt3/plugins/designer/librcplugin.so
|
||||
lib/tqt3/plugins/designer/libwizards.so
|
||||
lib/tqt3/plugins/imageformats/libqmng.so
|
||||
lib/tqt3/plugins/inputmethods/libqimsw-multi.so
|
||||
lib/tqt3/plugins/inputmethods/libqimsw-none.so
|
||||
lib/tqt3/plugins/inputmethods/libqsimple.so
|
||||
lib/tqt3/plugins/inputmethods/libqxim.so
|
||||
lib/tqt3/plugins/sqldrivers/libqsqlite.so
|
||||
lib/tqt3/plugins/sqldrivers/libqsqlmysql.so
|
||||
lib/tqt3/plugins/sqldrivers/libqsqlpsql.so
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,673 @@
|
||||
@comment $OpenBSD$
|
||||
%%SHARED%%
|
||||
@bin bin/maketqpf
|
||||
@bin bin/msg2tqm
|
||||
@bin bin/tqassistant
|
||||
@bin bin/tqdesigner
|
||||
@bin bin/tqembed
|
||||
@bin bin/tqlinguist
|
||||
@bin bin/tqlrelease
|
||||
@bin bin/tqlupdate
|
||||
@bin bin/tqm2ts
|
||||
@bin bin/tqmake
|
||||
@bin bin/tqmoc
|
||||
bin/tqt20fix
|
||||
@bin bin/tqtconfig
|
||||
@bin bin/tqtconv2ui
|
||||
@bin bin/tqtcreatecw
|
||||
bin/tqtfindtr
|
||||
@bin bin/tqtmergetr
|
||||
bin/tqtrename140
|
||||
@bin bin/tquic
|
||||
@bin bin/tqvfb
|
||||
include/tqt3/
|
||||
include/tqt3/ntq1xcompatibility.h
|
||||
include/tqt3/ntqabstractlayout.h
|
||||
include/tqt3/ntqaccel.h
|
||||
include/tqt3/ntqaccessible.h
|
||||
include/tqt3/ntqaction.h
|
||||
include/tqt3/ntqapp.h
|
||||
include/tqt3/ntqapplication.h
|
||||
include/tqt3/ntqarray.h
|
||||
include/tqt3/ntqasciicache.h
|
||||
include/tqt3/ntqasciidict.h
|
||||
include/tqt3/ntqassistantclient.h
|
||||
include/tqt3/ntqasyncimageio.h
|
||||
include/tqt3/ntqasyncio.h
|
||||
include/tqt3/ntqbig5codec.h
|
||||
include/tqt3/ntqbitarray.h
|
||||
include/tqt3/ntqbitarry.h
|
||||
include/tqt3/ntqbitmap.h
|
||||
include/tqt3/ntqbrush.h
|
||||
include/tqt3/ntqbttngrp.h
|
||||
include/tqt3/ntqbuffer.h
|
||||
include/tqt3/ntqbutton.h
|
||||
include/tqt3/ntqbuttongroup.h
|
||||
include/tqt3/ntqcache.h
|
||||
include/tqt3/ntqcanvas.h
|
||||
include/tqt3/ntqcdestyle.h
|
||||
include/tqt3/ntqcheckbox.h
|
||||
include/tqt3/ntqchkbox.h
|
||||
include/tqt3/ntqcleanuphandler.h
|
||||
include/tqt3/ntqclipboard.h
|
||||
include/tqt3/ntqclipbrd.h
|
||||
include/tqt3/ntqcollect.h
|
||||
include/tqt3/ntqcollection.h
|
||||
include/tqt3/ntqcolor.h
|
||||
include/tqt3/ntqcolordialog.h
|
||||
include/tqt3/ntqcombo.h
|
||||
include/tqt3/ntqcombobox.h
|
||||
include/tqt3/ntqcommonstyle.h
|
||||
include/tqt3/ntqcompactstyle.h
|
||||
include/tqt3/ntqconfig.h
|
||||
include/tqt3/ntqconnect.h
|
||||
include/tqt3/ntqconnection.h
|
||||
include/tqt3/ntqcstring.h
|
||||
include/tqt3/ntqcursor.h
|
||||
include/tqt3/ntqdatabrowser.h
|
||||
include/tqt3/ntqdatastream.h
|
||||
include/tqt3/ntqdatatable.h
|
||||
include/tqt3/ntqdataview.h
|
||||
include/tqt3/ntqdatetime.h
|
||||
include/tqt3/ntqdatetimeedit.h
|
||||
include/tqt3/ntqdatetm.h
|
||||
include/tqt3/ntqdeepcopy.h
|
||||
include/tqt3/ntqdesktopwidget.h
|
||||
include/tqt3/ntqdial.h
|
||||
include/tqt3/ntqdialog.h
|
||||
include/tqt3/ntqdict.h
|
||||
include/tqt3/ntqdir.h
|
||||
include/tqt3/ntqdns.h
|
||||
include/tqt3/ntqdockarea.h
|
||||
include/tqt3/ntqdockwindow.h
|
||||
include/tqt3/ntqdom.h
|
||||
include/tqt3/ntqdragobject.h
|
||||
include/tqt3/ntqdrawutil.h
|
||||
include/tqt3/ntqdrawutl.h
|
||||
include/tqt3/ntqdropsite.h
|
||||
include/tqt3/ntqdstream.h
|
||||
include/tqt3/ntqeditorfactory.h
|
||||
include/tqt3/ntqerrormessage.h
|
||||
include/tqt3/ntqeucjpcodec.h
|
||||
include/tqt3/ntqeuckrcodec.h
|
||||
include/tqt3/ntqevent.h
|
||||
include/tqt3/ntqeventloop.h
|
||||
include/tqt3/ntqfeatures.h
|
||||
include/tqt3/ntqfile.h
|
||||
include/tqt3/ntqfiledef.h
|
||||
include/tqt3/ntqfiledialog.h
|
||||
include/tqt3/ntqfiledlg.h
|
||||
include/tqt3/ntqfileinf.h
|
||||
include/tqt3/ntqfileinfo.h
|
||||
include/tqt3/ntqfocusdata.h
|
||||
include/tqt3/ntqfont.h
|
||||
include/tqt3/ntqfontdatabase.h
|
||||
include/tqt3/ntqfontdialog.h
|
||||
include/tqt3/ntqfontinf.h
|
||||
include/tqt3/ntqfontinfo.h
|
||||
include/tqt3/ntqfontmet.h
|
||||
include/tqt3/ntqfontmetrics.h
|
||||
include/tqt3/ntqframe.h
|
||||
include/tqt3/ntqftp.h
|
||||
include/tqt3/ntqgarray.h
|
||||
include/tqt3/ntqgb18030codec.h
|
||||
include/tqt3/ntqgbkcodec.h
|
||||
include/tqt3/ntqgcache.h
|
||||
include/tqt3/ntqgdict.h
|
||||
include/tqt3/ntqgeneric.h
|
||||
include/tqt3/ntqgif.h
|
||||
include/tqt3/ntqgl.h
|
||||
include/tqt3/ntqglcolormap.h
|
||||
include/tqt3/ntqglist.h
|
||||
include/tqt3/ntqglobal.h
|
||||
include/tqt3/ntqgplugin.h
|
||||
include/tqt3/ntqgrid.h
|
||||
include/tqt3/ntqgridview.h
|
||||
include/tqt3/ntqgroupbox.h
|
||||
include/tqt3/ntqgrpbox.h
|
||||
include/tqt3/ntqguardedptr.h
|
||||
include/tqt3/ntqgvector.h
|
||||
include/tqt3/ntqhbox.h
|
||||
include/tqt3/ntqhbuttongroup.h
|
||||
include/tqt3/ntqheader.h
|
||||
include/tqt3/ntqhgroupbox.h
|
||||
include/tqt3/ntqhostaddress.h
|
||||
include/tqt3/ntqhttp.h
|
||||
include/tqt3/ntqiconset.h
|
||||
include/tqt3/ntqiconview.h
|
||||
include/tqt3/ntqimage.h
|
||||
include/tqt3/ntqimageformatplugin.h
|
||||
include/tqt3/ntqinputcontext.h
|
||||
include/tqt3/ntqinputcontextfactory.h
|
||||
include/tqt3/ntqinputcontextplugin.h
|
||||
include/tqt3/ntqinputdialog.h
|
||||
include/tqt3/ntqintcach.h
|
||||
include/tqt3/ntqintcache.h
|
||||
include/tqt3/ntqintdict.h
|
||||
include/tqt3/ntqinterlacestyle.h
|
||||
include/tqt3/ntqiodev.h
|
||||
include/tqt3/ntqiodevice.h
|
||||
include/tqt3/ntqjiscodec.h
|
||||
include/tqt3/ntqjpegio.h
|
||||
include/tqt3/ntqjpunicode.h
|
||||
include/tqt3/ntqkeycode.h
|
||||
include/tqt3/ntqkeysequence.h
|
||||
include/tqt3/ntqlabel.h
|
||||
include/tqt3/ntqlayout.h
|
||||
include/tqt3/ntqlcdnum.h
|
||||
include/tqt3/ntqlcdnumber.h
|
||||
include/tqt3/ntqlibrary.h
|
||||
include/tqt3/ntqlined.h
|
||||
include/tqt3/ntqlineedit.h
|
||||
include/tqt3/ntqlist.h
|
||||
include/tqt3/ntqlistbox.h
|
||||
include/tqt3/ntqlistview.h
|
||||
include/tqt3/ntqlocale.h
|
||||
include/tqt3/ntqlocalfs.h
|
||||
include/tqt3/ntqmainwindow.h
|
||||
include/tqt3/ntqmap.h
|
||||
include/tqt3/ntqmemarray.h
|
||||
include/tqt3/ntqmenubar.h
|
||||
include/tqt3/ntqmenudata.h
|
||||
include/tqt3/ntqmenudta.h
|
||||
include/tqt3/ntqmessagebox.h
|
||||
include/tqt3/ntqmetaobj.h
|
||||
include/tqt3/ntqmetaobject.h
|
||||
include/tqt3/ntqmime.h
|
||||
include/tqt3/ntqmlined.h
|
||||
include/tqt3/ntqmngio.h
|
||||
include/tqt3/ntqmodules.h
|
||||
include/tqt3/ntqmotifplusstyle.h
|
||||
include/tqt3/ntqmotifstyle.h
|
||||
include/tqt3/ntqmovie.h
|
||||
include/tqt3/ntqmsgbox.h
|
||||
include/tqt3/ntqmultilinedit.h
|
||||
include/tqt3/ntqmultilineedit.h
|
||||
include/tqt3/ntqmutex.h
|
||||
include/tqt3/ntqnamespace.h
|
||||
include/tqt3/ntqnetwork.h
|
||||
include/tqt3/ntqnetworkprotocol.h
|
||||
include/tqt3/ntqnp.h
|
||||
include/tqt3/ntqobjcoll.h
|
||||
include/tqt3/ntqobjdefs.h
|
||||
include/tqt3/ntqobject.h
|
||||
include/tqt3/ntqobjectcleanuphandler.h
|
||||
include/tqt3/ntqobjectdefs.h
|
||||
include/tqt3/ntqobjectdict.h
|
||||
include/tqt3/ntqobjectlist.h
|
||||
include/tqt3/ntqpaintd.h
|
||||
include/tqt3/ntqpaintdc.h
|
||||
include/tqt3/ntqpaintdevice.h
|
||||
include/tqt3/ntqpaintdevicedefs.h
|
||||
include/tqt3/ntqpaintdevicemetrics.h
|
||||
include/tqt3/ntqpainter.h
|
||||
include/tqt3/ntqpair.h
|
||||
include/tqt3/ntqpalette.h
|
||||
include/tqt3/ntqpdevmet.h
|
||||
include/tqt3/ntqpen.h
|
||||
include/tqt3/ntqpicture.h
|
||||
include/tqt3/ntqpixmap.h
|
||||
include/tqt3/ntqpixmapcache.h
|
||||
include/tqt3/ntqplatinumstyle.h
|
||||
include/tqt3/ntqpmcache.h
|
||||
include/tqt3/ntqpngio.h
|
||||
include/tqt3/ntqpntarry.h
|
||||
include/tqt3/ntqpoint.h
|
||||
include/tqt3/ntqpointarray.h
|
||||
include/tqt3/ntqpolygonscanner.h
|
||||
include/tqt3/ntqpopmenu.h
|
||||
include/tqt3/ntqpopupmenu.h
|
||||
include/tqt3/ntqprintdialog.h
|
||||
include/tqt3/ntqprinter.h
|
||||
include/tqt3/ntqprndlg.h
|
||||
include/tqt3/ntqprocess.h
|
||||
include/tqt3/ntqprogbar.h
|
||||
include/tqt3/ntqprogdlg.h
|
||||
include/tqt3/ntqprogressbar.h
|
||||
include/tqt3/ntqprogressdialog.h
|
||||
include/tqt3/ntqpsprn.h
|
||||
include/tqt3/ntqptrcollection.h
|
||||
include/tqt3/ntqptrdict.h
|
||||
include/tqt3/ntqptrlist.h
|
||||
include/tqt3/ntqptrqueue.h
|
||||
include/tqt3/ntqptrstack.h
|
||||
include/tqt3/ntqptrvector.h
|
||||
include/tqt3/ntqpushbt.h
|
||||
include/tqt3/ntqpushbutton.h
|
||||
include/tqt3/ntqqueue.h
|
||||
include/tqt3/ntqradiobt.h
|
||||
include/tqt3/ntqradiobutton.h
|
||||
include/tqt3/ntqrangecontrol.h
|
||||
include/tqt3/ntqrangect.h
|
||||
include/tqt3/ntqrect.h
|
||||
include/tqt3/ntqregexp.h
|
||||
include/tqt3/ntqregion.h
|
||||
include/tqt3/ntqrtlcodec.h
|
||||
include/tqt3/ntqscrbar.h
|
||||
include/tqt3/ntqscrollbar.h
|
||||
include/tqt3/ntqscrollview.h
|
||||
include/tqt3/ntqsemaphore.h
|
||||
include/tqt3/ntqsemimodal.h
|
||||
include/tqt3/ntqserversocket.h
|
||||
include/tqt3/ntqsession.h
|
||||
include/tqt3/ntqsessionmanager.h
|
||||
include/tqt3/ntqsettings.h
|
||||
include/tqt3/ntqsgistyle.h
|
||||
include/tqt3/ntqshared.h
|
||||
include/tqt3/ntqsignal.h
|
||||
include/tqt3/ntqsignalmapper.h
|
||||
include/tqt3/ntqsignalslotimp.h
|
||||
include/tqt3/ntqsimplerichtext.h
|
||||
include/tqt3/ntqsize.h
|
||||
include/tqt3/ntqsizegrip.h
|
||||
include/tqt3/ntqsizepolicy.h
|
||||
include/tqt3/ntqsjiscodec.h
|
||||
include/tqt3/ntqslider.h
|
||||
include/tqt3/ntqsocket.h
|
||||
include/tqt3/ntqsocketdevice.h
|
||||
include/tqt3/ntqsocketnotifier.h
|
||||
include/tqt3/ntqsocknot.h
|
||||
include/tqt3/ntqsortedlist.h
|
||||
include/tqt3/ntqsound.h
|
||||
include/tqt3/ntqspinbox.h
|
||||
include/tqt3/ntqsplashscreen.h
|
||||
include/tqt3/ntqsplitter.h
|
||||
include/tqt3/ntqsql.h
|
||||
include/tqt3/ntqsqlcursor.h
|
||||
include/tqt3/ntqsqldatabase.h
|
||||
include/tqt3/ntqsqldriver.h
|
||||
include/tqt3/ntqsqldriverplugin.h
|
||||
include/tqt3/ntqsqleditorfactory.h
|
||||
include/tqt3/ntqsqlerror.h
|
||||
include/tqt3/ntqsqlfield.h
|
||||
include/tqt3/ntqsqlform.h
|
||||
include/tqt3/ntqsqlindex.h
|
||||
include/tqt3/ntqsqlpropertymap.h
|
||||
include/tqt3/ntqsqlquery.h
|
||||
include/tqt3/ntqsqlrecord.h
|
||||
include/tqt3/ntqsqlresult.h
|
||||
include/tqt3/ntqsqlselectcursor.h
|
||||
include/tqt3/ntqstack.h
|
||||
include/tqt3/ntqstatusbar.h
|
||||
include/tqt3/ntqstring.h
|
||||
include/tqt3/ntqstringlist.h
|
||||
include/tqt3/ntqstrlist.h
|
||||
include/tqt3/ntqstrvec.h
|
||||
include/tqt3/ntqstyle.h
|
||||
include/tqt3/ntqstylefactory.h
|
||||
include/tqt3/ntqstyleplugin.h
|
||||
include/tqt3/ntqstylesheet.h
|
||||
include/tqt3/ntqsyntaxhighlighter.h
|
||||
include/tqt3/ntqt.h
|
||||
include/tqt3/ntqtabbar.h
|
||||
include/tqt3/ntqtabdialog.h
|
||||
include/tqt3/ntqtabdlg.h
|
||||
include/tqt3/ntqtable.h
|
||||
include/tqt3/ntqtabwidget.h
|
||||
include/tqt3/ntqtextbrowser.h
|
||||
include/tqt3/ntqtextcodec.h
|
||||
include/tqt3/ntqtextcodecfactory.h
|
||||
include/tqt3/ntqtextcodecplugin.h
|
||||
include/tqt3/ntqtextedit.h
|
||||
include/tqt3/ntqtextstream.h
|
||||
include/tqt3/ntqtextview.h
|
||||
include/tqt3/ntqthread.h
|
||||
include/tqt3/ntqthreadstorage.h
|
||||
include/tqt3/ntqtimer.h
|
||||
include/tqt3/ntqtl.h
|
||||
include/tqt3/ntqtoolbar.h
|
||||
include/tqt3/ntqtoolbox.h
|
||||
include/tqt3/ntqtoolbutton.h
|
||||
include/tqt3/ntqtooltip.h
|
||||
include/tqt3/ntqtranslator.h
|
||||
include/tqt3/ntqtsciicodec.h
|
||||
include/tqt3/ntqtstream.h
|
||||
include/tqt3/ntqurl.h
|
||||
include/tqt3/ntqurlinfo.h
|
||||
include/tqt3/ntqurloperator.h
|
||||
include/tqt3/ntqutfcodec.h
|
||||
include/tqt3/ntquuid.h
|
||||
include/tqt3/ntqvalidator.h
|
||||
include/tqt3/ntqvaluelist.h
|
||||
include/tqt3/ntqvaluestack.h
|
||||
include/tqt3/ntqvaluevector.h
|
||||
include/tqt3/ntqvariant.h
|
||||
include/tqt3/ntqvbox.h
|
||||
include/tqt3/ntqvbuttongroup.h
|
||||
include/tqt3/ntqvector.h
|
||||
include/tqt3/ntqvfbhdr.h
|
||||
include/tqt3/ntqvgroupbox.h
|
||||
include/tqt3/ntqwaitcondition.h
|
||||
include/tqt3/ntqwhatsthis.h
|
||||
include/tqt3/ntqwidcoll.h
|
||||
include/tqt3/ntqwidget.h
|
||||
include/tqt3/ntqwidgetfactory.h
|
||||
include/tqt3/ntqwidgetintdict.h
|
||||
include/tqt3/ntqwidgetlist.h
|
||||
include/tqt3/ntqwidgetplugin.h
|
||||
include/tqt3/ntqwidgetstack.h
|
||||
include/tqt3/ntqwindefs.h
|
||||
include/tqt3/ntqwindowdefs.h
|
||||
include/tqt3/ntqwindowsstyle.h
|
||||
include/tqt3/ntqwinexport.h
|
||||
include/tqt3/ntqwizard.h
|
||||
include/tqt3/ntqwmatrix.h
|
||||
include/tqt3/ntqworkspace.h
|
||||
include/tqt3/ntqxml.h
|
||||
include/tqt3/private/
|
||||
include/tqt3/private/qapplication_p.h
|
||||
include/tqt3/private/qcolor_p.h
|
||||
include/tqt3/private/qcom_p.h
|
||||
include/tqt3/private/qcomlibrary_p.h
|
||||
include/tqt3/private/qcomponentfactory_p.h
|
||||
include/tqt3/private/qcriticalsection_p.h
|
||||
include/tqt3/private/qdialogbuttons_p.h
|
||||
include/tqt3/private/qdir_p.h
|
||||
include/tqt3/private/qeffects_p.h
|
||||
include/tqt3/private/qeventloop_glib_p.h
|
||||
include/tqt3/private/qeventloop_p.h
|
||||
include/tqt3/private/qfiledefs_p.h
|
||||
include/tqt3/private/qfontcodecs_p.h
|
||||
include/tqt3/private/qfontdata_p.h
|
||||
include/tqt3/private/qfontengine_p.h
|
||||
include/tqt3/private/qgfxdriverinterface_p.h
|
||||
include/tqt3/private/qgl_x11_p.h
|
||||
include/tqt3/private/qgpluginmanager_p.h
|
||||
include/tqt3/private/qimageformatinterface_p.h
|
||||
include/tqt3/private/qinputcontext_p.h
|
||||
include/tqt3/private/qinputcontextinterface_p.h
|
||||
include/tqt3/private/qinternal_p.h
|
||||
include/tqt3/private/qisciicodec_p.h
|
||||
include/tqt3/private/qkbddriverinterface_p.h
|
||||
include/tqt3/private/qlayoutengine_p.h
|
||||
include/tqt3/private/qlibrary_p.h
|
||||
include/tqt3/private/qlocale_p.h
|
||||
include/tqt3/private/qlock_p.h
|
||||
include/tqt3/private/qmousedriverinterface_p.h
|
||||
include/tqt3/private/qmutex_p.h
|
||||
include/tqt3/private/qmutexpool_p.h
|
||||
include/tqt3/private/qpainter_p.h
|
||||
include/tqt3/private/qpluginmanager_p.h
|
||||
include/tqt3/private/qprinter_p.h
|
||||
include/tqt3/private/qpsprinter_p.h
|
||||
include/tqt3/private/qrichtext_p.h
|
||||
include/tqt3/private/qscriptengine_p.h
|
||||
include/tqt3/private/qsettings_p.h
|
||||
include/tqt3/private/qsharedmemory_p.h
|
||||
include/tqt3/private/qsqldriverinterface_p.h
|
||||
include/tqt3/private/qsqlextension_p.h
|
||||
include/tqt3/private/qsqlmanager_p.h
|
||||
include/tqt3/private/qstyleinterface_p.h
|
||||
include/tqt3/private/qsvgdevice_p.h
|
||||
include/tqt3/private/qsyntaxhighlighter_p.h
|
||||
include/tqt3/private/qt_x11_p.h
|
||||
include/tqt3/private/qtextcodecinterface_p.h
|
||||
include/tqt3/private/qtextengine_p.h
|
||||
include/tqt3/private/qtextlayout_p.h
|
||||
include/tqt3/private/qthreadinstance_p.h
|
||||
include/tqt3/private/qtitlebar_p.h
|
||||
include/tqt3/private/qtkdeintegration_x11_p.h
|
||||
include/tqt3/private/qucom_p.h
|
||||
include/tqt3/private/qucomextra_p.h
|
||||
include/tqt3/private/qunicodetables_p.h
|
||||
include/tqt3/private/qwidget_p.h
|
||||
include/tqt3/private/qwidgetinterface_p.h
|
||||
include/tqt3/private/qwidgetresizehandler_p.h
|
||||
include/tqt3/qconfig-dist.h
|
||||
include/tqt3/qconfig-large.h
|
||||
include/tqt3/qconfig-medium.h
|
||||
include/tqt3/qconfig-minimal.h
|
||||
include/tqt3/qconfig-small.h
|
||||
include/tqt3/qsql_ibase.h
|
||||
include/tqt3/qsql_mysql.h
|
||||
include/tqt3/qsql_odbc.h
|
||||
include/tqt3/qsql_psql.h
|
||||
include/tqt3/qsql_sqlite.h
|
||||
include/tqt3/qsqlcachedresult.h
|
||||
include/tqt3/qt_pch.h
|
||||
include/tqt3/qtmultilineedit.h
|
||||
include/tqt3/qttableview.h
|
||||
include/tqt3/qwindow.h
|
||||
lib/libtqassistantclient.prl
|
||||
lib/libtqt-mt.la
|
||||
lib/libtqt-mt.prl
|
||||
lib/libtqtdesignercore.prl
|
||||
lib/libtqteditor.prl
|
||||
lib/libtqui.prl
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/tqt-mt.pc
|
||||
lib/tqt3/
|
||||
lib/tqt3/plugins/
|
||||
lib/tqt3/plugins/designer/
|
||||
lib/tqt3/plugins/imageformats/
|
||||
lib/tqt3/plugins/inputmethods/
|
||||
lib/tqt3/plugins/sqldrivers/
|
||||
share/tqt3/
|
||||
share/tqt3/mkspecs/
|
||||
share/tqt3/mkspecs/aix-g++/
|
||||
share/tqt3/mkspecs/aix-g++-64/
|
||||
share/tqt3/mkspecs/aix-g++-64/qmake.conf
|
||||
share/tqt3/mkspecs/aix-g++-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/aix-g++/qmake.conf
|
||||
share/tqt3/mkspecs/aix-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/aix-xlc/
|
||||
share/tqt3/mkspecs/aix-xlc-64/
|
||||
share/tqt3/mkspecs/aix-xlc-64/qmake.conf
|
||||
share/tqt3/mkspecs/aix-xlc-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/aix-xlc/qmake.conf
|
||||
share/tqt3/mkspecs/aix-xlc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/bsdi-g++/
|
||||
share/tqt3/mkspecs/bsdi-g++/qmake.conf
|
||||
share/tqt3/mkspecs/bsdi-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/cygwin-g++/
|
||||
share/tqt3/mkspecs/cygwin-g++/qmake.conf
|
||||
share/tqt3/mkspecs/cygwin-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/darwin-g++/
|
||||
share/tqt3/mkspecs/darwin-g++/qmake.conf
|
||||
share/tqt3/mkspecs/darwin-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/default
|
||||
share/tqt3/mkspecs/dgux-g++/
|
||||
share/tqt3/mkspecs/dgux-g++/qmake.conf
|
||||
share/tqt3/mkspecs/dgux-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/freebsd-g++/
|
||||
share/tqt3/mkspecs/freebsd-g++/qmake.conf
|
||||
share/tqt3/mkspecs/freebsd-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/freebsd-g++34/
|
||||
share/tqt3/mkspecs/freebsd-g++34/qmake.conf
|
||||
share/tqt3/mkspecs/freebsd-g++34/qplatformdefs.h
|
||||
share/tqt3/mkspecs/freebsd-icc/
|
||||
share/tqt3/mkspecs/freebsd-icc/qmake.conf
|
||||
share/tqt3/mkspecs/freebsd-icc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpux-acc/
|
||||
share/tqt3/mkspecs/hpux-acc-64/
|
||||
share/tqt3/mkspecs/hpux-acc-64/qmake.conf
|
||||
share/tqt3/mkspecs/hpux-acc-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpux-acc-o64/
|
||||
share/tqt3/mkspecs/hpux-acc-o64/qmake.conf
|
||||
share/tqt3/mkspecs/hpux-acc-o64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpux-acc/qmake.conf
|
||||
share/tqt3/mkspecs/hpux-acc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpux-cc/
|
||||
share/tqt3/mkspecs/hpux-cc/qmake.conf
|
||||
share/tqt3/mkspecs/hpux-cc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpux-g++/
|
||||
share/tqt3/mkspecs/hpux-g++-64/
|
||||
share/tqt3/mkspecs/hpux-g++-64/qmake.conf
|
||||
share/tqt3/mkspecs/hpux-g++-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpux-g++/qmake.conf
|
||||
share/tqt3/mkspecs/hpux-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpuxi-acc-32/
|
||||
share/tqt3/mkspecs/hpuxi-acc-32/qmake.conf
|
||||
share/tqt3/mkspecs/hpuxi-acc-32/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hpuxi-acc-64/
|
||||
share/tqt3/mkspecs/hpuxi-acc-64/qmake.conf
|
||||
share/tqt3/mkspecs/hpuxi-acc-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/hurd-g++/
|
||||
share/tqt3/mkspecs/hurd-g++/qmake.conf
|
||||
share/tqt3/mkspecs/hurd-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/irix-cc/
|
||||
share/tqt3/mkspecs/irix-cc-64/
|
||||
share/tqt3/mkspecs/irix-cc-64/qmake.conf
|
||||
share/tqt3/mkspecs/irix-cc-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/irix-cc-o32/
|
||||
share/tqt3/mkspecs/irix-cc-o32/qmake.conf
|
||||
share/tqt3/mkspecs/irix-cc-o32/qplatformdefs.h
|
||||
share/tqt3/mkspecs/irix-cc/qmake.conf
|
||||
share/tqt3/mkspecs/irix-cc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/irix-g++/
|
||||
share/tqt3/mkspecs/irix-g++/qmake.conf
|
||||
share/tqt3/mkspecs/irix-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-cxx/
|
||||
share/tqt3/mkspecs/linux-cxx/qmake.conf
|
||||
share/tqt3/mkspecs/linux-cxx/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-ecc-64/
|
||||
share/tqt3/mkspecs/linux-ecc-64/qmake.conf
|
||||
share/tqt3/mkspecs/linux-ecc-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-g++/
|
||||
share/tqt3/mkspecs/linux-g++-32/
|
||||
share/tqt3/mkspecs/linux-g++-32/qmake.conf
|
||||
share/tqt3/mkspecs/linux-g++-32/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-g++-64/
|
||||
share/tqt3/mkspecs/linux-g++-64/qmake.conf
|
||||
share/tqt3/mkspecs/linux-g++-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-g++-sparc/
|
||||
share/tqt3/mkspecs/linux-g++-sparc/qmake.conf
|
||||
share/tqt3/mkspecs/linux-g++-sparc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-g++/qmake.conf
|
||||
share/tqt3/mkspecs/linux-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-icc/
|
||||
share/tqt3/mkspecs/linux-icc/qmake.conf
|
||||
share/tqt3/mkspecs/linux-icc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-kcc/
|
||||
share/tqt3/mkspecs/linux-kcc/qmake.conf
|
||||
share/tqt3/mkspecs/linux-kcc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-kylix/
|
||||
share/tqt3/mkspecs/linux-kylix/qmake.conf
|
||||
share/tqt3/mkspecs/linux-kylix/qplatformdefs.h
|
||||
share/tqt3/mkspecs/linux-pgcc/
|
||||
share/tqt3/mkspecs/linux-pgcc/qmake.conf
|
||||
share/tqt3/mkspecs/linux-pgcc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/lynxos-g++/
|
||||
share/tqt3/mkspecs/lynxos-g++/qmake.conf
|
||||
share/tqt3/mkspecs/lynxos-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/macx-g++/
|
||||
share/tqt3/mkspecs/macx-g++/Info.plist.app
|
||||
share/tqt3/mkspecs/macx-g++/qmake.conf
|
||||
share/tqt3/mkspecs/macx-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/macx-mwerks/
|
||||
share/tqt3/mkspecs/macx-mwerks/README
|
||||
share/tqt3/mkspecs/macx-mwerks/mwerkstmpl.xml
|
||||
share/tqt3/mkspecs/macx-mwerks/qmake.conf
|
||||
share/tqt3/mkspecs/macx-mwerks/qplatformdefs.h
|
||||
share/tqt3/mkspecs/macx-pbuilder/
|
||||
share/tqt3/mkspecs/macx-pbuilder/Info.plist.app
|
||||
share/tqt3/mkspecs/macx-pbuilder/qmake.conf
|
||||
share/tqt3/mkspecs/macx-pbuilder/qplatformdefs.h
|
||||
share/tqt3/mkspecs/macx-xlc/
|
||||
share/tqt3/mkspecs/macx-xlc/qmake.conf
|
||||
share/tqt3/mkspecs/macx-xlc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/netbsd-g++/
|
||||
share/tqt3/mkspecs/netbsd-g++/qmake.conf
|
||||
share/tqt3/mkspecs/netbsd-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/openbsd-g++/
|
||||
share/tqt3/mkspecs/openbsd-g++/qmake.conf
|
||||
share/tqt3/mkspecs/openbsd-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/qnx-g++/
|
||||
share/tqt3/mkspecs/qnx-g++/qmake.conf
|
||||
share/tqt3/mkspecs/qnx-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/reliant-cds/
|
||||
share/tqt3/mkspecs/reliant-cds-64/
|
||||
share/tqt3/mkspecs/reliant-cds-64/qmake.conf
|
||||
share/tqt3/mkspecs/reliant-cds-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/reliant-cds/qmake.conf
|
||||
share/tqt3/mkspecs/reliant-cds/qplatformdefs.h
|
||||
share/tqt3/mkspecs/sco-cc/
|
||||
share/tqt3/mkspecs/sco-cc/qmake.conf
|
||||
share/tqt3/mkspecs/sco-cc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/sco-g++/
|
||||
share/tqt3/mkspecs/sco-g++/qmake.conf
|
||||
share/tqt3/mkspecs/sco-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/solaris-cc/
|
||||
share/tqt3/mkspecs/solaris-cc-64/
|
||||
share/tqt3/mkspecs/solaris-cc-64/qmake.conf
|
||||
share/tqt3/mkspecs/solaris-cc-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/solaris-cc/qmake.conf
|
||||
share/tqt3/mkspecs/solaris-cc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/solaris-g++/
|
||||
share/tqt3/mkspecs/solaris-g++-64/
|
||||
share/tqt3/mkspecs/solaris-g++-64/qmake.conf
|
||||
share/tqt3/mkspecs/solaris-g++-64/qplatformdefs.h
|
||||
share/tqt3/mkspecs/solaris-g++/qmake.conf
|
||||
share/tqt3/mkspecs/solaris-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/tru64-cxx/
|
||||
share/tqt3/mkspecs/tru64-cxx/qmake.conf
|
||||
share/tqt3/mkspecs/tru64-cxx/qplatformdefs.h
|
||||
share/tqt3/mkspecs/tru64-g++/
|
||||
share/tqt3/mkspecs/tru64-g++/qmake.conf
|
||||
share/tqt3/mkspecs/tru64-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/unixware-cc/
|
||||
share/tqt3/mkspecs/unixware-cc/qmake.conf
|
||||
share/tqt3/mkspecs/unixware-cc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/unixware-g++/
|
||||
share/tqt3/mkspecs/unixware-g++/qmake.conf
|
||||
share/tqt3/mkspecs/unixware-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-borland/
|
||||
share/tqt3/mkspecs/win32-borland/qmake.conf
|
||||
share/tqt3/mkspecs/win32-borland/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-g++/
|
||||
share/tqt3/mkspecs/win32-g++/qmake.conf
|
||||
share/tqt3/mkspecs/win32-g++/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-g++/qtcrtentrypoint.cpp
|
||||
share/tqt3/mkspecs/win32-icc/
|
||||
share/tqt3/mkspecs/win32-icc/qmake.conf
|
||||
share/tqt3/mkspecs/win32-icc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-icc/win32app.dsp
|
||||
share/tqt3/mkspecs/win32-icc/win32dll.dsp
|
||||
share/tqt3/mkspecs/win32-icc/win32lib.dsp
|
||||
share/tqt3/mkspecs/win32-msvc/
|
||||
share/tqt3/mkspecs/win32-msvc.net/
|
||||
share/tqt3/mkspecs/win32-msvc.net/qmake.conf
|
||||
share/tqt3/mkspecs/win32-msvc.net/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-msvc/qmake.conf
|
||||
share/tqt3/mkspecs/win32-msvc/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-msvc/win32app.dsp
|
||||
share/tqt3/mkspecs/win32-msvc/win32dll.dsp
|
||||
share/tqt3/mkspecs/win32-msvc/win32lib.dsp
|
||||
share/tqt3/mkspecs/win32-msvc2005/
|
||||
share/tqt3/mkspecs/win32-msvc2005/qmake.conf
|
||||
share/tqt3/mkspecs/win32-msvc2005/qplatformdefs.h
|
||||
share/tqt3/mkspecs/win32-watcom/
|
||||
share/tqt3/mkspecs/win32-watcom/qmake.conf
|
||||
share/tqt3/phrasebooks/
|
||||
share/tqt3/phrasebooks/danish.qph
|
||||
share/tqt3/phrasebooks/dutch.qph
|
||||
share/tqt3/phrasebooks/finnish.qph
|
||||
share/tqt3/phrasebooks/french.qph
|
||||
share/tqt3/phrasebooks/german.qph
|
||||
share/tqt3/phrasebooks/italian.qph
|
||||
share/tqt3/phrasebooks/norwegian.qph
|
||||
share/tqt3/phrasebooks/russian.qph
|
||||
share/tqt3/phrasebooks/spanish.qph
|
||||
share/tqt3/phrasebooks/swedish.qph
|
||||
share/tqt3/templates/
|
||||
share/tqt3/templates/Configuration_Dialog.ui
|
||||
share/tqt3/templates/Dialog_with_Buttons_(Bottom).ui
|
||||
share/tqt3/templates/Dialog_with_Buttons_(Right).ui
|
||||
share/tqt3/templates/Tab_Dialog.ui
|
||||
share/tqt3/translations/
|
||||
share/tqt3/translations/assistant_de.qm
|
||||
share/tqt3/translations/qt_ar.qm
|
||||
share/tqt3/translations/qt_ca.qm
|
||||
share/tqt3/translations/qt_cs.qm
|
||||
share/tqt3/translations/qt_de.qm
|
||||
share/tqt3/translations/qt_es.qm
|
||||
share/tqt3/translations/qt_fr.qm
|
||||
share/tqt3/translations/qt_he.qm
|
||||
share/tqt3/translations/qt_it.qm
|
||||
share/tqt3/translations/qt_ja.qm
|
||||
share/tqt3/translations/qt_nb.qm
|
||||
share/tqt3/translations/qt_pt-br.qm
|
||||
share/tqt3/translations/qt_ru.qm
|
||||
share/tqt3/translations/qt_sk.qm
|
||||
share/tqt3/translations/qt_zh-cn.qm
|
||||
share/tqt3/translations/qt_zh-tw.qm
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
lib/tqt3/plugins/sqldrivers/libqsqlmysql.so
|
@ -0,0 +1 @@
|
||||
lib/tqt3/plugins/sqldrivers/libqsqlpsql.so
|
@ -0,0 +1 @@
|
||||
lib/tqt3/plugins/sqldrivers/libqsqlite.so
|
Loading…
Reference in new issue