You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.7 KiB
92 lines
2.7 KiB
13 years ago
|
// This defines the different versions of TQt that PyTQt knows about.
|
||
13 years ago
|
//
|
||
|
// Copyright (c) 2007
|
||
|
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
|
||
|
//
|
||
13 years ago
|
// This file is part of PyTQt.
|
||
13 years ago
|
//
|
||
13 years ago
|
// This copy of PyTQt is free software; you can redistribute it and/or modify it
|
||
13 years ago
|
// under the terms of the GNU General Public License as published by the Free
|
||
|
// Software Foundation; either version 2, or (at your option) any later
|
||
|
// version.
|
||
|
//
|
||
13 years ago
|
// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
|
||
13 years ago
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||
|
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||
|
// details.
|
||
|
//
|
||
|
// You should have received a copy of the GNU General Public License along with
|
||
13 years ago
|
// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
|
||
13 years ago
|
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||
|
|
||
|
|
||
|
// Specify the releases over time - not all of them, just those that introduce
|
||
|
// something new.
|
||
13 years ago
|
%Timeline {TQt_1_43
|
||
|
TQt_2_00 TQt_2_1_0 TQt_2_2_0 TQt_2_3_0 TQt_2_3_1
|
||
|
TQt_3_0_0 TQt_3_0_1 TQt_3_0_2 TQt_3_0_4 TQt_3_0_5 TQt_3_0_6
|
||
|
TQt_3_1_0 TQt_3_1_1 TQt_3_1_2
|
||
|
TQt_3_2_0
|
||
|
TQt_3_3_0 TQt_3_3_5 TQt_3_3_6}
|
||
13 years ago
|
|
||
|
|
||
|
// Specify the platforms.
|
||
|
%Platforms {WS_X11 WS_WIN WS_QWS WS_MACX}
|
||
|
|
||
|
|
||
|
// Specify the features.
|
||
13 years ago
|
%Feature TQt_THREAD_SUPPORT
|
||
13 years ago
|
|
||
13 years ago
|
%Feature TQt_ACTION
|
||
|
%Feature TQt_ASSISTANTCLIENT
|
||
|
%Feature TQt_CLIPBOARD
|
||
|
%Feature TQt_CODECS
|
||
|
%Feature TQt_COLORDIALOG
|
||
|
%Feature TQt_DATASTREAM
|
||
|
%Feature TQt_DIAL
|
||
|
%Feature TQt_DNS
|
||
|
%Feature TQt_DOM
|
||
|
%Feature TQt_DRAGANDDROP
|
||
|
%Feature TQt_ICONVIEW
|
||
|
%Feature TQt_IMAGE_TEXT
|
||
|
%Feature TQt_INPUTDIALOG
|
||
|
%Feature TQt_FILEDIALOG
|
||
|
%Feature TQt_FONTDATABASE
|
||
|
%Feature TQt_FONTDIALOG
|
||
|
%Feature TQt_MESSAGEBOX
|
||
|
%Feature TQt_MIMECLIPBOARD
|
||
|
%Feature TQt_NETWORKPROTOCOL
|
||
|
%Feature TQt_NETWORKPROTOCOL_FTP
|
||
|
%Feature TQt_NETWORKPROTOCOL_HTTP
|
||
|
%Feature TQt_PICTURE
|
||
|
%Feature TQt_PRINTDIALOG
|
||
|
%Feature TQt_PRINTER
|
||
|
%Feature TQt_PROGRESSDIALOG
|
||
|
%Feature TQt_PROPERTIES
|
||
|
%Feature TQt_SIZEGRIP
|
||
|
%Feature TQt_SOUND
|
||
|
%Feature TQt_SPLITTER
|
||
|
%Feature TQt_STYLE_CDE
|
||
|
%Feature TQt_STYLE_INTERLACE
|
||
|
%Feature TQt_STYLE_MOTIF
|
||
|
%Feature TQt_STYLE_MOTIFPLUS
|
||
|
%Feature TQt_STYLE_PLATINUM
|
||
|
%Feature TQt_STYLE_SGI
|
||
|
%Feature TQt_STYLE_WINDOWS
|
||
|
%Feature TQt_STYLE_WINDOWSXP
|
||
|
%Feature TQt_TABDIALOG
|
||
|
%Feature TQt_TABLE
|
||
|
%Feature TQt_TABLEVIEW
|
||
|
%Feature TQt_TRANSFORMATIONS
|
||
|
%Feature TQt_TRANSLATION
|
||
|
%Feature TQt_WIZARD
|
||
|
%Feature TQt_WORKSPACE
|
||
13 years ago
|
|
||
13 years ago
|
// On Windows64 TQ_LONG is defined as __int64 (which SIP doesn't handle) so
|
||
13 years ago
|
// this feature is disabled.
|
||
13 years ago
|
%Feature TQt_TQ_LONG_IS_long
|
||
13 years ago
|
|
||
|
// SIP v4.7.3 and later support automatic generation of missing complementary
|
||
|
// comparison operators. This fixes a problem with v4.7.2.
|
||
13 years ago
|
%Feature TQt_SIP_PRE_4_7_2
|