Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13495

[REG 3.2.2 -> 3.3.0] Can't build Qt4 demos in default directory

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 3.3.0-rc1
    • Windows 7 64 bit
      MSVC2010 32 bit

    Description

      1. Have a checkout of Qt's branch 4.8.
      2. Create an out-of-source build of this using the following configure switches
        -opensource -confirm-license -nomake tests -nomake examples -nomake demos
        

        The build directory will contain two XML files named "demos" and "examples", both without a suffix.

      3. Configure a kit using this Qt build in Creator.
      4. Open a demo from the Qt source directory.
        I used demos\declarative\minehunt\minehunt.pro
      5. Configure the demo to use the kit from step 3.
        By some magic, Creator will determine that it should be build inside Qt's build directory.
      6. Try to build the demo.
        Build will fail because Creator can not create a subdirectory "demos" due to the file of the same name.

      Creator should always be able to build a project using default. If it can't build the project, the defaults are wrong.

      Attachments

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

        Activity

          People

            dt Daniel Teske
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes