Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bunty95 authored Aug 14, 2024
1 parent 516f293 commit 7aaa792
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 @@ -46,7 +46,7 @@ set (CMAKE_AUTORCC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

get_target_property(DLT_QT_LIBRARY_PATH ${QT_PREFIX}::Core LOCATION)
get_filename_component(DLT_QT_LIB_DIR "/usr/local/Cellar/qt/6.7.0_1/lib/" DIRECTORY)
get_filename_component(DLT_QT_LIB_DIR "/usr/local/Cellar/qt/6.7.0_1/Frameworks" DIRECTORY)

if(NOT WIN32)
option(DLT_USE_QT_RPATH "Use RPATH for QT_LIBRARY_PATH to support non-standard QT install locations" ON)
Expand Down

0 comments on commit 7aaa792

Please sign in to comment.