Hello All,

I'm not sure if there is a better way to accomplish what I'm doing here but I will share what I'm intending to do.

I have have Qt app developed using Qt 4.3.1 commercial and VS 2005. I was able to distribute the app on other windows machines. Now I want to be able to do distribute the same app to Mac users.

I have copied over the VS 2005 developed project dir to Mac and ran the below commands:
qmake -project
qmake

this created a xcode project file for me. Now I'm trying to build the file on the Mac system but I keep getting this weird error message below
Qt Code:
  1. /bin/sh -c /Developer/Examples/Qt/snipit/snipit/build/snipit.build/Debug/snipit.build/Script-A0A52A2ADF7A1E2A99738674.sh
  2. make: *** No rule to make target `../ui_addcitation.h', needed by `moc_addcitation.cpp'. Stop.
To copy to clipboard, switch view to plain text mode 

how can I resolve this issue???

Thanks,