From a6d21e484a4d0f3308dbdb157e602ab5965bccf3 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 14 Nov 2017 13:26:39 +0100 Subject: Fix base slider style in static builds Avoid errors like ShaderEffect: Failed to read :/QtQuick/Controls/Shaders/blur.vert in static builds. Task-number: QTBUG-64488 Change-Id: I13b8aa0736db68859e0b4539937952f9c4b5b04b Reviewed-by: J-P Nurmi --- src/controls/plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index bac0d64d..2590d892 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -75,6 +75,7 @@ static void initResources() { #ifdef QT_STATIC Q_INIT_RESOURCE(qmake_QtQuick_Controls); + Q_INIT_RESOURCE(qmake_controls); #endif } -- cgit v1.2.1