Skip to content

Commit

Permalink
easier build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrimus committed May 14, 2018
1 parent 604d298 commit ca507ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE GIT_REVISION)

set(CRYPTONOTE_LIB cryptonote)
set (CMAKE_PREFIX_PATH "C:\\Qt\\Qt5.6.0\\5.6\\msvc2013_64\\")
set (CMAKE_PREFIX_PATH "C:\\Qt\\Qt5.8.0\\5.8\\msvc2013_64\\")

include_directories(${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
Expand Down

0 comments on commit ca507ab

Please sign in to comment.