- add qtdefines.inc (place for global qt defines)
- force qt 4.3 under windows

git-svn-id: trunk@12630 -
This commit is contained in:
paul 2007-10-29 15:11:49 +00:00
parent fcc9de3e39
commit 4dfe601068
23 changed files with 51 additions and 0 deletions

1
.gitattributes vendored
View File

@ -2914,6 +2914,7 @@ lcl/interfaces/qt/qt4.pas svneol=native#text/plain
lcl/interfaces/qt/qt43.pas -text lcl/interfaces/qt/qt43.pas -text
lcl/interfaces/qt/qtcallback.inc svneol=native#text/pascal lcl/interfaces/qt/qtcallback.inc svneol=native#text/pascal
lcl/interfaces/qt/qtcaret.pas svneol=native#text/pascal lcl/interfaces/qt/qtcaret.pas svneol=native#text/pascal
lcl/interfaces/qt/qtdefines.inc svneol=native#text/pascal
lcl/interfaces/qt/qtint.pp svneol=native#text/pascal lcl/interfaces/qt/qtint.pp svneol=native#text/pascal
lcl/interfaces/qt/qtlclintf.inc svneol=native#text/pascal lcl/interfaces/qt/qtlclintf.inc svneol=native#text/pascal
lcl/interfaces/qt/qtlclintfh.inc svneol=native#text/pascal lcl/interfaces/qt/qtlclintfh.inc svneol=native#text/pascal

View File

@ -28,6 +28,8 @@ unit QtCaret;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -0,0 +1,7 @@
{******************************************************************************
Centralized includefile for some common qt defines
******************************************************************************}
{$ifdef windows}
{$define USE_QT_4_3}
{$endif}

View File

@ -29,6 +29,8 @@ unit qtint;
interface interface
{$I qtdefines.inc}
{$ifdef Trace} {$ifdef Trace}
{$ASSERTIONS ON} {$ASSERTIONS ON}
{$endif} {$endif}

View File

@ -25,6 +25,8 @@ unit qtobjects;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -25,6 +25,8 @@ unit qtprivate;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -29,6 +29,8 @@ unit qtproc;
interface interface
{$I qtdefines.inc}
uses uses
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}
qt43, qt43,

View File

@ -4,6 +4,8 @@ unit QtThemes;
interface interface
{$I qtdefines.inc}
uses uses
// rtl // rtl
Types, Classes, SysUtils, Types, Classes, SysUtils,

View File

@ -25,6 +25,8 @@ unit qtwidgets;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSArrow;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSButtons;
interface interface
{$I qtdefines.inc}
uses uses
// Libs // Libs
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSCalendar;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSCheckLst;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSComCtrls;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSControls;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -25,6 +25,9 @@ unit QtWSDesigner;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
interface interface
{$I qtdefines.inc}
//////////////////////////////////////////////////// ////////////////////////////////////////////////////
// I M P O R T A N T // I M P O R T A N T
//////////////////////////////////////////////////// ////////////////////////////////////////////////////

View File

@ -26,6 +26,8 @@ unit QtWSDialogs;
interface interface
{$I qtdefines.inc}
uses uses
// Libs // Libs
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSExtCtrls;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSForms;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSGrids;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSMenus;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSSpin;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}

View File

@ -26,6 +26,8 @@ unit QtWSStdCtrls;
interface interface
{$I qtdefines.inc}
uses uses
// Bindings // Bindings
{$ifdef USE_QT_4_3} {$ifdef USE_QT_4_3}