qt 3.1 port planing

Ralf Habacker kde-cygwin@mail.kde.org
Thu, 5 Dec 2002 08:09:39 +0100


> The configure from qt-3.1.0-rc3 is drastically different then the
> configure in
> cvs. Is there anything specific to cygwin in the configure in cvs or can I
> just start with the configure from qt-3.1.0-rc3 and apply any changes?
>
If you are using the current files from the QT_CYGWIN_3_1_BRANCH, you will have
only small changes.
If you have checked out this, try cvs diff -r qt_3_1_0_rc1 configure.

Index: configure
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/configure,v
retrieving revision 1.1.1.3
retrieving revision 1.3.4.1
diff -u -3 -p -B -r1.1.1.3 -r1.3.4.1
--- configure   13 Nov 2002 14:51:38 -0000      1.1.1.3
+++ configure   21 Nov 2002 06:56:20 -0000      1.3.4.1
@@ -1258,6 +1258,9 @@ if [ -z "$PLATFORM" ]; then
            - Also available for Linux: linux-kcc linux-icc linux-cxx
        "
        ;;
+     CYGWIN*:*)
+        PLATFORM=cygwin-g++
+        ;;
      SunOS:5*)
        #PLATFORM=solaris-g++
        PLATFORM=solaris-cc

Ralf