QTfrontend/hedgewars.pro
changeset 84 0f6669da2fcb
parent 63 27e2b5bb6d4b
child 85 44d9045b26ff
equal deleted inserted replaced
83:207c85fbef51 84:0f6669da2fcb
    19            sha1.h \
    19            sha1.h \
    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 \
       
    26            ui_hwform.h
    25            
    27            
    26 FORMS += hwform.ui
       
    27 
       
    28 SOURCES += game.cpp \
    28 SOURCES += game.cpp \
    29            main.cpp \
    29            main.cpp \
    30            hwform.cpp \
    30            hwform.cpp \
    31            team.cpp \
    31            team.cpp \
    32            rndstr.cpp \
    32            rndstr.cpp \
    33            sha1.cpp \
    33            sha1.cpp \
    34            netclient.cpp \
    34            netclient.cpp \
    35            teamselect.cpp \
    35            teamselect.cpp \
    36            teamselhelper.cpp \
    36            teamselhelper.cpp \
    37            frameTeam.cpp \
    37            frameTeam.cpp \
    38            vertScrollArea.cpp
    38            vertScrollArea.cpp \
       
    39            gameconfig.cpp \
       
    40            ui_hwform.cpp
    39 
    41 
    40 TRANSLATIONS += translations/hedgewars_ru.ts
    42 TRANSLATIONS += translations/hedgewars_ru.ts
    41 
    43 
    42 RESOURCES += hedgewars.qrc
    44 RESOURCES += hedgewars.qrc