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

qtgamepad examples have broken install targets

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes