Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 5.0.2
-
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
- relates to
-
QTBUG-102595 Builds can't find the projects qml modules
- Closed