QTfrontend/CMakeLists.txt
changeset 412 2ddcc3e3e644
parent 314 83773ccf4f09
child 420 6cdfc07dceed
equal deleted inserted replaced
411:fe3a3bd0512f 412:2ddcc3e3e644
    42 	tcpBase.cpp
    42 	tcpBase.cpp
    43 	about.cpp
    43 	about.cpp
    44 	proto.cpp
    44 	proto.cpp
    45 	fpsedit.cpp
    45 	fpsedit.cpp
    46 	netserver.cpp
    46 	netserver.cpp
    47 	newnetclient.cpp)
    47 	newnetclient.cpp
       
    48 	netudpserver.cpp
       
    49 	netudpwidget.cpp)
    48 
    50 
    49 if (WIN32)
    51 if (WIN32)
    50 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    52 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    51 endif (WIN32)
    53 endif (WIN32)
    52 
    54 
    72 	about.h
    74 	about.h
    73 	KB.h
    75 	KB.h
    74 	proto.h
    76 	proto.h
    75 	fpsedit.h
    77 	fpsedit.h
    76 	netserver.h
    78 	netserver.h
    77 	newnetclient.h)
    79 	newnetclient.h
       
    80 	netudpserver.h
       
    81 	netudpwidget.h)
    78 
    82 
    79 
    83 
    80 set(hwfr_rez
    84 set(hwfr_rez
    81 	hedgewars.qrc)
    85 	hedgewars.qrc)
    82 
    86