QTfrontend/CMakeLists.txt
changeset 297 279e10ec31b4
parent 277 04a613bab65c
child 314 83773ccf4f09
equal deleted inserted replaced
296:607912ccc5af 297:279e10ec31b4
    39 	hedgehogerWidget.cpp
    39 	hedgehogerWidget.cpp
    40 	hwmap.cpp
    40 	hwmap.cpp
    41 	mapContainer.cpp
    41 	mapContainer.cpp
    42 	tcpBase.cpp
    42 	tcpBase.cpp
    43 	about.cpp
    43 	about.cpp
    44 	proto.cpp)
    44 	proto.cpp
       
    45 	fpsedit.cpp)
    45 
    46 
    46 if (WIN32)
    47 if (WIN32)
    47 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    48 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    48 endif (WIN32)
    49 endif (WIN32)
    49 
    50 
    66 	hwmap.h
    67 	hwmap.h
    67 	mapContainer.h
    68 	mapContainer.h
    68 	tcpBase.h
    69 	tcpBase.h
    69 	about.h
    70 	about.h
    70 	KB.h
    71 	KB.h
    71 	proto.h)
    72 	proto.h
       
    73 	fpsedit.h)
    72 
    74 
    73 
    75 
    74 set(hwfr_rez
    76 set(hwfr_rez
    75 	hedgewars.qrc)
    77 	hedgewars.qrc)
    76 
    78