From 01482f18d32456ff238eb4a566685f7d3492f4d1 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 7 Apr 2009 08:38:34 +0000 Subject: [PATCH] Tue Apr 7 09:33:22 UTC 2009 Johnny Willemsen * config/qt4_core.mpb: * config/qt4_designer.mpb: * config/qt4_designercomponents.mpb: * config/qt4_gui.mpb: * config/qt4_network.mpb: * config/qt4_opengl.mpb: * config/qt4_qt3support.mpb: * config/qt4_sql.mpb: * config/qt4_svg.mpb: * config/qt4_test.mpb: * config/qt4_xml.mpb: All Qt4libs are appended with 4 --- ChangeLog | 15 +++++++++++++++ config/qt4_core.mpb | 2 +- config/qt4_designer.mpb | 2 +- config/qt4_designercomponents.mpb | 2 +- config/qt4_gui.mpb | 2 +- config/qt4_network.mpb | 2 +- config/qt4_opengl.mpb | 2 +- config/qt4_qt3support.mpb | 2 +- config/qt4_sql.mpb | 2 +- config/qt4_svg.mpb | 2 +- config/qt4_test.mpb | 2 +- config/qt4_xml.mpb | 2 +- 12 files changed, 26 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1447ee7b..42928014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue Apr 7 09:33:22 UTC 2009 Johnny Willemsen + + * config/qt4_core.mpb: + * config/qt4_designer.mpb: + * config/qt4_designercomponents.mpb: + * config/qt4_gui.mpb: + * config/qt4_network.mpb: + * config/qt4_opengl.mpb: + * config/qt4_qt3support.mpb: + * config/qt4_sql.mpb: + * config/qt4_svg.mpb: + * config/qt4_test.mpb: + * config/qt4_xml.mpb: + All Qt4libs are appended with 4 + Wed Apr 1 16:10:22 UTC 2009 Ciju John * config/qt4_core.mpb: diff --git a/config/qt4_core.mpb b/config/qt4_core.mpb index b20c1de8..ef1e02cb 100644 --- a/config/qt4_core.mpb +++ b/config/qt4_core.mpb @@ -5,5 +5,5 @@ project { requires += qt4 includes += $(QTDIR)/include libpaths += $(QTDIR)/lib - lit_libs += QtCore4$(QTDEBUG) + lit_libs += QtCore$(QTDEBUG)4 } diff --git a/config/qt4_designer.mpb b/config/qt4_designer.mpb index 63577ee1..d0be7b82 100644 --- a/config/qt4_designer.mpb +++ b/config/qt4_designer.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_xml { - lit_libs += QtDesigner$(QTDEBUG) + lit_libs += QtDesigner$(QTDEBUG)4 } diff --git a/config/qt4_designercomponents.mpb b/config/qt4_designercomponents.mpb index 7c99ed52..bb8aae9e 100644 --- a/config/qt4_designercomponents.mpb +++ b/config/qt4_designercomponents.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_designer { - lit_libs += QtDesignerComponents$(QTDEBUG) + lit_libs += QtDesignerComponents$(QTDEBUG)4 } diff --git a/config/qt4_gui.mpb b/config/qt4_gui.mpb index 132cdd1e..48678715 100644 --- a/config/qt4_gui.mpb +++ b/config/qt4_gui.mpb @@ -2,7 +2,7 @@ // $Id$ project: qt4_core { - lit_libs += QtGui4$(QTDEBUG) + lit_libs += QtGui$(QTDEBUG)4 Define_Custom(UIC) { automatic = 1 diff --git a/config/qt4_network.mpb b/config/qt4_network.mpb index ef111e23..c8bce60a 100644 --- a/config/qt4_network.mpb +++ b/config/qt4_network.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_core { - lit_libs += QtNetwork$(QTDEBUG) + lit_libs += QtNetwork$(QTDEBUG)4 } diff --git a/config/qt4_opengl.mpb b/config/qt4_opengl.mpb index 7b44cf15..30bf6137 100644 --- a/config/qt4_opengl.mpb +++ b/config/qt4_opengl.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_gui { - lit_libs += QtOpenGL$(QTDEBUG) + lit_libs += QtOpenGL$(QTDEBUG)4 } diff --git a/config/qt4_qt3support.mpb b/config/qt4_qt3support.mpb index f44a8b13..dda57045 100644 --- a/config/qt4_qt3support.mpb +++ b/config/qt4_qt3support.mpb @@ -2,6 +2,6 @@ // $Id$ project: qt4_gui { - lit_libs += Qt3Support$(QTDEBUG) + lit_libs += Qt3Support$(QTDEBUG)4 macros += QT3_SUPPORT } diff --git a/config/qt4_sql.mpb b/config/qt4_sql.mpb index 33bec619..c61e906a 100644 --- a/config/qt4_sql.mpb +++ b/config/qt4_sql.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_core { - lit_libs += QtSql$(QTDEBUG) + lit_libs += QtSql$(QTDEBUG)4 } diff --git a/config/qt4_svg.mpb b/config/qt4_svg.mpb index be9f70b3..eda460ae 100644 --- a/config/qt4_svg.mpb +++ b/config/qt4_svg.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_xml { - lit_libs += QtSvg$(QTDEBUG) + lit_libs += QtSvg$(QTDEBUG)4 } diff --git a/config/qt4_test.mpb b/config/qt4_test.mpb index 5ceb0997..1436d7cb 100644 --- a/config/qt4_test.mpb +++ b/config/qt4_test.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_core { - lit_libs += QtTest$(QTDEBUG) + lit_libs += QtTest$(QTDEBUG)4 } diff --git a/config/qt4_xml.mpb b/config/qt4_xml.mpb index 8e26d678..d9565797 100644 --- a/config/qt4_xml.mpb +++ b/config/qt4_xml.mpb @@ -2,5 +2,5 @@ // $Id$ project: qt4_core { - lit_libs += QtXml$(QTDEBUG) + lit_libs += QtXml$(QTDEBUG)4 } -- 2.11.4.GIT