Skip to content

Commit

Permalink
Echo the private include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Labrosse committed Oct 1, 2018
1 parent 2d56811 commit da411c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ include_directories(
${Qt5Gui_INCLUDE_DIRS}
${Qt5Gui_PRIVATE_INCLUDE_DIRS} )

message("-- Using Qt private include in: ${Qt5Gui_PRIVATE_INCLUDE_DIRS}")

add_library(QtXlsxWriter SHARED "${QtXlsxWriter_SOURCE_FILES}")

# automatically add C++11 support with GCC
Expand Down

0 comments on commit da411c4

Please sign in to comment.