project_files/hedgewars.pro
changeset 6574 ec059b55aa72
parent 6572 0d0af531c1c7
child 6575 b92d7c144038
equal deleted inserted replaced
6573:632fa142c2cf 6574:ec059b55aa72
    14 INCLUDEPATH += ../misc/quazip/
    14 INCLUDEPATH += ../misc/quazip/
    15 
    15 
    16 DESTDIR = .
    16 DESTDIR = .
    17 
    17 
    18 win32 {
    18 win32 {
    19 	RC_FILE	= ../QTfrontend/res/hedgewars.rc
    19         RC_FILE	= ../QTfrontend/hedgewars.rc
    20 }
    20 }
    21 
    21 
    22 QT += network
    22 QT += network
    23 QT += webkit
    23 QT += webkit
    24 
    24 
    96 	../QTfrontend/KB.h \
    96 	../QTfrontend/KB.h \
    97     ../QTfrontend/hwconsts.h \
    97     ../QTfrontend/hwconsts.h \
    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 
   103 
   103 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   104 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   104     ../QTfrontend/model/themesmodel.cpp \
   105     ../QTfrontend/model/themesmodel.cpp \
   105     ../QTfrontend/model/hats.cpp \
   106     ../QTfrontend/model/hats.cpp \
   106     ../QTfrontend/model/netserverslist.cpp \
   107     ../QTfrontend/model/netserverslist.cpp \
   172     ../QTfrontend/util/SDLInteraction.cpp \
   173     ../QTfrontend/util/SDLInteraction.cpp \
   173     ../QTfrontend/team.cpp \
   174     ../QTfrontend/team.cpp \
   174     ../QTfrontend/ui_hwform.cpp \
   175     ../QTfrontend/ui_hwform.cpp \
   175     ../QTfrontend/hwconsts.cpp \
   176     ../QTfrontend/hwconsts.cpp \
   176     ../QTfrontend/ui/mouseoverfilter.cpp \
   177     ../QTfrontend/ui/mouseoverfilter.cpp \
   177     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp
   178     ../QTfrontend/ui/mouseoverfilter.cpp \
       
   179     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
       
   180     ../QTfrontend/ui/page/pagefeedback.cpp
   178 
   181 
   179 win32 {
   182 win32 {
   180 	SOURCES += ../QTfrontend/xfire.cpp
   183 	SOURCES += ../QTfrontend/xfire.cpp
   181 }
   184 }
   182 
   185