mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-27 23:59:23 +01:00
Issue #25: Warning, when path to Qt is not set
This commit is contained in:
parent
591dd15fa7
commit
0219139cf9
@ -88,6 +88,10 @@ if(PDF4QT_INSTALL_DEPENDENCIES)
|
||||
PATTERN "*.dylib"
|
||||
)
|
||||
|
||||
if("${PDF4QT_QT_ROOT}" STREQUAL "")
|
||||
message(WARNING "Set variable PDF4QT_QT_ROOT to Qt6 root directory")
|
||||
endif()
|
||||
|
||||
if(PDF4QT_INSTALL_QT_DEPENDENCIES)
|
||||
install(DIRECTORY ${PDF4QT_QT_ROOT}/bin/
|
||||
RUNTIME DESTINATION bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user