So I am trying to get my musicbot plugin up to date again.
I am now having difficulty getting qt framework 5.2.1 installed.
So after 1 week of struggling I decided to take a rest and make a post about this.
To be more clear on my situation and what my problem is I try to explain what i did.
So I download the file qt-everywhere-opensource-src-5.2.1.zip and extracted it to the directory
C:\QT\32bits\5.2.1 and C:\QT\64bits\5.2.1
than I open up MSVC2010 prompt for x86 or amd64.
Than i go the the directories described above and try to configure the qt framework.
In this process I get a strange error that I can find on Google but the explanation consist only of disabled anti-virus or check your file permissions.
After executing the following command:
configure -platform win32-msvc2010 -release -nomake examples -opensource -no-opengl
I get this output (including the error):
Code:
Creating qmake...
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
Running configuration tests...
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0
\VC\BIN\link.EXE"' : return code '0x463'
Stop.
Could not find output file: No such file or directory
Well i still creates a qmake.exe file so I tried this file anyways but than I got this error.
NMAKE : fatal error U1073: don't know how to make '..\..\..\QT\32bits\5.2.1\mksp
ecs\default\qmake.conf'
Well I hope somebody can help me. untill that time i drop the qt framework stuff and keep it to .txt files instead.
Cheers SteZZz