From 58bea5210dff23e0e125e91e94e1f933d8329521 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 3 Apr 2017 10:07:48 +0200 Subject: Remove spurious Q_INIT_RESOURCE calls These explicit resource initialization calls are only needed when linking statically. Change-Id: I5518e1b32d4fc7c1d03d35dd15bf3ce65d5eafcf Reviewed-by: Andy Shaw Reviewed-by: J-P Nurmi --- src/controls/plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/controls') diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index 8a79cbe3..bac0d64d 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -75,8 +75,6 @@ static void initResources() { #ifdef QT_STATIC Q_INIT_RESOURCE(qmake_QtQuick_Controls); -#else - Q_INIT_RESOURCE(controls); #endif } -- cgit v1.2.1