- Move setting _U_ into config.h, because
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Feb 2012 12:04:22 +0000 (12:04 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Feb 2012 12:04:22 +0000 (12:04 +0000)
commit7326e8cb033ced26cb30c09f7f225b388ba050af
treea3e7701ce4eb06d14fe10782d1a45867c0cf006a
parent150c02bced3142f7afbce0652ec14dcc435380db
- 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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40807 f5534014-38df-0310-8fa8-9805f1628bb7
CMakeLists.txt
cmakeconfig.h.in
ui/qt/CMakeLists.txt