QTfrontend/hedgewars.pro
changeset 420 6cdfc07dceed
parent 412 2ddcc3e3e644
child 442 57ed1444606e
equal deleted inserted replaced
419:fdeed9718e6b 420:6cdfc07dceed
    13 HEADERS += binds.h \
    13 HEADERS += binds.h \
    14            game.h \
    14            game.h \
    15            hwform.h \
    15            hwform.h \
    16            sdlkeys.h \
    16            sdlkeys.h \
    17            team.h \
    17            team.h \
    18            netclient.h \
       
    19            teamselect.h \
    18            teamselect.h \
    20            teamselhelper.h \
    19            teamselhelper.h \
    21            frameTeam.h \
    20            frameTeam.h \
    22            vertScrollArea.h \
    21            vertScrollArea.h \
    23            gameuiconfig.h \
    22            gameuiconfig.h \
    33            about.h \
    32            about.h \
    34            KB.h \
    33            KB.h \
    35            proto.h \
    34            proto.h \
    36            fpsedit.h \
    35            fpsedit.h \
    37            netserver.h \
    36            netserver.h \
       
    37            netconnectedclient.h \
    38            newnetclient.h \
    38            newnetclient.h \
    39            netudpserver.h \
    39            netudpserver.h \
    40            netudpwidget.h
    40            netudpwidget.h
    41            
    41            
    42            
    42            
    43 SOURCES += game.cpp \
    43 SOURCES += game.cpp \
    44            main.cpp \
    44            main.cpp \
    45            hwform.cpp \
    45            hwform.cpp \
    46            team.cpp \
    46            team.cpp \
    47            netclient.cpp \
       
    48            teamselect.cpp \
    47            teamselect.cpp \
    49            teamselhelper.cpp \
    48            teamselhelper.cpp \
    50            frameTeam.cpp \
    49            frameTeam.cpp \
    51            vertScrollArea.cpp \
    50            vertScrollArea.cpp \
    52            gameuiconfig.cpp \
    51            gameuiconfig.cpp \
    60            tcpBase.cpp \
    59            tcpBase.cpp \
    61            about.cpp \
    60            about.cpp \
    62            proto.cpp \
    61            proto.cpp \
    63            fpsedit.cpp \
    62            fpsedit.cpp \
    64            netserver.cpp \
    63            netserver.cpp \
       
    64            netconnectedclient.cpp \
    65            newnetclient.cpp \
    65            newnetclient.cpp \
    66            netudpserver.cpp \
    66            netudpserver.cpp \
    67            netudpwidget.cpp
    67            netudpwidget.cpp
    68 
    68 
    69 TRANSLATIONS += translations/hedgewars_ru.ts
    69 TRANSLATIONS += translations/hedgewars_ru.ts