PDA

View Full Version : qmake parse Error



mka
11th January 2007, 13:40
I just recently starting getting these errors trying to use qmake to make a visual studio project after installing the icoformat plug-in. Has anyone run into these errors before? I've tried removing the plug-in and reinstalling QT entirely so I could sure use the help because I'm out of ideas.

d:\QT Projects\replaceModelDialog\replaceModel.vcproj:2: Parse Error ('<VisualSt
udioProject')
Error processing project file: replaceModel.vcproj
WARNING: Unable to generate output for: D:/QT Projects/replaceModelDialog/Makefi
le.Release [TEMPLATE -oapp]
WARNING: Unable to generate output for: D:/QT Projects/replaceModelDialog/Makefi
le.Debug [TEMPLATE -oapp]

ChristianEhrlicher
12th January 2007, 08:02
-oapp is not a valid template definition - it's either app (for nmake) or vcapp (for vcproj)