QTfrontend/CMakeLists.txt
changeset 85 44d9045b26ff
parent 84 0f6669da2fcb
child 86 664b536a1c27
equal deleted inserted replaced
84:0f6669da2fcb 85:44d9045b26ff
    12 	netclient.cpp
    12 	netclient.cpp
    13 	teamselect.cpp
    13 	teamselect.cpp
    14 	teamselhelper.cpp
    14 	teamselhelper.cpp
    15 	frameTeam.cpp
    15 	frameTeam.cpp
    16 	vertScrollArea.cpp
    16 	vertScrollArea.cpp
    17 	gameconfig.cpp
    17 	gameuiconfig.cpp
    18 	ui_hwform.cpp)
    18 	ui_hwform.cpp
       
    19 	gamecfgwidget.cpp)
    19 
    20 
    20 if (WIN32)
    21 if (WIN32)
    21 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    22 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    22 endif (WIN32)
    23 endif (WIN32)
    23 
    24 
    27 	netclient.h
    28 	netclient.h
    28 	teamselect.h
    29 	teamselect.h
    29 	teamselhelper.h
    30 	teamselhelper.h
    30 	frameTeam.h
    31 	frameTeam.h
    31 	vertScrollArea.h
    32 	vertScrollArea.h
    32 	gameconfig.h
    33 	gameuiconfig.h
    33 	ui_hwform.h)
    34 	ui_hwform.h
       
    35 	gamecfgwidget.h)
    34 
    36 
    35 
    37 
    36 set(hwfr_rez
    38 set(hwfr_rez
    37 	hedgewars.qrc)
    39 	hedgewars.qrc)
    38 
    40