Hey guys,
I'm a noobie in using QT. My office uses qt 3.3.4 and i installed it on my home system. I was reading thru the book examples and was trying out the QDialog class code. I use visual Studio 2003. After i use qmake to generate the .pro and the Makefile, i dont know how to compile the program in visual studio using the makefile.
I tried building without the makefile, but i get linker errors and the book says that there would be linker error as the code has to do something with moc.exe and all. Could anyone help me in this regard?
THanx
Siddharth


Reply With Quote

.
. IIRC I after hand coding / using the qmake -project for creating the Qt .pro file. I ran the qmake -t vcapp in the same directory where pro file is present, and that would give me a .dsp file ( VS 6.0 ). 
Bookmarks