5
सरल कोड:QT5 माइग्रेशन नहीं खोल सकता फ़ाइल में शामिल हैं: 'QGraphicsWebView'?
#include <QCoreApplication>
#include <QGraphicsWebView>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
return a.exec();
}
नमूना .pro:
QT += core gui declarative network webkit multimedia
TARGET = QTTest
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
और त्रुटि मैं:
C1083: Cannot open include file: 'QGraphicsWebView': No such file or directory