QTfrontend/QTfrontend.pro
author unc0rr
Wed, 28 Dec 2005 23:34:22 +0000
changeset 34 fbe30de53d1d
parent 28 59f7db859b8a
child 50 9ab4067dabec
permissions -rw-r--r--
fixed "hang" on first run
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     1
######################################################################
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     2
# Automatically generated by qmake (2.00a) ?? 5. ??? 13:58:32 2005
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     3
######################################################################
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     4
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     5
TEMPLATE = app
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     6
TARGET += 
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     7
DEPENDPATH += .
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     8
INCLUDEPATH += .
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     9
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    10
QT += network
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    11
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    12
# Input
28
59f7db859b8a - clear demos list before adding items
unc0rr
parents: 25
diff changeset
    13
HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    14
FORMS += hwform.ui
28
59f7db859b8a - clear demos list before adding items
unc0rr
parents: 25
diff changeset
    15
SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp