Skip to content

Instantly share code, notes, and snippets.

@azbesthu
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azbesthu/8933085 to your computer and use it in GitHub Desktop.
Save azbesthu/8933085 to your computer and use it in GitHub Desktop.
webenginewidgets no iclude
cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_BUILD_WEBENGINEWIDGETS_LIB -DQT_BUILD_WEBEN
GINEWIDGETS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARN
INGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -D_USE_MATH_DEFINES -DQT_NO_EXCEPTIONS -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE
_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I"." -I"api" -I"..\core" -I"C:\Qt5.2.0-qtwe-dev-so
urce\qt5\qtbase\include" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtWebEngineWidgets" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\inclu
de\QtWebEngineWidgets\5.2.0" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtWebEngineWidgets\5.2.0\QtWebEngineWidgets" -I"tmp" -I"C:\Qt5
.2.0-qtwe-dev-source\qt5\qtbase\include\QtWidgets" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtNetwork" -I"C:\Qt5.2.0-qtwe-dev-source
\qt5\qtbase\include\QtGui" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtANGLE" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtCore
" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtWidgets\5.2.0" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtWidgets\5.2.0\QtWidge
ts" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtGui\5.2.0" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtGui\5.2.0\QtGui" -I"C:\
Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtCore\5.2.0" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtCore\5.2.0\QtCore" -I".moc\debug
" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\mkspecs\win32-msvc2010" -Fo.obj\debug\ @C:\Users\ADMINI~1\AppData\Local\Temp\2\nm16EA.tmp
qwebenginehistory.cpp
c:\cygwin\home\administrator\febr4\qtwebengine\src\webenginewidgets\api\qwebenginepage.h(566) : error C2027: use of undefined type 'QNetwork
Request'
c:\qt5.2.0-qtwe-dev-source\qt5\qtbase\include\qtnetwork\../../src/network/access/qnetworkaccessmanager.h(60) : see declaration of 'Q
NetworkRequest'
qwebenginepage.cpp
c:\cygwin\home\administrator\febr4\qtwebengine\src\webenginewidgets\api\qwebenginepage.h(566) : error C2027: use of undefined type 'QNetwork
Request'
c:\qt5.2.0-qtwe-dev-source\qt5\qtbase\include\qtnetwork\../../src/network/access/qnetworkaccessmanager.h(60) : see declaration of 'Q
NetworkRequest'
qwebengineview.cpp
c:\qt5.2.0-qtwe-dev-source\qt5\qtbase\include\qtwebenginewidgets\../../../../../cygwin/home/Administrator/febr4/qtwebengine/src/webenginewid
gets/api/qwebenginepage.h(566) : error C2027: use of undefined type 'QNetworkRequest'
c:\qt5.2.0-qtwe-dev-source\qt5\qtbase\include\qtnetwork\../../src/network/access/qnetworkaccessmanager.h(60) : see declaration of 'Q
NetworkRequest'
Generating Code...
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : return code '0x2'
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment