Ok i did some more reading, and now when i try to go to configure -platform win32-msvc2010 I get the error code
|
Source code
|
1
2
3
|
Makefile(168) : fatal error u1088: invalid separator '::' on inference rule
Stop.
cleaning qmake failed, return code 2
|
any ideas?
EDIT 1
ok i did some more thinking, and because of the fact that i am able to compile, i figure that means it's installed correctly, but something isn't happening afterwords. here is what the compiler says
1>------ Build started: Project: qt work, Configuration: Debug Win32 ------
1>Build started 2/5/2011 10:38:10 PM.
1>InitializeBuildStatus:
1> Creating "Debug\qt work.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>CustomBuild:
1> All outputs are up-to-date.
1>ClCompile:
1> moc_qtwork.cpp
1> main.cpp
1> qtwork.cpp
1> Generating Code...
1> qrc_qtwork.cpp
1>Link:
1> LINK : C:\Users\***\Documents\programs\Visual Studio 2010\Projects\qt work\\qt work.exe not found or not built by the last incremental link; performing full link
1> qt work.vcxproj -> C:\Users\***\Documents\programs\Visual Studio 2010\Projects\qt work\qt work.exe
1>FinalizeBuildStatus:
1> Deleting file "Debug\qt work.unsuccessfulbuild".
1> Touching "Debug\qt work.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:09.05
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
I'm so confused and honestly have very little idea of where to go or what to do. How can I get this to work?
EDIT 2
I am now working with a fresh install, so if someone can just get me to get this working (uninstalled both, reinstalled both.) I've read things about working with the registry and the like to get it to work, but it's all rather confusing. Can someone give me a step by step of what i'm supposed to do?