project_files/hedgewars.pro
changeset 7897 5e7c0810f365
parent 7799 a88a02c19a5b
child 7928 88fde28bbda6
child 7982 dfba2515d601
equal deleted inserted replaced
7896:67217e6108fd 7897:5e7c0810f365
    97     ../QTfrontend/model/roomslistmodel.h \
    97     ../QTfrontend/model/roomslistmodel.h \
    98     ../QTfrontend/ui/dialog/input_password.h \
    98     ../QTfrontend/ui/dialog/input_password.h \
    99     ../QTfrontend/ui/widget/colorwidget.h \
    99     ../QTfrontend/ui/widget/colorwidget.h \
   100     ../QTfrontend/model/HatModel.h \
   100     ../QTfrontend/model/HatModel.h \
   101     ../QTfrontend/model/GameStyleModel.h \
   101     ../QTfrontend/model/GameStyleModel.h \
   102     ../QTfrontend/util/libav_iteraction.h \
       
   103     ../QTfrontend/ui/page/pagevideos.h \
   102     ../QTfrontend/ui/page/pagevideos.h \
   104     ../QTfrontend/net/recorder.h \
   103     ../QTfrontend/net/recorder.h \
   105     ../QTfrontend/ui/dialog/ask_quit.h \
   104     ../QTfrontend/ui/dialog/ask_quit.h \
   106     ../QTfrontend/ui/dialog/upload_video.h \
   105     ../QTfrontend/ui/dialog/upload_video.h \
   107     ../QTfrontend/campaign.h \
   106     ../QTfrontend/campaign.h \
   108     ../QTfrontend/model/playerslistmodel.h
   107     ../QTfrontend/model/playerslistmodel.h \
       
   108     ../QTfrontend/util/LibavInteraction.h
   109 
   109 
   110 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   110 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   111     ../QTfrontend/model/MapModel.cpp \
   111     ../QTfrontend/model/MapModel.cpp \
   112     ../QTfrontend/model/ThemeModel.cpp \
   112     ../QTfrontend/model/ThemeModel.cpp \
   113     ../QTfrontend/model/netserverslist.cpp \
   113     ../QTfrontend/model/netserverslist.cpp \
   186     ../QTfrontend/model/roomslistmodel.cpp \
   186     ../QTfrontend/model/roomslistmodel.cpp \
   187     ../QTfrontend/ui/dialog/input_password.cpp \
   187     ../QTfrontend/ui/dialog/input_password.cpp \
   188     ../QTfrontend/ui/widget/colorwidget.cpp \
   188     ../QTfrontend/ui/widget/colorwidget.cpp \
   189     ../QTfrontend/model/HatModel.cpp \
   189     ../QTfrontend/model/HatModel.cpp \
   190     ../QTfrontend/model/GameStyleModel.cpp \
   190     ../QTfrontend/model/GameStyleModel.cpp \
   191     ../QTfrontend/util/libav_iteraction.cpp \
       
   192     ../QTfrontend/ui/page/pagevideos.cpp \
   191     ../QTfrontend/ui/page/pagevideos.cpp \
   193     ../QTfrontend/net/recorder.cpp \
   192     ../QTfrontend/net/recorder.cpp \
   194     ../QTfrontend/ui/dialog/ask_quit.cpp \
   193     ../QTfrontend/ui/dialog/ask_quit.cpp \
   195     ../QTfrontend/ui/dialog/upload_video.cpp \
   194     ../QTfrontend/ui/dialog/upload_video.cpp \
   196     ../QTfrontend/campaign.cpp \
   195     ../QTfrontend/campaign.cpp \
   197     ../QTfrontend/model/playerslistmodel.cpp
   196     ../QTfrontend/model/playerslistmodel.cpp \
       
   197     ../QTfrontend/util/LibavInteraction.cpp
   198 
   198 
   199 
   199 
   200 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \
   200 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \
   201     ../share/hedgewars/Data/Locale/hedgewars_bg.ts \
   201     ../share/hedgewars/Data/Locale/hedgewars_bg.ts \
   202     ../share/hedgewars/Data/Locale/hedgewars_cs.ts \
   202     ../share/hedgewars/Data/Locale/hedgewars_cs.ts \