Моя цель - выполнить простой код "Hello World" в QtCreator5 в Ubuntu (Ubuntu 18.04.4 LTS). Для этого я установил QtCreator и его библиотеки. Когда я создаю не-qt-projet Plain C ++ приложение и выполняю его, я получаю следующую ошибку:
Impossible to deploy : no defined configuration
Error while compilation/deployment of the project (kit : desktop)
When executing step "Send files via SFTP"
Я проверил использованный Kit, в поле версии Qt у меня есть: Qt 5.9.5 в PATH (qt5)
Кроме того, когда поля "тип периферии" установлены на "Рабочий стол" и "Мобильное устройство" на "Локальный P C", я получаю эту ошибку:
In file included from ../wx/main.cpp:1:0:
/usr/include/c++/7/iostream:38:10: fatal error: bits/c++config.h: No
such file or directory
#include <bits/c++config.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:315: recipe for target 'main.o' failed
make: *** [main.o] Error 1
16:50:39: Le processus "/usr/bin/make" s'est terminé avec le code 2.
Erreur lors de la compilation/déploiement du projet wx (kit : Desktop)
The kit Desktop has configuration issues which might be the root cause
for this problem.
When executing step "Make"
Есть идеи? спасибо