Skip to content

Commit

Permalink
Updates for 2.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed Oct 3, 2024
1 parent 63ee766 commit e63c34e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/radeon_gpu_analyzer_gui/cmake/devtools_qt_helper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ if (NOT Qt6_DIR)
endif ()
endif ()

# linuxdeployqt
if (UNIX AND NOT APPLE)

find_program(LINUXDEPLOYQT "linuxdeployqt" HINTS "${PROJECT_SOURCE_DIR}/external/linuxdeployqt")
if (LINUXDEPLOYQT)
message(STATUS "Found linuxdeployqt: ${LINUXDEPLOYQT}")
else ()
message(ERROR "linuxdeployqt not found but is required for build")
endif ()
endif ()

if (Qt5_DIR OR Qt6_DIR)
#######################################################################################################################
# Setup the INSTALL target to include Qt DLLs
Expand Down

0 comments on commit e63c34e

Please sign in to comment.