--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/QTfrontend/hedgewars.pro Sun Jan 15 23:56:47 2006 +0000
@@ -0,0 +1,38 @@
+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
\ No newline at end of file