QTfrontend/CMakeLists.txt
changeset 84 0f6669da2fcb
parent 73 fe1c62875a19
child 85 44d9045b26ff
equal deleted inserted replaced
83:207c85fbef51 84:0f6669da2fcb
    11 	sha1.cpp
    11 	sha1.cpp
    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
       
    18 	ui_hwform.cpp)
    17 
    19 
    18 if (WIN32)
    20 if (WIN32)
    19 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    21 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    20 endif (WIN32)
    22 endif (WIN32)
    21 
    23 
    24 	hwform.h
    26 	hwform.h
    25 	netclient.h
    27 	netclient.h
    26 	teamselect.h
    28 	teamselect.h
    27 	teamselhelper.h
    29 	teamselhelper.h
    28 	frameTeam.h
    30 	frameTeam.h
    29 	vertScrollArea.h)
    31 	vertScrollArea.h
       
    32 	gameconfig.h
       
    33 	ui_hwform.h)
    30 
    34 
    31 set(hwfr_uis
       
    32 	hwform.ui)
       
    33 
    35 
    34 set(hwfr_rez
    36 set(hwfr_rez
    35 	hedgewars.qrc)
    37 	hedgewars.qrc)
    36 
       
    37 qt4_wrap_ui(hwfr_uis_h
       
    38 	${hwfr_uis})
       
    39 
    38 
    40 qt4_add_resources(hwfr_rez_src
    39 qt4_add_resources(hwfr_rez_src
    41 	${hwfr_rez})
    40 	${hwfr_rez})
    42 
    41 
    43 qt4_wrap_cpp(hwfr_moc_srcs
    42 qt4_wrap_cpp(hwfr_moc_srcs