aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-05-18 18:32:40 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-05-19 08:58:41 +0000
commit2abd4235538e232588a248bcf6996e2df9062c85 (patch)
treec0e8fa8258620720295914623295714972aeb044
parent31c5a40d30eda3ea242b16e41a928db8b411bee2 (diff)
Warn when QML private API include files could not be found
Change-Id: Ie52eb933239a81b2f6563d5f12c1b0bdb0156877 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-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 "")