QTfrontend/CMakeLists.txt
changeset 7201 dc17ffdf0702
parent 6931 86c951cd0f3f
child 7411 efc75c2d3be9
equal deleted inserted replaced
7199:f329fbf1ffb4 7201:dc17ffdf0702
    81     gameuiconfig.cpp
    81     gameuiconfig.cpp
    82     HWApplication.cpp
    82     HWApplication.cpp
    83     hwform.cpp
    83     hwform.cpp
    84     main.cpp
    84     main.cpp
    85     team.cpp
    85     team.cpp
       
    86     campaign.cpp
    86     ui_hwform.cpp
    87     ui_hwform.cpp
    87     ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp
    88     ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp
    88     )
    89     )
    89 
    90 
    90 #xfire integration
    91 #xfire integration
   117     game.h
   118     game.h
   118     gameuiconfig.h
   119     gameuiconfig.h
   119     HWApplication.h
   120     HWApplication.h
   120     hwform.h
   121     hwform.h
   121     team.h
   122     team.h
       
   123     campaign.h
   122     util/DataManager.h
   124     util/DataManager.h
   123     )
   125     )
   124 
   126 
   125 set(hwfr_hdrs
   127 set(hwfr_hdrs
   126     ${UtilHdr}
   128     ${UtilHdr}