Skip to content

Commit

Permalink
Remove QT_ROOT_DIR force settings
Browse files Browse the repository at this point in the history
  • Loading branch information
simonxeko committed Jul 23, 2024
1 parent 0dc3914 commit ae13251
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 @@ -18,7 +18,7 @@ message(STATUS "Swiftray Ver: ${PROJECT_VERSION_STR}, MaV: ${VERSION_MAJOR}, MiV
set(USE_QT6 true)

if (USE_QT6)
set(QT_ROOT_DIR "/Users/simon/Qt/6.7.2/macos")
# set(QT_ROOT_DIR "/Users/simon/Qt/6.7.2/macos")
set(CMAKE_PREFIX_PATH "${QT_ROOT_DIR}" CACHE PATH "Path to Qt installation")
endif()

Expand Down

0 comments on commit ae13251

Please sign in to comment.