QTfrontend/CMakeLists.txt
changeset 314 83773ccf4f09
parent 297 279e10ec31b4
child 412 2ddcc3e3e644
equal deleted inserted replaced
313:b26dbb909c4e 314:83773ccf4f09
    40 	hwmap.cpp
    40 	hwmap.cpp
    41 	mapContainer.cpp
    41 	mapContainer.cpp
    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
       
    47 	newnetclient.cpp)
    46 
    48 
    47 if (WIN32)
    49 if (WIN32)
    48 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    50 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    49 endif (WIN32)
    51 endif (WIN32)
    50 
    52 
    68 	mapContainer.h
    70 	mapContainer.h
    69 	tcpBase.h
    71 	tcpBase.h
    70 	about.h
    72 	about.h
    71 	KB.h
    73 	KB.h
    72 	proto.h
    74 	proto.h
    73 	fpsedit.h)
    75 	fpsedit.h
       
    76 	netserver.h
       
    77 	newnetclient.h)
    74 
    78 
    75 
    79 
    76 set(hwfr_rez
    80 set(hwfr_rez
    77 	hedgewars.qrc)
    81 	hedgewars.qrc)
    78 
    82