QTfrontend/hedgewars.pro
author unc0rr
Tue, 25 Jul 2006 13:32:11 +0000
changeset 85 44d9045b26ff
parent 84 0f6669da2fcb
child 86 664b536a1c27
permissions -rw-r--r--
New GameCFGWidget. Now it's possible to set forts mode from ui
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     1
TEMPLATE = app
52
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
     2
TARGET = hedgewars
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     3
DEPENDPATH += .
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     4
INCLUDEPATH += .
52
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
     5
DESTDIR	= ../hedgewars
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
     6
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
     7
win32 {
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
     8
	RC_FILE	= ./res/hedgewars.rc
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
     9
}
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    10
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    11
QT += network
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    12
52
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    13
HEADERS += binds.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    14
           game.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    15
           hwform.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    16
           sdlkeys.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    17
           team.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    18
           rndstr.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    19
           sha1.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    20
           netclient.h \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    21
           teamselect.h \
63
27e2b5bb6d4b Scroll added to team control widget
displacer
parents: 52
diff changeset
    22
           teamselhelper.h \
27e2b5bb6d4b Scroll added to team control widget
displacer
parents: 52
diff changeset
    23
           frameTeam.h \
84
0f6669da2fcb Start rewrite ui
unc0rr
parents: 63
diff changeset
    24
           vertScrollArea.h \
85
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 84
diff changeset
    25
           gameuiconfig.h \
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 84
diff changeset
    26
           ui_hwform.h \
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 84
diff changeset
    27
           gamecfgwidget.h
52
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    28
           
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    29
SOURCES += game.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    30
           main.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    31
           hwform.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    32
           team.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    33
           rndstr.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    34
           sha1.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    35
           netclient.cpp \
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    36
           teamselect.cpp \
63
27e2b5bb6d4b Scroll added to team control widget
displacer
parents: 52
diff changeset
    37
           teamselhelper.cpp \
27e2b5bb6d4b Scroll added to team control widget
displacer
parents: 52
diff changeset
    38
           frameTeam.cpp \
84
0f6669da2fcb Start rewrite ui
unc0rr
parents: 63
diff changeset
    39
           vertScrollArea.cpp \
85
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 84
diff changeset
    40
           gameuiconfig.cpp \
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 84
diff changeset
    41
           ui_hwform.cpp \
44d9045b26ff New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents: 84
diff changeset
    42
           gamecfgwidget.cpp
52
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    43
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    44
TRANSLATIONS += translations/hedgewars_ru.ts
ae2950c5465c - Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents: 50
diff changeset
    45
63
27e2b5bb6d4b Scroll added to team control widget
displacer
parents: 52
diff changeset
    46
RESOURCES += hedgewars.qrc