Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 21, 2024
1 parent b176795 commit 2836018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/findDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(BUILD_GUI)
endif()

if(WIN32)
# TODO: how to get the proper folder to look for Qt binaries in
# TODO: how to properly get the Qt binary folder?
if(WINDEPLOYQT_EXECUTABLE)
# piggy-back off WINDEPLOYQT_EXECUTABLE for now as it is in the same folder as the binary we are looking for
get_filename_component(_qt_bin_dir ${WINDEPLOYQT_EXECUTABLE} DIRECTORY)
Expand Down

0 comments on commit 2836018

Please sign in to comment.