QTfrontend/hedgewars.pro
changeset 670 b4cc7ac9011f
parent 632 5e09ae25729f
child 1026 a415f436fe3a
equal deleted inserted replaced
669:741e7490d32b 670:b4cc7ac9011f
     6 
     6 
     7 win32 {
     7 win32 {
     8 	RC_FILE	= ./res/hedgewars.rc
     8 	RC_FILE	= ./res/hedgewars.rc
     9 }
     9 }
    10 
    10 
    11 QT += network svg
    11 QT += network svg xml
    12 
    12 
    13 HEADERS += binds.h \
    13 HEADERS += binds.h \
    14            game.h \
    14            game.h \
    15            hwform.h \
    15            hwform.h \
    16            sdlkeys.h \
    16            sdlkeys.h \
    43            chatwidget.h \
    43            chatwidget.h \
    44            SDLs.h \
    44            SDLs.h \
    45            playrecordpage.h \
    45            playrecordpage.h \
    46            hwconsts.h \
    46            hwconsts.h \
    47            selectWeapon.h \
    47            selectWeapon.h \
    48            itemNum.h
    48            itemNum.h \
       
    49 	   input_ip.h
    49            
    50            
    50            
    51            
    51 SOURCES += binds.cpp \
    52 SOURCES += binds.cpp \
    52            game.cpp \
    53            game.cpp \
    53            main.cpp \
    54            main.cpp \
    79            chatwidget.cpp \
    80            chatwidget.cpp \
    80            SDLs.cpp \
    81            SDLs.cpp \
    81            playrecordpage.cpp \
    82            playrecordpage.cpp \
    82            hwconsts.cpp \
    83            hwconsts.cpp \
    83            selectWeapon.cpp \
    84            selectWeapon.cpp \
    84            itemNum.cpp
    85            itemNum.cpp \
       
    86 	   input_ip.cpp
    85 
    87 
    86 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    88 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    87 
    89 
    88 RESOURCES += hedgewars.qrc
    90 RESOURCES += hedgewars.qrc
    89 
    91