QTfrontend/hedgewars.pro
changeset 239 f9adf3c73bed
parent 221 0f451dae4251
child 297 279e10ec31b4
equal deleted inserted replaced
238:85949b945906 239:f9adf3c73bed
    29            hedgehogerWidget.h \
    29            hedgehogerWidget.h \
    30            hwmap.h \
    30            hwmap.h \
    31            mapContainer.h \
    31            mapContainer.h \
    32            tcpBase.h \
    32            tcpBase.h \
    33            about.h \
    33            about.h \
    34            KB.h
    34            KB.h \
       
    35            proto.h
    35            
    36            
    36 SOURCES += game.cpp \
    37 SOURCES += game.cpp \
    37            main.cpp \
    38            main.cpp \
    38            hwform.cpp \
    39            hwform.cpp \
    39            team.cpp \
    40            team.cpp \
    49            SquareLabel.cpp \
    50            SquareLabel.cpp \
    50            hedgehogerWidget.cpp \
    51            hedgehogerWidget.cpp \
    51            hwmap.cpp \
    52            hwmap.cpp \
    52            mapContainer.cpp \
    53            mapContainer.cpp \
    53            tcpBase.cpp \
    54            tcpBase.cpp \
    54            about.cpp
    55            about.cpp \
       
    56            proto.cpp
    55 
    57 
    56 TRANSLATIONS += translations/hedgewars_ru.ts
    58 TRANSLATIONS += translations/hedgewars_ru.ts
    57 
    59 
    58 RESOURCES += hedgewars.qrc
    60 RESOURCES += hedgewars.qrc