QTfrontend/hedgewars.pro
author unc0rr
Sun, 01 Jul 2007 11:02:47 +0000
changeset 543 465e2ec8f05f
parent 539 6a9bf1852bbc
child 555 0376fdcc6322
permissions -rw-r--r--
- Better randomness of placing hedgehogs on the land - Bots can use AirAttack - Fix division by "zero" - Small optimizations

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

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

QT += network svg

HEADERS += binds.h \
           game.h \
           hwform.h \
           sdlkeys.h \
           team.h \
           teamselect.h \
           teamselhelper.h \
           frameTeam.h \
           vertScrollArea.h \
           gameuiconfig.h \
           ui_hwform.h \
           gamecfgwidget.h \
           predefteams.h \
           pages.h \
           SquareLabel.h \
           hedgehogerWidget.h \
           hwmap.h \
           mapContainer.h \
           tcpBase.h \
           about.h \
           KB.h \
           proto.h \
           fpsedit.h \
           netserver.h \
           netconnectedclient.h \
           newnetclient.h \
           netudpserver.h \
           netudpwidget.h \
           chatwidget.h
           
           
SOURCES += binds.cpp \
           game.cpp \
           main.cpp \
           hwform.cpp \
           team.cpp \
           teamselect.cpp \
           teamselhelper.cpp \
           frameTeam.cpp \
           vertScrollArea.cpp \
           gameuiconfig.cpp \
           ui_hwform.cpp \
           gamecfgwidget.cpp \
           pages.cpp \
           SquareLabel.cpp \
           hedgehogerWidget.cpp \
           hwmap.cpp \
           mapContainer.cpp \
           tcpBase.cpp \
           about.cpp \
           proto.cpp \
           fpsedit.cpp \
           netserver.cpp \
           netconnectedclient.cpp \
           newnetclient.cpp \
           netudpserver.cpp \
           netudpwidget.cpp \
           chatwidget.cpp

TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts

RESOURCES += hedgewars.qrc