QTfrontend/hedgewars.pro
author unc0rr
Sun, 15 Jan 2006 23:56:47 +0000
changeset 52 ae2950c5465c
parent 50 QTfrontend/QTfrontend.pro@9ab4067dabec
child 63 27e2b5bb6d4b
permissions -rw-r--r--
- Rename frontend to hedgewars and compile it to engine directory - Added icon for windows - Added incomplete russian translation

TEMPLATE = app
TARGET = hedgewars
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR	= ../hedgewars

win32 {
	RC_FILE	= ./res/hedgewars.rc
}

QT += network

HEADERS += binds.h \
           game.h \
           hwform.h \
           sdlkeys.h \
           team.h \
           rndstr.h \
           sha1.h \
           netclient.h \
           teamselect.h \
           teamselhelper.h 
           
FORMS += hwform.ui

SOURCES += game.cpp \
           main.cpp \
           hwform.cpp \
           team.cpp \
           rndstr.cpp \
           sha1.cpp \
           netclient.cpp \
           teamselect.cpp \
           teamselhelper.cpp

TRANSLATIONS += translations/hedgewars_ru.ts

RESOURCES += hedgewars.qrc