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

should detect invalid '-no-script' option when using '-declarative' option

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 4.8.1
    • 4.7.4
    • Build System
    • None
    • Microsoft Windows XP 32bits, Visual C++ 2008 Express
    • 0c208692504ae3a572baf9fe058d4b9ee9b01e5d

    Description

      The windows version of configure doesn't detect this invalid options combination.

      Note that the unix 'configure' script detects such invalid combination in the below sh code:

      if [ "$CFG_DECLARATIVE" = "yes" ]; then
      if [ "$CFG_SCRIPT" = "no" -o "$CFG_GUI" = "no" ]; then
      echo "Error: QtDeclarative was requested, but it can't be built due to QtScript or QtGui being disabled."
      exit 1
      fi
      fi

      Attachments

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

        Activity

          People

            liaqi Liang Qi
            jerome.bouat Jérôme Bouat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes