QTfrontend/CMakeLists.txt
changeset 5252 ded882439548
parent 5205 78138ae93820
child 5268 eedc0f8ed38b
equal deleted inserted replaced
5251:f31d1073345e 5252:ded882439548
    44 
    44 
    45 
    45 
    46 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/hwconsts.cpp.in ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp)
    46 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/hwconsts.cpp.in ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp)
    47 
    47 
    48 set(hwfr_src
    48 set(hwfr_src
       
    49     HWApplication.cpp
    49     game.cpp
    50     game.cpp
    50     main.cpp
    51     main.cpp
    51     hwform.cpp
    52     hwform.cpp
    52     team.cpp
    53     team.cpp
    53     namegen.cpp
    54     namegen.cpp
   128 else(MINGW)
   129 else(MINGW)
   129     set(hwfr_src ${hwfr_src} hedgewars.rc)
   130     set(hwfr_src ${hwfr_src} hedgewars.rc)
   130 endif(MINGW)
   131 endif(MINGW)
   131 
   132 
   132 set(hwfr_moc_hdrs
   133 set(hwfr_moc_hdrs
       
   134     HWApplication.h
   133     game.h
   135     game.h
   134     hats.h
   136     hats.h
   135     hwform.h
   137     hwform.h
   136     teamselect.h
   138     teamselect.h
   137     teamselhelper.h
   139     teamselhelper.h