project_files/hedgewars.pro
changeset 6910 ea058558c68b
parent 6732 c906dc78091f
child 6930 d187ea93fc4f
equal deleted inserted replaced
6909:2b9c1228d516 6910:ea058558c68b
    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     ../QTfrontend/model/roomslistmodel.h \
       
   104     ../QTfrontend/ui/dialog/input_password.h
   104 
   105 
   105 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   106 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   106     ../QTfrontend/model/themesmodel.cpp \
   107     ../QTfrontend/model/themesmodel.cpp \
   107     ../QTfrontend/model/hats.cpp \
   108     ../QTfrontend/model/hats.cpp \
   108     ../QTfrontend/model/netserverslist.cpp \
   109     ../QTfrontend/model/netserverslist.cpp \
   176     ../QTfrontend/ui_hwform.cpp \
   177     ../QTfrontend/ui_hwform.cpp \
   177     ../QTfrontend/hwconsts.cpp \
   178     ../QTfrontend/hwconsts.cpp \
   178     ../QTfrontend/ui/mouseoverfilter.cpp \
   179     ../QTfrontend/ui/mouseoverfilter.cpp \
   179     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   180     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   180     ../QTfrontend/ui/page/pagefeedback.cpp \
   181     ../QTfrontend/ui/page/pagefeedback.cpp \
   181     ../QTfrontend/model/roomslistmodel.cpp
   182     ../QTfrontend/model/roomslistmodel.cpp \
       
   183     ../QTfrontend/ui/dialog/input_password.cpp
   182 
   184 
   183 win32 {
   185 win32 {
   184     SOURCES += ../QTfrontend/xfire.cpp
   186     SOURCES += ../QTfrontend/xfire.cpp
   185 }
   187 }
   186 
   188