QTfrontend/hedgewars.pro
changeset 412 2ddcc3e3e644
parent 314 83773ccf4f09
child 420 6cdfc07dceed
equal deleted inserted replaced
411:fe3a3bd0512f 412:2ddcc3e3e644
    33            about.h \
    33            about.h \
    34            KB.h \
    34            KB.h \
    35            proto.h \
    35            proto.h \
    36            fpsedit.h \
    36            fpsedit.h \
    37            netserver.h \
    37            netserver.h \
    38            newnetclient.h
    38            newnetclient.h \
       
    39            netudpserver.h \
       
    40            netudpwidget.h
    39            
    41            
    40            
    42            
    41 SOURCES += game.cpp \
    43 SOURCES += game.cpp \
    42            main.cpp \
    44            main.cpp \
    43            hwform.cpp \
    45            hwform.cpp \
    58            tcpBase.cpp \
    60            tcpBase.cpp \
    59            about.cpp \
    61            about.cpp \
    60            proto.cpp \
    62            proto.cpp \
    61            fpsedit.cpp \
    63            fpsedit.cpp \
    62            netserver.cpp \
    64            netserver.cpp \
    63            newnetclient.cpp
    65            newnetclient.cpp \
       
    66            netudpserver.cpp \
       
    67            netudpwidget.cpp
    64 
    68 
    65 TRANSLATIONS += translations/hedgewars_ru.ts
    69 TRANSLATIONS += translations/hedgewars_ru.ts
    66 
    70 
    67 RESOURCES += hedgewars.qrc
    71 RESOURCES += hedgewars.qrc