- Move setting _U_ into config.h, because
authorJörg Mayer <jmayer@loplof.de>
Thu, 2 Feb 2012 12:04:22 +0000 (12:04 -0000)
committerJörg Mayer <jmayer@loplof.de>
Thu, 2 Feb 2012 12:04:22 +0000 (12:04 -0000)
commit137f3fc4557e069ab3d66048f1cbf0acca086673
treea3e7701ce4eb06d14fe10782d1a45867c0cf006a
parent2d7a4646e22b534803fa7ca1480912e68cd97ba3
- 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

svn path=/trunk/; revision=40807
CMakeLists.txt
cmakeconfig.h.in
ui/qt/CMakeLists.txt