QTfrontend/CMakeLists.txt
changeset 164 92cff18a3ab6
parent 133 c79cb5e5b24a
child 165 9b9144948668
equal deleted inserted replaced
163:f864a68e512c 164:92cff18a3ab6
    24 	gameuiconfig.cpp
    24 	gameuiconfig.cpp
    25 	ui_hwform.cpp
    25 	ui_hwform.cpp
    26 	gamecfgwidget.cpp
    26 	gamecfgwidget.cpp
    27 	pages.cpp
    27 	pages.cpp
    28 	SquareLabel.cpp
    28 	SquareLabel.cpp
    29 	hedgehogerWidget.cpp)
    29 	hedgehogerWidget.cpp
       
    30 	hwmap.cpp
       
    31 	mapContainer.cpp)
    30 
    32 
    31 if (WIN32)
    33 if (WIN32)
    32 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    34 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    33 endif (WIN32)
    35 endif (WIN32)
    34 
    36 
    44 	ui_hwform.h
    46 	ui_hwform.h
    45 	gamecfgwidget.h
    47 	gamecfgwidget.h
    46 	predefteams.h
    48 	predefteams.h
    47 	pages.h
    49 	pages.h
    48 	SquareLabel.h
    50 	SquareLabel.h
    49 	hedgehogerWidget.h)
    51 	hedgehogerWidget.h
       
    52 	hwmap.h
       
    53 	mapContainer.h)
    50 
    54 
    51 
    55 
    52 set(hwfr_rez
    56 set(hwfr_rez
    53 	hedgewars.qrc)
    57 	hedgewars.qrc)
    54 
    58