Reputation: 41
I'm using qt tutorial from => http://qt-project.org/doc/qt-5.1/qtdoc/gettingstartedqt.html but I got a problem because I can't choose in QT Creator 'Qt Gui application' option.
I have already read that is due the library isn't installed but I've done it.
Upvotes: 3
Views: 4148
Reputation: 53173
I think you are trying to create either a QtQuick
based application or QtWidgets
. See the screenshot below what I have about it.
Upvotes: 1