I've added the Qt5 Daily repository, installed the qt5-meta-full
and added /opt/qt5/bin/qmake
to Qt Versions.
Now I get
:-1: error: Unknown module(s) in QT: declarative
Is it possible yet to use Qt5 with Qt Creator?
I've added the Qt5 Daily repository, installed the qt5-meta-full
and added /opt/qt5/bin/qmake
to Qt Versions.
Now I get
:-1: error: Unknown module(s) in QT: declarative
Is it possible yet to use Qt5 with Qt Creator?
Yes, but not the version of Qt Creator in the archives. Qt 5.0 is compatible only with Qt Creator 2.6.1+. Thankfully, installing Qt Creator 2.6.1 is relatively easy:
Remove the existing version of Qt Creator you have installed:
Download the appropriate installer from this page:
32-bit Linux Installer
64-bit Linux Installer
cd
into the directory that contains the installer you downloaded and run:Launch the installer:
Complete the installer, leaving all settings at their defaults.
If all goes well, you should end up with an icon in your desktop environment's dash or equivalent. You should then be able to use Qt 5.0 with Qt Creator.