QTfrontend/hedgewars.pro
author unc0rr
Sat, 21 Jan 2006 16:18:19 +0000
changeset 55 e09f7c952a40
parent 52 ae2950c5465c
child 63 27e2b5bb6d4b
permissions -rw-r--r--
Send run parameters by cmd line, game parameters by IPC... breaks network game

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