On domingo, 5 de maio de 2013 11.38.27, Francisco Ortega wrote:
> I have compiled that for Windows 7 64 bits, for 64 bits (debug and release)
> for visual studio 2012 with OpenGL Desktop (in the configure)
> 
> I created an empty project with the wizard, with QT CORE, QT GUI, QT OPENGL

What wizard?

> However, the moc is not created.
> 
> Is this a known issue? has anyone run into this problem?
> 
> Here is the code of MOC
> 
> "$(QTDIR)\bin\moc.exe"  "%(FullPath)" -o
> ".\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp"  -DUNICODE
> -DWIN32 -DQT_DLL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB
> -DQT_WIDGETS_LIB "-I.\GeneratedFiles" "-I." "-I$(QTDIR)\include"
> "-I.\GeneratedFiles\$(ConfigurationName)\." "-I$(QTDIR)\include\QtCore"
> "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtOpenGL"
> "-I$(QTDIR)\include\QtWidgets"

There's no "%(FullPath)" anywhere in Qt or in Qt Creator. You must be using 
some other tool...

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to