LIBS += -LD:/Qt/lib/
QApplication app(argc, argv); QWebView webView; webView.page()->settings()->setAttribute(QWebSettings::JavascriptEnabled,true); webView.page()->settings()->setAttribute(QWebSettings::PluginsEnabled,true); webView.load(QUrl::fromLocalFile("C:/Users/Evgenii/Desktop/L4-3.swf")); webView.show();
QApplication::applicationDirPath()