We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c263abd commit 958515bCopy full SHA for 958515b
CMakeLists.txt
@@ -61,6 +61,9 @@ if(QT4_FOUND)
61
# Enable required qt module
62
foreach(qtlib network opengl sql svg uitools webkit xml xmlpatterns)
63
string(TOUPPER ${qtlib} qtlib_uppercase)
64
+ if (NOT ${QT_QT${qtlib_uppercase}_FOUND})
65
+ message(FATAL_ERROR "QT_QT${${qtlib_uppercase} *not* FOUND - Try to disable PythonQt_Wrap_Qt${qtlib}")
66
+ endif()
67
set(QT_USE_QT${qtlib_uppercase} ${PythonQt_Wrap_Qt${qtlib}})
68
endforeach()
69
0 commit comments