- 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/qtcallback.inc 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/qtlclintf.inc svneol=native#text/pascal
lcl/interfaces/qt/qtlclintfh.inc svneol=native#text/pascal

View File

@ -28,6 +28,8 @@ unit QtCaret;
interface
{$I qtdefines.inc}
uses
// Bindings
{$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
{$I qtdefines.inc}
{$ifdef Trace}
{$ASSERTIONS ON}
{$endif}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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