Skip to content

Commit 9eedbb7

Browse files
committedMay 19, 2017
Fix compiling on mac
1 parent 227108e commit 9eedbb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ INCLUDE_DIRECTORIES(
775775
${CMAKE_BINARY_DIR}/src/core
776776
${CMAKE_BINARY_DIR}/src/gui
777777
${CMAKE_BINARY_DIR}/src/ui
778+
${CMAKE_BINARY_DIR}/src/native
778779
)
779780
INCLUDE_DIRECTORIES(SYSTEM
780781
${QCA_INCLUDE_DIR}

0 commit comments

Comments
 (0)
Please sign in to comment.