QTfrontend/hedgewars.pro
changeset 461 105af110b0e6
parent 442 57ed1444606e
child 539 6a9bf1852bbc
equal deleted inserted replaced
460:3242b42ecad4 461:105af110b0e6
    35            fpsedit.h \
    35            fpsedit.h \
    36            netserver.h \
    36            netserver.h \
    37            netconnectedclient.h \
    37            netconnectedclient.h \
    38            newnetclient.h \
    38            newnetclient.h \
    39            netudpserver.h \
    39            netudpserver.h \
    40            netudpwidget.h
    40            netudpwidget.h \
       
    41            chatwidget.h
    41            
    42            
    42            
    43            
    43 SOURCES += game.cpp \
    44 SOURCES += game.cpp \
    44            main.cpp \
    45            main.cpp \
    45            hwform.cpp \
    46            hwform.cpp \
    62            fpsedit.cpp \
    63            fpsedit.cpp \
    63            netserver.cpp \
    64            netserver.cpp \
    64            netconnectedclient.cpp \
    65            netconnectedclient.cpp \
    65            newnetclient.cpp \
    66            newnetclient.cpp \
    66            netudpserver.cpp \
    67            netudpserver.cpp \
    67            netudpwidget.cpp
    68            netudpwidget.cpp \
       
    69            chatwidget.cpp
    68 
    70 
    69 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    71 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    70 
    72 
    71 RESOURCES += hedgewars.qrc
    73 RESOURCES += hedgewars.qrc