QTfrontend/hedgewars.pro
changeset 314 83773ccf4f09
parent 297 279e10ec31b4
child 412 2ddcc3e3e644
equal deleted inserted replaced
313:b26dbb909c4e 314:83773ccf4f09
    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            proto.h \
    36            fpsedit.h
    36            fpsedit.h \
       
    37            netserver.h \
       
    38            newnetclient.h
    37            
    39            
    38            
    40            
    39 SOURCES += game.cpp \
    41 SOURCES += game.cpp \
    40            main.cpp \
    42            main.cpp \
    41            hwform.cpp \
    43            hwform.cpp \
    54            hwmap.cpp \
    56            hwmap.cpp \
    55            mapContainer.cpp \
    57            mapContainer.cpp \
    56            tcpBase.cpp \
    58            tcpBase.cpp \
    57            about.cpp \
    59            about.cpp \
    58            proto.cpp \
    60            proto.cpp \
    59            fpsedit.cpp
    61            fpsedit.cpp \
       
    62            netserver.cpp \
       
    63            newnetclient.cpp
    60 
    64 
    61 TRANSLATIONS += translations/hedgewars_ru.ts
    65 TRANSLATIONS += translations/hedgewars_ru.ts
    62 
    66 
    63 RESOURCES += hedgewars.qrc
    67 RESOURCES += hedgewars.qrc