QTfrontend/QTfrontend.pro
changeset 50 9ab4067dabec
parent 28 59f7db859b8a
equal deleted inserted replaced
49:3afe33c1cf06 50:9ab4067dabec
     9 
     9 
    10 QT += network
    10 QT += network
    11 
    11 
    12 # Input
    12 # Input
    13 HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h
    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
    14 FORMS += hwform.ui
    15 FORMS += hwform.ui
    15 SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp
    16 SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp
       
    17 SOURCES += teamselect.cpp teamselhelper.cpp