I've seen a lot of topics about this problem but none can actually solve my problem. When I create a new Qt Quick application with QtQuick 2.4
I have the error:
Project ERROR: Unknown module(s) in QT: quick qml
If I import QtQuick 1.1
I have:
Project ERROR: Unknown module(s) in QT: declarative
Is there any way to create a Qt Quick applications with static libraries using Qt 5.4?