Terminal Compile Error
-
I'm trying to compile a simple Hello World app in the terminal and keep getting this error:
qrc:/main.qml:1 module "QtQuick" version 2.5 is not installed
Any thoughts on how to correct this? Running Ubuntu 14.04 LTS
Edit: The program is exactly what Qt Creator loads when you create a new Qt Quick Application. It compiles fine in the IDE.