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

Handle custom CMake output dir for Android

    XMLWordPrintable

Details

    • 76f082186 (12.0)

    Description

      Allow Creator to handle custom output dir for libs, this might be used for other platforms and not specifically for Android, but it better work for Android as well.

      set_target_properties(cmake_target
          PROPERTIES        
          ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
          LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
          RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"    
      )
      

      Attachments

        Issue Links

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

          Activity

            People

              assam Assam Boudjelthia
              assam Assam Boudjelthia
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes