summaryrefslogtreecommitdiff
path: root/src/extras/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/plugin.cpp')
-rw-r--r--src/extras/plugin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/extras/plugin.cpp b/src/extras/plugin.cpp
index a9e23321..2f58510b 100644
--- a/src/extras/plugin.cpp
+++ b/src/extras/plugin.cpp
@@ -50,9 +50,7 @@
static void initResources()
{
-#ifndef QT_STATIC
- Q_INIT_RESOURCE(extras);
-#else
+#ifdef QT_STATIC
Q_INIT_RESOURCE(qmake_QtQuick_Extras);
#endif
}