QTfrontend/hedgewars.pro
changeset 1026 a415f436fe3a
parent 670 b4cc7ac9011f
child 1059 57a248ff3832
equal deleted inserted replaced
1025:3c627510b84c 1026:a415f436fe3a
     1 TEMPLATE = app
     1 TEMPLATE = app
     2 TARGET = hedgewars
     2 TARGET = hedgewars
     3 DEPENDPATH += .
     3 DEPENDPATH += .
     4 INCLUDEPATH += .
     4 INCLUDEPATH += .
     5 DESTDIR	= ../bin
     5 DESTDIR = ../bin
     6 
     6 
     7 win32 {
     7 win32 {
     8 	RC_FILE	= ./res/hedgewars.rc
     8 	RC_FILE	= ./res/hedgewars.rc
     9 }
     9 }
    10 
    10 
    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            input_ip.h
    50            
    50 
    51            
       
    52 SOURCES += binds.cpp \
    51 SOURCES += binds.cpp \
    53            game.cpp \
    52            game.cpp \
    54            main.cpp \
    53            main.cpp \
    55            hwform.cpp \
    54            hwform.cpp \
    56            team.cpp \
    55            team.cpp \
    83            hwconsts.cpp \
    82            hwconsts.cpp \
    84            selectWeapon.cpp \
    83            selectWeapon.cpp \
    85            itemNum.cpp \
    84            itemNum.cpp \
    86 	   input_ip.cpp
    85 	   input_ip.cpp
    87 
    86 
       
    87 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts
       
    88 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts
       
    89 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts
    88 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    90 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
    89 
    91 
    90 RESOURCES += hedgewars.qrc
    92 RESOURCES += hedgewars.qrc
    91 
    93 
    92 LIBS += libSDL
    94 LIBS += libSDL