QTfrontend/CMakeLists.txt
changeset 8449 2816230a107e
parent 8410 48a7986e46f8
child 8475 f605bc59c603
equal deleted inserted replaced
8447:250142acef7b 8449:2816230a107e
   121 endif(MINGW)
   121 endif(MINGW)
   122 
   122 
   123 file(GLOB ModelHdr model/*.h)
   123 file(GLOB ModelHdr model/*.h)
   124 file(GLOB NetHdr net/*.h)
   124 file(GLOB NetHdr net/*.h)
   125 file(GLOB_RECURSE UIhdr ui/*.h)
   125 file(GLOB_RECURSE UIhdr ui/*.h)
       
   126 list(REMOVE_ITEM UIhdr "${CMAKE_CURRENT_SOURCE_DIR}/ui/widget/flowlayout.h")
   126 file(GLOB UtilHdr util/*.h)
   127 file(GLOB UtilHdr util/*.h)
   127 
   128 
   128 
   129 
   129 set(hwfr_moc_hdrs
   130 set(hwfr_moc_hdrs
   130     ${ModelHdr}
   131     ${ModelHdr}
   136     HWApplication.h
   137     HWApplication.h
   137     hwform.h
   138     hwform.h
   138     team.h
   139     team.h
   139     util/DataManager.h
   140     util/DataManager.h
   140     util/LibavInteraction.h
   141     util/LibavInteraction.h
   141     util/MessageDialog.h
       
   142     )
   142     )
   143 
   143 
   144 set(hwfr_hdrs
   144 set(hwfr_hdrs
   145     ${UtilHdr}
   145     ${UtilHdr}
   146     team.h
   146     team.h