Add missing Q_INIT_RESOURCE
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>
Mon, 4 Nov 2013 13:24:26 +0000 (14:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 5 Nov 2013 15:18:33 +0000 (16:18 +0100)
commitc9a90b3181723061e27e7545b70a66dda4f4306d
tree705e3096c0bb040435b82a5885cf8359c4f7972f
parentb14c5e934846e660c0809b5afb882ec56128d202
Add missing Q_INIT_RESOURCE

The library needs to do Q_INIT_RESOURCE for all resources it uses
internally, otherwise static linking will fail, and the user has
no idea how to rectify it as the name of the missing resource is
not known.

Change-Id: I8ea766e63cff22bbb0c45e6125c3a07948de2274
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/imports/dialogs/plugin.cpp
src/particles/qquickparticlesmodule.cpp
src/quick/items/qquickitemsmodule.cpp
src/quick/qtquick2.cpp