Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[Qt] Copy headers to build path in 'qt-lib' target
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Nov 14, 2016
1 parent 36dea5e commit 52da0e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions platform/qt/qt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ else()
PRIVATE -lGL
)
endif()

add_custom_command(
TARGET qmapboxgl
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/platform/qt/include
${CMAKE_CURRENT_BINARY_DIR}/platform/qt/include
)

0 comments on commit 52da0e6

Please sign in to comment.