QTfrontend/hedgewars.pro
changeset 579 94db15de0392
parent 555 0376fdcc6322
child 597 ec5f057ab268
equal deleted inserted replaced
578:6b0af3860192 579:94db15de0392
    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            chatwidget.h \
    42            SDLs.h
    42            SDLs.h \
       
    43            playrecordpage.h \
       
    44            hwconsts.h
    43            
    45            
    44            
    46            
    45 SOURCES += binds.cpp \
    47 SOURCES += binds.cpp \
    46            game.cpp \
    48            game.cpp \
    47            main.cpp \
    49            main.cpp \
    67            netconnectedclient.cpp \
    69            netconnectedclient.cpp \
    68            newnetclient.cpp \
    70            newnetclient.cpp \
    69            netudpserver.cpp \
    71            netudpserver.cpp \
    70            netudpwidget.cpp \
    72            netudpwidget.cpp \
    71            chatwidget.cpp \
    73            chatwidget.cpp \
    72            SDLs.cpp
    74            SDLs.cpp \
       
    75            playrecordpage.cpp \
       
    76            hwconsts.cpp
    73 
    77 
    74 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    78 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    75 
    79 
    76 RESOURCES += hedgewars.qrc
    80 RESOURCES += hedgewars.qrc
    77 
    81