Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. internal
    Log in to post

    • UNSOLVED Does Moc uses handwritten C++ parser ?
      Tools • moc internal • • noone  

      3
      0
      Votes
      3
      Posts
      105
      Views

      It's a hand-written parser. It doesn't need to understand all of C++ though, because it's only interested in class declarations etc. As @jsulm pointed out, it's open source, see https://code.qt.io/cgit/qt/qtbase.git/tree/src/tools/moc :)
    • cl.exe is not recognized as an internal !
      General and Desktop • visual studio internal cl.exe not recognized microsoft visua • • danieldil  

      6
      0
      Votes
      6
      Posts
      3502
      Views

      Visual Studio 2013 ?