I have been learning C++ for about a year now, not a complete noobie, but recently decided to learn how to create GUIs, so after a little research I figured Qt was the tool for me.
Grabbed Qt and wanted to get into the Qt Creator following thenewboston's Youtube tutorials, but any (even empty) project I attempt to run gets an error
LNK1104: cannot open file 'glu32.lib'.
I've been scouring the internet for a solution to this problem for a while - the question has been posed a few times, but solutions either don't apply to me or I can't make head or tail of them (I'm still somewhat of a noobie in many respects).
I could really use some advice on this.
Edit: @hyde Here's the compiler output:
17:58:09: Running steps for project untitled...
17:58:09: Configuration unchanged, skipping qmake step.
17:58:09: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID / 24 / RT_MANIFEST */ "debug\untitled.exe.embed.manifest">debug\untitled.exe_manifest.rcif not exist debug\untitled.exe if exist debug\untitled.exe.embed.manifest del debug\untitled.exe.embed.manifest
if exist debug\untitled.exe.embed.manifest copy /Y debug\untitled.exe.embed.manifest debug\untitled.exe_manifest.bak
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST /MANIFESTFILE:debug\untitled.exe.embed.manifest /OUT:debug\untitled.exe @C:\Users\Immi\AppData\Local\Temp\untitled.exe.3464.31.jom
LINK : fatal error LNK1104: cannot open file 'glu32.lib'
jom: C:\Qt\Tools\QtCreator\bin\build-untitled-Desktop_Qt_5_3_MSVC2012_OpenGL_32bit-Debug\Makefile.Debug [debug\untitled.exe] Error 1104
jom: C:\Qt\Tools\QtCreator\bin\build-untitled-Desktop_Qt_5_3_MSVC2012_OpenGL_32bit-Debug\Makefile [debug] Error 2
17:58:10: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project untitled (kit: Desktop Qt 5.3 MSVC2012 OpenGL 32bit)
When executing step "Make"
17:58:10: Elapsed time: 00:01.
mainfunction or something) to the question. Also tell what Qt Creator Kit you are using (for example, "Desktop Qt 5.2.1 MSVC2010 32bit OpenGL" is one I have). - hydedir /s C:\glu32.liband see where you have that file, if anywhere. - hyde