From: nds Date: Fri, 4 Oct 2019 06:36:19 +0000 (+0300) Subject: 0031014: Inspectors - variables for Qt in CMake X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9cbf89af7187c6e20e51e735b20c767ac42fc134;p=occt-copy.git 0031014: Inspectors - variables for Qt in CMake (cherry picked from commit f3dd41854b0f1af6181c61d4d06ed813c7c342fb) --- diff --git a/adm/cmake/qt.cmake b/adm/cmake/qt.cmake index 6958bab562..75a755e8cb 100644 --- a/adm/cmake/qt.cmake +++ b/adm/cmake/qt.cmake @@ -31,4 +31,10 @@ if (NOT ${Qt5_FOUND}) #message (STATUS "Qt4 cmake configuration") else() #message (STATUS "Qt5 cmake configuration") -endif() \ No newline at end of file +endif() + +if (3RDPARTY_QT_DIR OR EXISTS "${3RDPARTY_QT_DIR}") + list (APPEND 3RDPARTY_DLL_DIRS "${3RDPARTY_QT_DIR}/bin") +else() + list (APPEND 3RDPARTY_NO_DLLS 3RDPARTY_QT_DLL_DIR) +endif()