QTfrontend/hedgewars.pro
changeset 177 c67c15e6fae3
parent 164 92cff18a3ab6
child 187 96c3154efee5
equal deleted inserted replaced
176:533d03041dcd 177:c67c15e6fae3
    26            predefteams.h \
    26            predefteams.h \
    27            pages.h \
    27            pages.h \
    28            SquareLabel.h \
    28            SquareLabel.h \
    29            hedgehogerWidget.h \
    29            hedgehogerWidget.h \
    30            hwmap.h \
    30            hwmap.h \
    31            mapContainer.h
    31            mapContainer.h \
       
    32            tcpBase.h
    32            
    33            
    33 SOURCES += game.cpp \
    34 SOURCES += game.cpp \
    34            main.cpp \
    35            main.cpp \
    35            hwform.cpp \
    36            hwform.cpp \
    36            team.cpp \
    37            team.cpp \
    44            gamecfgwidget.cpp \
    45            gamecfgwidget.cpp \
    45            pages.cpp \
    46            pages.cpp \
    46            SquareLabel.cpp \
    47            SquareLabel.cpp \
    47            hedgehogerWidget.cpp \
    48            hedgehogerWidget.cpp \
    48            hwmap.cpp \
    49            hwmap.cpp \
    49            mapContainer.cpp
    50            mapContainer.cpp \
       
    51            tcpBase.cpp
    50 
    52 
    51 TRANSLATIONS += translations/hedgewars_ru.ts
    53 TRANSLATIONS += translations/hedgewars_ru.ts
    52 
    54 
    53 RESOURCES += hedgewars.qrc
    55 RESOURCES += hedgewars.qrc