aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libpyside/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpyside/CMakeLists.txt b/libpyside/CMakeLists.txt
index faf15fb3..7b8e003f 100644
--- a/libpyside/CMakeLists.txt
+++ b/libpyside/CMakeLists.txt
@@ -22,6 +22,7 @@ if(Qt5Qml_FOUND AND Qt5Qml_PRIVATE_INCLUDE_DIRS)
set(QML_SUPPORT 1)
else()
+ message(WARNING "QML private include files could not be found, support for catching QML exceptions inside Python code will not work.")
set(QML_INCLUDES "")
set(QML_LIBRARIES "")