Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40807: /trunk/ /trunk/ui/qt/: CMakeLists.txt /trunk/: CM

Date: Thu, 02 Feb 2012 12:04:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40807

User: jmayer
Date: 2012/02/02 04:04 AM

Log:
 - Move setting _U_ into config.h, because
   a) C++ has a standardized way of marking parameters as unused
   b) cmakes autoquoting magic failed when the compiler wasn't gcc
      but moc instead.
 - qtshark: Don't try to compile the c source files inside ui/qt/
 - qtshark: Only run moc on the files that need it.
 - qtshark: It's too early to try any of the new qtshark files
   as clean.
 - Make Qt detection actually work
 - Add C++ to the list of languages for this project

Directory: /trunk/ui/qt/
  Changes    Path              Action
  +6 -41     CMakeLists.txt    Modified

Directory: /trunk/
  Changes    Path                Action
  +11 -4     CMakeLists.txt      Modified
  +7 -0      cmakeconfig.h.in    Modified