Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-4744

Tidy up configure before 4.6 release

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 4.6.0
    • None
    • None
    • None
    • d38ebd566f3a73f280903929d4ac49d255be3aed

      According to the comment, this code needs to be reviewed before 4.6 final (qt/tools/configure/configureapp.cpp)

      // ### This should be removed once Qt for S60 is out.
      static void applyTemporarySymbianFlags(QStringList &qconfigList)
       {
           qconfigList += "QT_NO_CONCURRENT";
           qconfigList += "QT_NO_QFUTURE";
           // This is removed because it uses UNIX signals which are not implemented yet
           qconfigList += "QT_NO_CRASHHANDLER";
           qconfigList += "QT_NO_PRINTER";
           qconfigList += "QT_NO_SYSTEMTRAYICON";
       }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            e0348803 Miikka Heikkinen
            iacampbe Iain (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes