We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf0900 commit 166bb44Copy full SHA for 166bb44
CMakeLists.txt
@@ -65,7 +65,7 @@ if(QT4_FOUND)
65
foreach(qtlib network opengl sql svg uitools webkit xml xmlpatterns)
66
string(TOUPPER ${qtlib} qtlib_uppercase)
67
if (NOT ${QT_QT${qtlib_uppercase}_FOUND})
68
- message(FATAL_ERROR "QT_QT${${qtlib_uppercase} *not* FOUND - Try to disable PythonQt_Wrap_Qt${qtlib}")
+ message(FATAL_ERROR "QT_QT${qtlib_uppercase} *not* FOUND - Try to disable PythonQt_Wrap_Qt${qtlib}")
69
endif()
70
set(QT_USE_QT${qtlib_uppercase} ${PythonQt_Wrap_Qt${qtlib}})
71
endforeach()
0 commit comments