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

qtgamepad examples have broken install targets

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.7.0
    • 5.7.0 Alpha
    • Build System, Other
    • None
    • Linux Fedora 23

    Description

      Using configure -prefix /opt/Qt-dev-5.7.0

      While Makefiles have lines likes :

      install_target: first FORCE
      	@test -d *$(INSTALL_ROOT)/opt/Qt-dev-5.7.0*/lib || mkdir -p $(INSTALL_ROOT)/opt/Qt-dev-5.7.0/lib
      

      qtgamepad/examples/configureButtons/Makefile has :

      install_target: first FORCE
      	@test -d $(INSTALL_ROOT)/opt/configureButtons/bin || mkdir -p $(INSTALL_ROOT)/opt/configureButtons/bin
      	-$(INSTALL_PROGRAM) $(QMAKE_TARGET) *$(INSTALL_ROOT)/opt/configureButtons*/bin/$(QMAKE_TARGET)
      

      same apply to other qtgamepad examples and to qtquickcontrols2/examples/controls/chattutorial

      Attachments

        Issue Links

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

          Activity

            People

              janichol Andy Nichols
              fabricesalvaire fabrice salvaire
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes