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

"Qt Console Application" wizard creates faulty CMake install command

    XMLWordPrintable

Details

    • All
    • c53c9592f (10.0)

    Description

      The "Qt Console Application" project wizard creates the following install command

      install(TARGETS myapp
          LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) 

       
      The target is not a library. The installation command should look like this

      install(TARGETS myapp
          RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) 

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-28999
        # Subject Branch Project Status CR V

        Activity

          People

            portale Alessandro Portale
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes