jeudi 9 février 2017

Qtcreator c++ on centos 7

Vote count: 0

i have installed Qt Creator 4.1.0 using yum on centos 7 64 bit. qt versionQt 5.6.1 cpp library GCC 4.8.5 20150623

i run simple application

#include <QtCore/QCoreApplication>
#include <QDebug>
int main(int argc, char *argv[])

{
    QCoreApplication a(argc, argv);
qDebug() << "Hello World";
    return a.exec();
}

but it gives c++CONFIG.H FILE/FOLDER NOT FOUND

so to solve problem i have copied all cpp header files(/usr/includes/c++/4.8.2/bits/) to project foleder.

i am beginner to qt, please help to solve problem.

asked 39 secs ago

Let's block ads! (Why?)



Qtcreator c++ on centos 7

Aucun commentaire:

Enregistrer un commentaire