View | Details | Raw Unified | Return to bug 173944
Collapse All | Expand All

(-)./files/patch-libavogadro__CMakeLists.txt (+12 lines)
Line 0 Link Here
1
--- libavogadro/CMakeLists.txt.orig	2012-11-26 21:38:12.000000000 +0100
2
+++ libavogadro/CMakeLists.txt	2012-11-26 21:39:47.000000000 +0100
3
@@ -18,7 +18,8 @@
4
   # Assume all MOC stuff is in the headers, replace .cpp and use qt4_wrap_cpp
5
   # We should probably scan the header to verify the Q_OBJECT macro is used
6
   string(REPLACE ".cpp" ".h" hdr_list "${src_list}")
7
-  qt4_wrap_cpp(moc_files ${hdr_list})
8
+  qt4_wrap_cpp(moc_files ${hdr_list} OPTIONS
9
+      -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
10
   # Now sort out the ui and qrc files, process them as appropriate
11
   set(ui_plugin_files)
12
   set(qrc_plugin_files)

Return to bug 173944