From 69755075484b75f2e7b97663b9135be90be6140b Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 6 Dec 2018 11:35:39 +0100 Subject: Update scriptableapplication Qt version Change-Id: Iacd6f6cccac5427b3ac4585ab237b403abd0f29c Reviewed-by: Alexandru Croitor Reviewed-by: Christian Tismer --- examples/scriptableapplication/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scriptableapplication/CMakeLists.txt b/examples/scriptableapplication/CMakeLists.txt index 215d08961..999206425 100644 --- a/examples/scriptableapplication/CMakeLists.txt +++ b/examples/scriptableapplication/CMakeLists.txt @@ -12,7 +12,7 @@ project(scriptableapplication) set(CMAKE_CXX_STANDARD 11) # Find required Qt packages. -find_package(Qt5 5.9 REQUIRED COMPONENTS Core Gui Widgets) +find_package(Qt5 5.12 REQUIRED COMPONENTS Core Gui Widgets) # Use provided python interpreter if given. if(NOT python_interpreter) -- cgit v1.2.3