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