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

Handle custom CMake output dir for Android

XMLWordPrintable

    • 76f082186 (12.0)

      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"    
      )
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes