project_files/hedgewars.pro
changeset 2546 5fa4aa6bb804
parent 2545 853fa5312886
child 2821 67815ee123d7
equal deleted inserted replaced
2545:853fa5312886 2546:5fa4aa6bb804
     8 	RC_FILE	= ../QTfrontend/res/hedgewars.rc
     8 	RC_FILE	= ../QTfrontend/res/hedgewars.rc
     9 }
     9 }
    10 
    10 
    11 QT += network
    11 QT += network
    12 
    12 
    13 HEADERS += ../QTfrontend/KB.h ../QTfrontend/SDLs.h
    13 HEADERS += ../QTfrontend/KB.h ../QTfrontend/SDLs.h \
    14 	../QTfrontend/SquareLabel.h ../QTfrontend/about.h
    14 	../QTfrontend/SquareLabel.h ../QTfrontend/about.h \
    15 	../QTfrontend/ammoSchemeModel.h ../QTfrontend/bgwidget.h
    15 	../QTfrontend/ammoSchemeModel.h ../QTfrontend/bgwidget.h \
    16 	../QTfrontend/binds.h ../QTfrontend/chatwidget.h
    16 	../QTfrontend/binds.h ../QTfrontend/chatwidget.h \
    17 	../QTfrontend/fpsedit.h ../QTfrontend/frameTeam.h
    17 	../QTfrontend/fpsedit.h ../QTfrontend/frameTeam.h \
    18 	../QTfrontend/game.h ../QTfrontend/gamecfgwidget.h
    18 	../QTfrontend/game.h ../QTfrontend/gamecfgwidget.h \
    19 	../QTfrontend/gameuiconfig.h ../QTfrontend/hats.h
    19 	../QTfrontend/gameuiconfig.h ../QTfrontend/hats.h \
    20 	../QTfrontend/hedgehogerWidget.h ../QTfrontend/hwconsts.h
    20 	../QTfrontend/hedgehogerWidget.h ../QTfrontend/hwconsts.h \
    21 	../QTfrontend/hwform.h ../QTfrontend/hwmap.h
    21 	../QTfrontend/hwform.h ../QTfrontend/hwmap.h \
    22 	../QTfrontend/igbox.h ../QTfrontend/input_ip.h
    22 	../QTfrontend/igbox.h ../QTfrontend/input_ip.h \
    23 	../QTfrontend/itemNum.h ../QTfrontend/mapContainer.h
    23 	../QTfrontend/itemNum.h ../QTfrontend/mapContainer.h \
    24 	../QTfrontend/misc.h ../QTfrontend/namegen.h
    24 	../QTfrontend/misc.h ../QTfrontend/namegen.h \
    25 	../QTfrontend/netregister.h ../QTfrontend/netserver.h
    25 	../QTfrontend/netregister.h ../QTfrontend/netserver.h \
    26 	../QTfrontend/netserverslist.h ../QTfrontend/netudpserver.h
    26 	../QTfrontend/netserverslist.h ../QTfrontend/netudpserver.h \
    27 	../QTfrontend/netudpwidget.h ../QTfrontend/newnetclient.h
    27 	../QTfrontend/netudpwidget.h ../QTfrontend/newnetclient.h \
    28 	../QTfrontend/pages.h ../QTfrontend/playrecordpage.h
    28 	../QTfrontend/pages.h ../QTfrontend/playrecordpage.h \
    29 	../QTfrontend/predefteams.h ../QTfrontend/proto.h
    29 	../QTfrontend/predefteams.h ../QTfrontend/proto.h \
    30 	../QTfrontend/sdlkeys.h ../QTfrontend/selectWeapon.h
    30 	../QTfrontend/sdlkeys.h ../QTfrontend/selectWeapon.h \
    31 	../QTfrontend/statsPage.h ../QTfrontend/tcpBase.h
    31 	../QTfrontend/statsPage.h ../QTfrontend/tcpBase.h \
    32 	../QTfrontend/team.h ../QTfrontend/teamselect.h
    32 	../QTfrontend/team.h ../QTfrontend/teamselect.h \
    33 	../QTfrontend/teamselhelper.h ../QTfrontend/togglebutton.h
    33 	../QTfrontend/teamselhelper.h ../QTfrontend/togglebutton.h \
    34 	../QTfrontend/ui_hwform.h ../QTfrontend/vertScrollArea.h
    34 	../QTfrontend/ui_hwform.h ../QTfrontend/vertScrollArea.h \
    35 	../QTfrontend/weaponItem.h 
    35 	../QTfrontend/weaponItem.h 
    36 
    36 
    37 SOURCES += ../QTfrontend/SDLs.cpp ../QTfrontend/SquareLabel.cpp \
    37 SOURCES += ../QTfrontend/SDLs.cpp ../QTfrontend/SquareLabel.cpp \
    38 	../QTfrontend/about.cpp ../QTfrontend/ammoSchemeModel.cpp \
    38 	../QTfrontend/about.cpp ../QTfrontend/ammoSchemeModel.cpp \
    39 	../QTfrontend/bgwidget.cpp ../QTfrontend/binds.cpp \
    39 	../QTfrontend/bgwidget.cpp ../QTfrontend/binds.cpp \