Skip to content

Commit

Permalink
remove redundant entry in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Oct 1, 2022
1 parent 56c2db6 commit 04da112
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ if(WIN32 OR APPLE)
endif()
find_program(PLATFORMDEPLOYQT ${deployqtapp} HINTS "${_qt_bin_dir}")
endif()
get_target_property(_qmake_executable Qt${QT_DEFAULT_MAJOR_VERSION}::qmake IMPORTED_LOCATION)
get_filename_component(_qt_bin_dir "${_qmake_executable}" DIRECTORY)

add_subdirectory(deploy)
add_subdirectory(icons)
Expand Down

0 comments on commit 04da112

Please sign in to comment.