QTfrontend/CMakeLists.txt
changeset 93 c21ff3af56cf
parent 89 f9db56409a86
child 99 fd9613278d1b
equal deleted inserted replaced
92:0c359a7a2356 93:c21ff3af56cf
    15 	frameTeam.cpp
    15 	frameTeam.cpp
    16 	vertScrollArea.cpp
    16 	vertScrollArea.cpp
    17 	gameuiconfig.cpp
    17 	gameuiconfig.cpp
    18 	ui_hwform.cpp
    18 	ui_hwform.cpp
    19 	gamecfgwidget.cpp
    19 	gamecfgwidget.cpp
    20 	pages.cpp)
    20 	pages.cpp
       
    21 	SquareLabel.cpp)
    21 
    22 
    22 if (WIN32)
    23 if (WIN32)
    23 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    24 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    24 endif (WIN32)
    25 endif (WIN32)
    25 
    26 
    33 	vertScrollArea.h
    34 	vertScrollArea.h
    34 	gameuiconfig.h
    35 	gameuiconfig.h
    35 	ui_hwform.h
    36 	ui_hwform.h
    36 	gamecfgwidget.h
    37 	gamecfgwidget.h
    37 	predefteams.h
    38 	predefteams.h
    38 	pages.h)
    39 	pages.h
       
    40 	SquareLabel.h)
    39 
    41 
    40 
    42 
    41 set(hwfr_rez
    43 set(hwfr_rez
    42 	hedgewars.qrc)
    44 	hedgewars.qrc)
    43 
    45