probable noob issue: cannot get QT creator runnning
-
wrote on 10 Oct 2023, 11:17 last edited by
I installed QT for eval.
I tried to follow a training video "Using C++ Models with Qt Quick Views", https://doc.qt.io/qt-5/qtquick-modelviewsdata-cppmodels.html , as I want to look at a c++ backend feeding the visualization.
I use QT creator 11.3. The training uses 4.41.
the training says to create a "Qt quick application 2" project. The 11.3 has only "qt quick application" so I create that, for Qt > 6.4. The new 11.3 asks for a kit, I use "Desktop 6.6 MinGW 64 bit". After finishing there are following errors
!
Consequently I cannot do anything.concerning instalation my status is hopefully complete, like
When I use QT design studio, I can do most of the stuff in the training but could not find a way to incorporate c++ there.
What did I overlook here? shall I go to design studio or stay at creator? -
wrote on 16 Oct 2023, 12:40 last edited by
problem is solved with a command line in the console like
git config --global http.sslVerify false
reason was that QT creator intrinsically uses GIT when setting up a project and connects to a GIT server. The data from the GIT has self-certification and our company network does not allow this. With the command above we tell GIT that it shall not check the SSL certificate.
-
I installed QT for eval.
I tried to follow a training video "Using C++ Models with Qt Quick Views", https://doc.qt.io/qt-5/qtquick-modelviewsdata-cppmodels.html , as I want to look at a c++ backend feeding the visualization.
I use QT creator 11.3. The training uses 4.41.
the training says to create a "Qt quick application 2" project. The 11.3 has only "qt quick application" so I create that, for Qt > 6.4. The new 11.3 asks for a kit, I use "Desktop 6.6 MinGW 64 bit". After finishing there are following errors
!
Consequently I cannot do anything.concerning instalation my status is hopefully complete, like
When I use QT design studio, I can do most of the stuff in the training but could not find a way to incorporate c++ there.
What did I overlook here? shall I go to design studio or stay at creator?@Veit You don't need Qt for MCUs, but rather regular desktop Qt.
-
@sierdzio : the kit was "desktop QT". I see that the only things installed concerning MCUs was the "common Files" there. I will deinstall this and try again.
thankswrote on 11 Oct 2023, 07:08 last edited bystoll not working. The error seems to be GIT related, but I do not use GIT and did not set it anywhere. Also. A colleague has an older version of QT creator (I think version 9 or so) and there this does not appear. Is that a version 11.3 issue?
-
wrote on 16 Oct 2023, 12:40 last edited by
problem is solved with a command line in the console like
git config --global http.sslVerify false
reason was that QT creator intrinsically uses GIT when setting up a project and connects to a GIT server. The data from the GIT has self-certification and our company network does not allow this. With the command above we tell GIT that it shall not check the SSL certificate.
-
1/5