Comment 3 for bug 894805

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: QT_IMPORTS_DIR is not defined

It appears that FindQt4.cmake checks if the 'Qt' directory exists in '/usr/lib/qt4/imports/' path.
On Ubuntu this folder exists only if one of the following QML plugins is installed:
 - libqt4-declarative-folderlistmodel
 - libqt4-declarative-gestures
 - libqt4-declarative-particles
 - libqt4-declarative-shaders

(thanks to György Balló who pointed this out to me).

It seems incorrect to me to assume that at least one QML plugin should be installed for the destination path to be defined.