PDA

View Full Version : Compiling Error



KyrinComa
17th May 2006, 13:40
i'm using Microsoft Visual Studio Professional 2005 w/ Qt Visual Studio Integration v1.1.1 w/ Qt-4.1.2.



1>------ Build started: Project: test, Configuration: Debug Win32 ------
1>Creating windows resources...
1>Moc'ing test.h...
1>The system cannot find the path specified.
1>Project : error PRJ0019: A tool returned an error code from "Moc'ing test.h..."
1>Build log was saved at "file://c:\VS\Project\test\test\Debug\BuildLog.htm"
1>test - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


I don't understand why I am getting this error :(

zlatko
17th May 2006, 14:11
I have something alike this error......i forgot how i catch it but.....look in the properties of test.h and properties of projects...maiby some pathes isnt correct...:rolleyes:

KyrinComa
17th May 2006, 14:19
yeah i create a varible i don't remember which one i did the top or the bottom that did it i did QTDIR and placed C:\Qt\4.1.2 and it worked.