Hello all,

I am using QT 4 (the latest GPL version released by Nokia)

I download QT Property Browser from doc.trolltech.com/solutions/4/qtpropertybrowser/index.html

I am using VC++ 2008, with QT Visual Studio Add-In Installed.

I try to build simple project, under qtpropertybrowser solution.

Here is the error message I obtained :

Qt Code:
  1. 1>------ Rebuild All started: Project: simple, Configuration: Release Win32 ------
  2. 1>Deleting intermediate and output files for project 'simple', configuration 'Release|Win32'
  3. 1>Moc'ing qtpropertybrowserutils_p.h...
  4. 1>RCC ..\..\src\qtpropertybrowser.qrc
  5. 1>MOC ..\..\src\qtvariantproperty.h
  6. 1>MOC ..\..\src\qtpropertybrowser.h
  7. 1>MOC ..\..\src\qtgroupboxpropertybrowser.h
  8. 1>MOC ..\..\src\qtbuttonpropertybrowser.h
  9. 1>MOC ..\..\src\qttreepropertybrowser.h
  10. 1>MOC ..\..\src\qtpropertymanager.h
  11. 1>MOC ..\..\src\qteditorfactory.h
  12. 1>Compiling...
  13. 1>qrc_qtpropertybrowser.cpp
  14. 1>qtvariantproperty.cpp
  15. 1>qttreepropertybrowser.cpp
  16. 1>..\..\src\qttreepropertybrowser.cpp(1091) : fatal error C1083: Cannot open include file: 'qttreepropertybrowser.moc': No such file or directory
  17. 1>qtpropertymanager.cpp
  18. 1>..\..\src\qtpropertymanager.cpp(6470) : fatal error C1083: Cannot open include file: 'qtpropertymanager.moc': No such file or directory
  19. 1>qtpropertybrowserutils.cpp
  20. 1>qtpropertybrowser.cpp
  21. 1>qtgroupboxpropertybrowser.cpp
  22. 1>qteditorfactory.cpp
  23. 1>..\..\src\qteditorfactory.cpp(2592) : fatal error C1083: Cannot open include file: 'qteditorfactory.moc': No such file or directory
  24. 1>qtbuttonpropertybrowser.cpp
  25. 1>main.cpp
  26. 1>Generating Code...
  27. 1>Build log was saved at "file://c:\Documents and Settings\yan-cheng.cheok\Desktop\qtpropertybrowser-2.5-opensource\qtpropertybrowser-2.5-opensource\examples\simple\release\BuildLog.htm"
  28. 1>simple - 3 error(s), 0 warning(s)
  29. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
To copy to clipboard, switch view to plain text mode 

Any suggestion to pass the compilation will be very much appreciated.