project_files/hedgewars.pro
changeset 7628 bc7b1d228a2c
parent 7447 01111960a48d
child 7639 41e6de947531
equal deleted inserted replaced
7533:7ee319134713 7628:bc7b1d228a2c
   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     ../QTfrontend/ui/dialog/input_password.h \
   105     ../QTfrontend/ui/widget/colorwidget.h \
   105     ../QTfrontend/ui/widget/colorwidget.h \
   106     ../QTfrontend/model/HatModel.h \
   106     ../QTfrontend/model/HatModel.h \
   107     ../QTfrontend/model/GameStyleModel.h
   107     ../QTfrontend/model/GameStyleModel.h \
       
   108     ../QTfrontend/util/libav_iteraction.h \
       
   109     ../QTfrontend/ui/page/pagevideos.h \
       
   110     ../QTfrontend/net/recorder.h \
       
   111     ../QTfrontend/ui/dialog/ask_quit.h \
       
   112     ../QTfrontend/ui/dialog/upload_video.h
   108 
   113 
   109 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   114 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   110     ../QTfrontend/model/MapModel.cpp \
   115     ../QTfrontend/model/MapModel.cpp \
   111     ../QTfrontend/model/ThemeModel.cpp \
   116     ../QTfrontend/model/ThemeModel.cpp \
   112     ../QTfrontend/model/netserverslist.cpp \
   117     ../QTfrontend/model/netserverslist.cpp \
   184     ../QTfrontend/ui/page/pagefeedback.cpp \
   189     ../QTfrontend/ui/page/pagefeedback.cpp \
   185     ../QTfrontend/model/roomslistmodel.cpp \
   190     ../QTfrontend/model/roomslistmodel.cpp \
   186     ../QTfrontend/ui/dialog/input_password.cpp \
   191     ../QTfrontend/ui/dialog/input_password.cpp \
   187     ../QTfrontend/ui/widget/colorwidget.cpp \
   192     ../QTfrontend/ui/widget/colorwidget.cpp \
   188     ../QTfrontend/model/HatModel.cpp \
   193     ../QTfrontend/model/HatModel.cpp \
   189     ../QTfrontend/model/GameStyleModel.cpp
   194     ../QTfrontend/model/GameStyleModel.cpp \
       
   195     ../QTfrontend/util/libav_iteraction.cpp \
       
   196     ../QTfrontend/ui/page/pagevideos.cpp \
       
   197     ../QTfrontend/net/recorder.cpp \
       
   198     ../QTfrontend/ui/dialog/ask_quit.cpp \
       
   199     ../QTfrontend/ui/dialog/upload_video.cpp
   190 
   200 
   191 win32 {
   201 win32 {
   192     SOURCES += ../QTfrontend/xfire.cpp
   202     SOURCES += ../QTfrontend/xfire.cpp
   193 }
   203 }
   194 
   204