QTfrontend/QTfrontend.pro
changeset 52 ae2950c5465c
parent 51 b6e3ae05857f
child 53 0e27949850e3
equal deleted inserted replaced
51:b6e3ae05857f 52:ae2950c5465c
     1 ######################################################################
       
     2 # Automatically generated by qmake (2.00a) ?? 5. ??? 13:58:32 2005
       
     3 ######################################################################
       
     4 
       
     5 TEMPLATE = app
       
     6 TARGET += 
       
     7 DEPENDPATH += .
       
     8 INCLUDEPATH += .
       
     9 
       
    10 QT += network
       
    11 
       
    12 # Input
       
    13 HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h
       
    14 HEADERS += teamselect.h teamselhelper.h
       
    15 FORMS += hwform.ui
       
    16 SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp
       
    17 SOURCES += teamselect.cpp teamselhelper.cpp