aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/controls.pri
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-06 07:54:14 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-08 15:54:23 +0000
commite3c52b20080dfad7b5c2eced9ddb8e5389f2c52f (patch)
treeeae595a77c3f56cc9ff03b98ebe3470252b46763 /src/controls/controls.pri
parent4d947c15ca527f0548b6ff7229cd8000b8f2b91c (diff)
Make each style's 'base' directory available to initializeEngine()
This is needed to register private QML files that are necessary for the implementation of some controls. Previously, this information was only available in registerTypes(). Change-Id: I9d0c293d6fad2afbf240771044165b048b77136c Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
Diffstat (limited to 'src/controls/controls.pri')
-rw-r--r--src/controls/controls.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/controls.pri b/src/controls/controls.pri
index a0c82fce..dc1920fb 100644
--- a/src/controls/controls.pri
+++ b/src/controls/controls.pri
@@ -1,5 +1,6 @@
HEADERS += \
$$PWD/qquickcolorimageprovider_p.h \
+ $$PWD/qquickpluginutils_p.h \
$$PWD/qquickproxytheme_p.h \
$$PWD/qquickstyle.h \
$$PWD/qquickstyleattached_p.h \
@@ -9,6 +10,7 @@ HEADERS += \
SOURCES += \
$$PWD/qquickcolorimageprovider.cpp \
+ $$PWD/qquickpluginutils.cpp \
$$PWD/qquickproxytheme.cpp \
$$PWD/qquickstyle.cpp \
$$PWD/qquickstyleattached.cpp \