mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
Fix a Windows packaging issue
For some reason the inclusion of referenced libraries was not finding the right libraries when using CMake 3.3 and Qt 5.5. This was probably a long standing defect that was benign until teh above versions. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5868 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5056af164a
commit
202bac6b9c
@ -1102,9 +1102,9 @@ endif (NOT WIN32 AND NOT APPLE)
|
||||
#
|
||||
if (NOT is_debug_build)
|
||||
|
||||
# get_target_property (QtCore_location Qt5::Core LOCATION)
|
||||
# get_filename_component (QtCore_location ${QtCore_location} PATH)
|
||||
# list (APPEND fixup_library_dirs ${QtCore_location})
|
||||
get_target_property (QtCore_location Qt5::Core LOCATION)
|
||||
get_filename_component (QtCore_location ${QtCore_location} PATH)
|
||||
list (APPEND fixup_library_dirs ${QtCore_location})
|
||||
|
||||
if (APPLE)
|
||||
set (CMAKE_POSTFLIGHT_SCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user