QTfrontend/hedgewars.pro
changeset 63 27e2b5bb6d4b
parent 52 ae2950c5465c
child 84 0f6669da2fcb
equal deleted inserted replaced
62:c3eda0c68cd6 63:27e2b5bb6d4b
    17            team.h \
    17            team.h \
    18            rndstr.h \
    18            rndstr.h \
    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 \
       
    24            vertScrollArea.h
    23            
    25            
    24 FORMS += hwform.ui
    26 FORMS += hwform.ui
    25 
    27 
    26 SOURCES += game.cpp \
    28 SOURCES += game.cpp \
    27            main.cpp \
    29            main.cpp \
    29            team.cpp \
    31            team.cpp \
    30            rndstr.cpp \
    32            rndstr.cpp \
    31            sha1.cpp \
    33            sha1.cpp \
    32            netclient.cpp \
    34            netclient.cpp \
    33            teamselect.cpp \
    35            teamselect.cpp \
    34            teamselhelper.cpp
    36            teamselhelper.cpp \
       
    37            frameTeam.cpp \
       
    38            vertScrollArea.cpp
    35 
    39 
    36 TRANSLATIONS += translations/hedgewars_ru.ts
    40 TRANSLATIONS += translations/hedgewars_ru.ts
    37 
    41 
    38 RESOURCES += hedgewars.qrc
    42 RESOURCES += hedgewars.qrc