QTfrontend/hedgewars.pro
changeset 85 44d9045b26ff
parent 84 0f6669da2fcb
child 86 664b536a1c27
equal deleted inserted replaced
84:0f6669da2fcb 85:44d9045b26ff
    20            netclient.h \
    20            netclient.h \
    21            teamselect.h \
    21            teamselect.h \
    22            teamselhelper.h \
    22            teamselhelper.h \
    23            frameTeam.h \
    23            frameTeam.h \
    24            vertScrollArea.h \
    24            vertScrollArea.h \
    25            gameconfig.h \
    25            gameuiconfig.h \
    26            ui_hwform.h
    26            ui_hwform.h \
       
    27            gamecfgwidget.h
    27            
    28            
    28 SOURCES += game.cpp \
    29 SOURCES += game.cpp \
    29            main.cpp \
    30            main.cpp \
    30            hwform.cpp \
    31            hwform.cpp \
    31            team.cpp \
    32            team.cpp \
    34            netclient.cpp \
    35            netclient.cpp \
    35            teamselect.cpp \
    36            teamselect.cpp \
    36            teamselhelper.cpp \
    37            teamselhelper.cpp \
    37            frameTeam.cpp \
    38            frameTeam.cpp \
    38            vertScrollArea.cpp \
    39            vertScrollArea.cpp \
    39            gameconfig.cpp \
    40            gameuiconfig.cpp \
    40            ui_hwform.cpp
    41            ui_hwform.cpp \
       
    42            gamecfgwidget.cpp
    41 
    43 
    42 TRANSLATIONS += translations/hedgewars_ru.ts
    44 TRANSLATIONS += translations/hedgewars_ru.ts
    43 
    45 
    44 RESOURCES += hedgewars.qrc
    46 RESOURCES += hedgewars.qrc