QTfrontend/CMakeLists.txt
changeset 420 6cdfc07dceed
parent 412 2ddcc3e3e644
child 461 105af110b0e6
equal deleted inserted replaced
419:fdeed9718e6b 420:6cdfc07dceed
    24 set(hwfr_src 
    24 set(hwfr_src 
    25 	game.cpp
    25 	game.cpp
    26 	main.cpp
    26 	main.cpp
    27 	hwform.cpp 
    27 	hwform.cpp 
    28 	team.cpp
    28 	team.cpp
    29 	netclient.cpp
       
    30 	teamselect.cpp
    29 	teamselect.cpp
    31 	teamselhelper.cpp
    30 	teamselhelper.cpp
    32 	frameTeam.cpp
    31 	frameTeam.cpp
    33 	vertScrollArea.cpp
    32 	vertScrollArea.cpp
    34 	gameuiconfig.cpp
    33 	gameuiconfig.cpp
    42 	tcpBase.cpp
    41 	tcpBase.cpp
    43 	about.cpp
    42 	about.cpp
    44 	proto.cpp
    43 	proto.cpp
    45 	fpsedit.cpp
    44 	fpsedit.cpp
    46 	netserver.cpp
    45 	netserver.cpp
       
    46 	netconnectedclient.cpp
    47 	newnetclient.cpp
    47 	newnetclient.cpp
    48 	netudpserver.cpp
    48 	netudpserver.cpp
    49 	netudpwidget.cpp)
    49 	netudpwidget.cpp)
    50 
    50 
    51 if (WIN32)
    51 if (WIN32)
    54 
    54 
    55 set(hwfr_moc_hdrs
    55 set(hwfr_moc_hdrs
    56 	game.h
    56 	game.h
    57 	hwform.h
    57 	hwform.h
    58 	binds.h
    58 	binds.h
    59 	netclient.h
       
    60 	teamselect.h
    59 	teamselect.h
    61 	teamselhelper.h
    60 	teamselhelper.h
    62 	frameTeam.h
    61 	frameTeam.h
    63 	vertScrollArea.h
    62 	vertScrollArea.h
    64 	gameuiconfig.h
    63 	gameuiconfig.h
    74 	about.h
    73 	about.h
    75 	KB.h
    74 	KB.h
    76 	proto.h
    75 	proto.h
    77 	fpsedit.h
    76 	fpsedit.h
    78 	netserver.h
    77 	netserver.h
       
    78 	netconnectedclient.h
    79 	newnetclient.h
    79 	newnetclient.h
    80 	netudpserver.h
    80 	netudpserver.h
    81 	netudpwidget.h)
    81 	netudpwidget.h)
    82 
    82 
    83 
    83