File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,13 @@ if(NOT BN_INTERNAL_BUILD)
1313endif ()
1414
1515if (NOT BN_INTERNAL_BUILD)
16- if (WIN32 )
17- set (MSVC_VERSION msvc2022_64 CACHE STRING "Version of MSVC Qt is built with" )
18- endif ()
1916 set (QT_VERSION 6.7.2 CACHE STRING "Version of Qt to use" )
2017
2118 if (NOT CMAKE_PREFIX_PATH )
22- if (APPLE )
23- set (CMAKE_PREFIX_PATH $ENV{HOME} /Qt/${QT_VERSION} /clang_64/lib/cmake)
24- elseif (WIN32 )
25- set (CMAKE_PREFIX_PATH $ENV{HOMEDRIVE}$ENV{HOMEPATH} /Qt/${QT_VERSION} /${MSVC_VERSION } /lib/cmake)
19+ if (WIN32 )
20+ set (CMAKE_PREFIX_PATH $ENV{HOMEDRIVE}$ENV{HOMEPATH} /Qt/${QT_VERSION} /lib/cmake)
2621 else ()
27- set (CMAKE_PREFIX_PATH $ENV{HOME} /Qt/${QT_VERSION} /gcc_64/ lib/cmake)
22+ set (CMAKE_PREFIX_PATH $ENV{HOME} /Qt/${QT_VERSION} /lib/cmake)
2823 endif ()
2924 endif ()
3025 message ("CMAKE_PREFIX_PATH is: ${CMAKE_PREFIX_PATH } " )
Original file line number Diff line number Diff line change @@ -13,18 +13,13 @@ if(NOT BN_INTERNAL_BUILD)
1313endif ()
1414
1515if (NOT BN_INTERNAL_BUILD)
16- if (WIN32 )
17- set (MSVC_VERSION msvc2022_64 CACHE STRING "Version of MSVC Qt is built with" )
18- endif ()
1916 set (QT_VERSION 6.10.1 CACHE STRING "Version of Qt to use" )
2017
2118 if (NOT CMAKE_PREFIX_PATH )
22- if (APPLE )
23- set (CMAKE_PREFIX_PATH $ENV{HOME} /Qt/${QT_VERSION} /clang_64/lib/cmake)
24- elseif (WIN32 )
25- set (CMAKE_PREFIX_PATH $ENV{HOMEDRIVE}$ENV{HOMEPATH} /Qt/${QT_VERSION} /${MSVC_VERSION } /lib/cmake)
19+ if (WIN32 )
20+ set (CMAKE_PREFIX_PATH $ENV{HOMEDRIVE}$ENV{HOMEPATH} /Qt/${QT_VERSION} /lib/cmake)
2621 else ()
27- set (CMAKE_PREFIX_PATH $ENV{HOME} /Qt/${QT_VERSION} /gcc_64/ lib/cmake)
22+ set (CMAKE_PREFIX_PATH $ENV{HOME} /Qt/${QT_VERSION} /lib/cmake)
2823 endif ()
2924 endif ()
3025 message ("CMAKE_PREFIX_PATH is: ${CMAKE_PREFIX_PATH } " )
You can’t perform that action at this time.
0 commit comments