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

parallax example broken due to moved samegame

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.12.0
    • 5.12
    • Examples and Demos
    • None

    Description

      qtdeclarative\examples\quick\views\parallax\parallax.qml references samegame.qml via a relative path:

                  Loader {
                      anchors { top: parent.top; topMargin: 10; horizontalCenter: parent.horizontalCenter }
                      width: 300; height: 400
                      clip: true;
                      source: "../../demos/samegame/samegame.qml"
                  }
      

      However, the samegame demo has been moved to a different repository in dev/5.12.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-69660
          # Subject Branch Project Status CR V

          Activity

            People

              frederik Frederik Gladhorn
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes