Hi,
i have the same error. i want to compile Qt 5.5 on Windows 10 with MSVC 2013 (32bit) statically.
My configure is:
C:\Qt\5.5\Src>configure -static -prefix C:\Qt\qt-5.5.0-x86-static -release -static-runtime -nomake examples -no-compile-examples -static-runtime -nomake tools -no-iconv -qt-zlib -skip qtwebkit -confirm-license -qmake -opengl desktop -no-angle -nomake tests -target xp
something seems to go wrong with QML module, i get this error:
****Code wird generiert...
cl -c -nologo -Zc:wchar_t -FS -O2 -MT -Zc:strictStrings -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -DUNICODE -DWIN32 -DQT_QML_DEBUG_
NO_WARNING -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DNDEBUG -I. -I....\include -I.
...\include\QtQml -IC:\Qt\5.5\Src\qtbase\include -IC:\Qt\5.5\Src\qtbase\include\QtQml -IC:\Qt\5.5\Src\qtbase\include\QtNetwork -IC:\Qt\5.5\Src\qtbase
\include\QtCore\5.5.0 -IC:\Qt\5.5\Src\qtbase\include\QtCore\5.5.0\QtCore -IC:\Qt\5.5\Src\qtbase\include\QtWidgets -IC:\Qt\5.5\Src\qtbase\include\QtGui
-IC:\Qt\5.5\Src\qtbase\include\QtCore -I.moc\release -IC:\Qt\5.5\Src\qtbase\mkspecs\win32-msvc2013 -Fo.obj\release\ @C:\Users\nando\AppData\Local\Tem
p\nm4571.tmp
moc_conf.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE,5.01 "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-C
ontrols' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:C:\Qt\5.5\Src\qtbase\bin\qml
.exe @C:\Users\nando\AppData\Local\Temp\nm4746.tmp
Bibliothek "C:\Qt\5.5\Src\qtbase\bin\qml.lib" und Objekt "C:\Qt\5.5\Src\qtbase\bin\qml.exp" werden erstellt.
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::new
lineCreate(void)" (?newlineCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JSC::Yarr:
:YarrPattern::newlineCharacterClass(void)" (?newlineCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Qml.lib(YarrInterpreter.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::newlineCrea
te(void)" (?newlineCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)".
Qt5Qml.lib(YarrJIT.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::newlineCreate(void)
" (?newlineCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)".
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::dig
itsCreate(void)" (?digitsCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JSC::Yarr::Y
arrPattern::digitsCharacterClass(void)" (?digitsCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::spa
cesCreate(void)" (?spacesCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JSC::Yarr::Y
arrPattern::spacesCharacterClass(void)" (?spacesCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::wor
dcharCreate(void)" (?wordcharCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JSC::Yar
r::YarrPattern::wordcharCharacterClass(void)" (?wordcharCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Qml.lib(YarrInterpreter.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::wordcharCre
ate(void)" (?wordcharCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)".
Qt5Qml.lib(YarrJIT.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::wordcharCreate(void
)" (?wordcharCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)".
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::non
digitsCreate(void)" (?nondigitsCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JSC::Y
arr::YarrPattern::nondigitsCharacterClass(void)" (?nondigitsCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::non
spacesCreate(void)" (?nonspacesCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JSC::Y
arr::YarrPattern::nonspacesCharacterClass(void)" (?nonspacesCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Qml.lib(YarrPattern.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""struct JSC::Yarr::CharacterClass * __cdecl JSC::Yarr::non
wordcharCreate(void)" (?nonwordcharCreate@Yarr@JSC@@YAPAUCharacterClass@12@XZ)" in Funktion ""public: struct JSC::Yarr::CharacterClass * __thiscall JS
C::Yarr::YarrPattern::nonwordcharCharacterClass(void)" (?nonwordcharCharacterClass@YarrPattern@Yarr@JSC@@QAEPAUCharacterClass@23@XZ)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glBindTexture@8" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glBlendFunc@8" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glClear@4" in Funktion ""public: __thiscall QO
penGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glClearColor@16" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glClearDepth@8" in Funktion ""void __stdcall q
openglfTranslateClearDepthf(float)" (?qopenglfTranslateClearDepthf@@YGXM@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glClearStencil@4" in Funktion ""public: __this
call QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glColorMask@16" in Funktion ""public: __thisca
ll QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glCopyTexImage2D@32" in Funktion ""public: __t
hiscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glCopyTexSubImage2D@32" in Funktion ""public:
__thiscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glCullFace@4" in Funktion ""public: __thiscall
QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDeleteTextures@8" in Funktion ""public: __th
iscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDepthFunc@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDepthMask@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDepthRange@16" in Funktion ""void __stdcall
qopenglfTranslateDepthRangef(float,float)" (?qopenglfTranslateDepthRangef@@YGXMM@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDisable@4" in Funktion ""public: __thiscall
QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDrawArrays@12" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glDrawElements@16" in Funktion ""public: __thi
scall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glEnable@4" in Funktion ""public: __thiscall Q
OpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glFinish@0" in Funktion ""public: __thiscall Q
OpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glFlush@0" in Funktion ""public: __thiscall QO
penGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glFrontFace@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGenTextures@8" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetBooleanv@8" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetError@0" in Funktion ""public: __thiscall
QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetFloatv@8" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetIntegerv@8" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetString@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetTexParameterfv@12" in Funktion ""public:
__thiscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glGetTexParameteriv@12" in Funktion ""public:
__thiscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glHint@8" in Funktion ""public: __thiscall QOp
enGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glIsEnabled@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glIsTexture@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glLineWidth@4" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glPixelStorei@8" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glPolygonOffset@8" in Funktion ""public: __thi
scall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glReadPixels@28" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glScissor@16" in Funktion ""public: __thiscall
QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glStencilFunc@12" in Funktion ""public: __this
call QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glStencilMask@4" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glStencilOp@12" in Funktion ""public: __thisca
ll QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glTexImage2D@36" in Funktion ""public: __thisc
all QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glTexParameterf@12" in Funktion ""public: __th
iscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glTexParameterfv@12" in Funktion ""public: __t
hiscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glTexParameteri@12" in Funktion ""public: __th
iscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glTexParameteriv@12" in Funktion ""public: __t
hiscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glTexSubImage2D@36" in Funktion ""public: __th
iscall QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
Qt5Gui.lib(qopenglfunctions.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__glViewport@16" in Funktion ""public: __thiscal
l QOpenGLFunctionsPrivate::QOpenGLFunctionsPrivate(class QOpenGLContext *)" (??0QOpenGLFunctionsPrivate@@QAE@PAVQOpenGLContext@@@Z)".
C:\Qt\5.5\Src\qtbase\bin\qml.exe : fatal error LNK1120: 54 nicht aufgelöste Externe
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"": Rückgabe-Code "0x460"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.
C:\Qt\5.5\Src>
C:\Qt\5.5\Src>
Any ideas?
Nando