aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/gestures/gestures.pro2
-rw-r--r--src/imports/particles/particles.pro2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro
index 8ebf9a02f8..7ecd4b8afa 100644
--- a/src/imports/gestures/gestures.pro
+++ b/src/imports/gestures/gestures.pro
@@ -2,7 +2,7 @@ TARGET = qmlgesturesplugin
TARGETPATH = Qt/labs/gestures
include(../qimportbase.pri)
-QT += declarative
+QT += core-private gui-private declarative-private script-private
SOURCES += qdeclarativegesturearea.cpp plugin.cpp
HEADERS += qdeclarativegesturearea_p.h
diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro
index c04e640ba6..6eea892f83 100644
--- a/src/imports/particles/particles.pro
+++ b/src/imports/particles/particles.pro
@@ -48,6 +48,8 @@ HEADERS += \
deformableparticle.h \
pictureaffector.h
+QT += core-private gui-private declarative-private
+
SOURCES += \
V1/qdeclarativeparticles.cpp \
spritestate.cpp \