QTfrontend/hedgewars.pro
changeset 52 ae2950c5465c
parent 50 9ab4067dabec
child 63 27e2b5bb6d4b
equal deleted inserted replaced
51:b6e3ae05857f 52:ae2950c5465c
       
     1 TEMPLATE = app
       
     2 TARGET = hedgewars
       
     3 DEPENDPATH += .
       
     4 INCLUDEPATH += .
       
     5 DESTDIR	= ../hedgewars
       
     6 
       
     7 win32 {
       
     8 	RC_FILE	= ./res/hedgewars.rc
       
     9 }
       
    10 
       
    11 QT += network
       
    12 
       
    13 HEADERS += binds.h \
       
    14            game.h \
       
    15            hwform.h \
       
    16            sdlkeys.h \
       
    17            team.h \
       
    18            rndstr.h \
       
    19            sha1.h \
       
    20            netclient.h \
       
    21            teamselect.h \
       
    22            teamselhelper.h 
       
    23            
       
    24 FORMS += hwform.ui
       
    25 
       
    26 SOURCES += game.cpp \
       
    27            main.cpp \
       
    28            hwform.cpp \
       
    29            team.cpp \
       
    30            rndstr.cpp \
       
    31            sha1.cpp \
       
    32            netclient.cpp \
       
    33            teamselect.cpp \
       
    34            teamselhelper.cpp
       
    35 
       
    36 TRANSLATIONS += translations/hedgewars_ru.ts
       
    37 
       
    38 RESOURCES += hedgewars.qrc