project_files/hedgewars.pro
changeset 6732 c906dc78091f
parent 6677 6b7560b37eef
child 6910 ea058558c68b
equal deleted inserted replaced
6731:ddd391083f50 6732:c906dc78091f
    97     ../QTfrontend/hwconsts.h \
    97     ../QTfrontend/hwconsts.h \
    98     ../QTfrontend/sdlkeys.h \
    98     ../QTfrontend/sdlkeys.h \
    99     ../QTfrontend/ui/mouseoverfilter.h \
    99     ../QTfrontend/ui/mouseoverfilter.h \
   100     ../QTfrontend/ui/qpushbuttonwithsound.h \
   100     ../QTfrontend/ui/qpushbuttonwithsound.h \
   101     ../QTfrontend/ui/widget/qpushbuttonwithsound.h \
   101     ../QTfrontend/ui/widget/qpushbuttonwithsound.h \
   102     ../QTfrontend/ui/page/pagefeedback.h
   102     ../QTfrontend/ui/page/pagefeedback.h \
       
   103     ../QTfrontend/model/roomslistmodel.h
   103 
   104 
   104 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   105 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   105     ../QTfrontend/model/themesmodel.cpp \
   106     ../QTfrontend/model/themesmodel.cpp \
   106     ../QTfrontend/model/hats.cpp \
   107     ../QTfrontend/model/hats.cpp \
   107     ../QTfrontend/model/netserverslist.cpp \
   108     ../QTfrontend/model/netserverslist.cpp \
   174     ../QTfrontend/team.cpp \
   175     ../QTfrontend/team.cpp \
   175     ../QTfrontend/ui_hwform.cpp \
   176     ../QTfrontend/ui_hwform.cpp \
   176     ../QTfrontend/hwconsts.cpp \
   177     ../QTfrontend/hwconsts.cpp \
   177     ../QTfrontend/ui/mouseoverfilter.cpp \
   178     ../QTfrontend/ui/mouseoverfilter.cpp \
   178     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   179     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   179     ../QTfrontend/ui/page/pagefeedback.cpp
   180     ../QTfrontend/ui/page/pagefeedback.cpp \
       
   181     ../QTfrontend/model/roomslistmodel.cpp
   180 
   182 
   181 win32 {
   183 win32 {
   182     SOURCES += ../QTfrontend/xfire.cpp
   184     SOURCES += ../QTfrontend/xfire.cpp
   183 }
   185 }
   184 
   186