project_files/hedgewars.pro
changeset 8385 9e8924ff9813
parent 8381 588a8e6e2041
child 8396 5123eac2f9d6
equal deleted inserted replaced
8384:a6e7a95f3b2e 8385:9e8924ff9813
   107     ../QTfrontend/campaign.h \
   107     ../QTfrontend/campaign.h \
   108     ../QTfrontend/model/playerslistmodel.h \
   108     ../QTfrontend/model/playerslistmodel.h \
   109     ../QTfrontend/util/LibavInteraction.h \
   109     ../QTfrontend/util/LibavInteraction.h \
   110     ../QTfrontend/util/FileEngine.h \
   110     ../QTfrontend/util/FileEngine.h \
   111     ../QTfrontend/ui/dialog/bandialog.h \
   111     ../QTfrontend/ui/dialog/bandialog.h \
   112     ../QTfrontend/ui/widget/keybinder.h
   112     ../QTfrontend/ui/widget/keybinder.h \
       
   113     ../QTfrontend/ui/widget/seedprompt.h \
       
   114     ../QTfrontend/ui/widget/themeprompt.h \
       
   115     ../QTfrontend/ui/widget/hatbutton.h \
       
   116     ../QTfrontend/util/MessageDialog.h \
       
   117     ../QTfrontend/ui/widget/hatprompt.h \
       
   118     ../QTfrontend/ui/widget/feedbackdialog.h \
       
   119     ../QTfrontend/ui/widget/flowlayout.h \
       
   120     ../QTfrontend/ui/widget/lineeditcursor.h
   113 
   121 
   114 
   122 
   115 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   123 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   116     ../QTfrontend/model/MapModel.cpp \
   124     ../QTfrontend/model/MapModel.cpp \
   117     ../QTfrontend/model/ThemeModel.cpp \
   125     ../QTfrontend/model/ThemeModel.cpp \
   184     ../QTfrontend/team.cpp \
   192     ../QTfrontend/team.cpp \
   185     ../QTfrontend/ui_hwform.cpp \
   193     ../QTfrontend/ui_hwform.cpp \
   186     ../QTfrontend/hwconsts.cpp \
   194     ../QTfrontend/hwconsts.cpp \
   187     ../QTfrontend/ui/mouseoverfilter.cpp \
   195     ../QTfrontend/ui/mouseoverfilter.cpp \
   188     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   196     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   189     ../QTfrontend/ui/page/pagefeedback.cpp \
       
   190     ../QTfrontend/model/roomslistmodel.cpp \
   197     ../QTfrontend/model/roomslistmodel.cpp \
   191     ../QTfrontend/ui/dialog/input_password.cpp \
   198     ../QTfrontend/ui/dialog/input_password.cpp \
   192     ../QTfrontend/ui/widget/colorwidget.cpp \
   199     ../QTfrontend/ui/widget/colorwidget.cpp \
   193     ../QTfrontend/ui/widget/hatbutton.cpp \
   200     ../QTfrontend/ui/widget/hatbutton.cpp \
   194     ../QTfrontend/ui/widget/hatprompt.cpp \
   201     ../QTfrontend/ui/widget/hatprompt.cpp \
   201     ../QTfrontend/campaign.cpp \
   208     ../QTfrontend/campaign.cpp \
   202     ../QTfrontend/model/playerslistmodel.cpp \
   209     ../QTfrontend/model/playerslistmodel.cpp \
   203     ../QTfrontend/util/LibavInteraction.cpp \
   210     ../QTfrontend/util/LibavInteraction.cpp \
   204     ../QTfrontend/util/FileEngine.cpp \
   211     ../QTfrontend/util/FileEngine.cpp \
   205     ../QTfrontend/ui/dialog/bandialog.cpp \
   212     ../QTfrontend/ui/dialog/bandialog.cpp \
   206     ../QTfrontend/ui/widget/keybinder.cpp
   213     ../QTfrontend/ui/widget/keybinder.cpp \
       
   214     ../QTfrontend/ui/widget/seedprompt.cpp \
       
   215     ../QTfrontend/ui/widget/themeprompt.cpp \
       
   216     ../QTfrontend/util/MessageDialog.cpp \
       
   217     ../QTfrontend/ui/widget/feedbackdialog.cpp \
       
   218     ../QTfrontend/ui/widget/flowlayout.cpp \
       
   219     ../QTfrontend/ui/widget/lineeditcursor.cpp
   207 
   220 
   208 
   221 
   209 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \
   222 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \
   210     ../share/hedgewars/Data/Locale/hedgewars_bg.ts \
   223     ../share/hedgewars/Data/Locale/hedgewars_bg.ts \
   211     ../share/hedgewars/Data/Locale/hedgewars_cs.ts \
   224     ../share/hedgewars/Data/Locale/hedgewars_cs.ts \
   267     LIBS += -lSDL -lSDL_mixer -lSDL_net
   280     LIBS += -lSDL -lSDL_mixer -lSDL_net
   268     !win32 {
   281     !win32 {
   269         INCLUDEPATH += /usr/local/include/SDL /usr/include/SDL
   282         INCLUDEPATH += /usr/local/include/SDL /usr/include/SDL
   270     }
   283     }
   271 }
   284 }
   272 
       
   273 FORMS +=