QTfrontend/CMakeLists.txt
changeset 7411 efc75c2d3be9
parent 7256 5b97b9946cde
parent 7201 dc17ffdf0702
child 7628 bc7b1d228a2c
equal deleted inserted replaced
7409:fd91aa100ce0 7411:efc75c2d3be9
    83     gameuiconfig.cpp
    83     gameuiconfig.cpp
    84     HWApplication.cpp
    84     HWApplication.cpp
    85     hwform.cpp
    85     hwform.cpp
    86     main.cpp
    86     main.cpp
    87     team.cpp
    87     team.cpp
       
    88     campaign.cpp
    88     ui_hwform.cpp
    89     ui_hwform.cpp
    89     ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp
    90     ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp
    90     )
    91     )
    91 
    92 
    92 #xfire integration
    93 #xfire integration
   119     game.h
   120     game.h
   120     gameuiconfig.h
   121     gameuiconfig.h
   121     HWApplication.h
   122     HWApplication.h
   122     hwform.h
   123     hwform.h
   123     team.h
   124     team.h
       
   125     campaign.h
   124     util/DataManager.h
   126     util/DataManager.h
   125     )
   127     )
   126 
   128 
   127 set(hwfr_hdrs
   129 set(hwfr_hdrs
   128     ${UtilHdr}
   130     ${UtilHdr}