QTfrontend/CMakeLists.txt
changeset 239 f9adf3c73bed
parent 224 d1a7490add18
child 241 cae2924bb1ab
equal deleted inserted replaced
238:85949b945906 239:f9adf3c73bed
    28 	SquareLabel.cpp
    28 	SquareLabel.cpp
    29 	hedgehogerWidget.cpp
    29 	hedgehogerWidget.cpp
    30 	hwmap.cpp
    30 	hwmap.cpp
    31 	mapContainer.cpp
    31 	mapContainer.cpp
    32 	tcpBase.cpp
    32 	tcpBase.cpp
    33 	about.cpp)
    33 	about.cpp
       
    34 	proto.cpp)
    34 
    35 
    35 if (WIN32)
    36 if (WIN32)
    36 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    37 	set(hwfr_src ${hwfr_src} res/hedgewars.rc)
    37 endif (WIN32)
    38 endif (WIN32)
    38 
    39 
    54 	hedgehogerWidget.h
    55 	hedgehogerWidget.h
    55 	hwmap.h
    56 	hwmap.h
    56 	mapContainer.h
    57 	mapContainer.h
    57 	tcpBase.h
    58 	tcpBase.h
    58 	about.h
    59 	about.h
    59 	KB.h)
    60 	KB.h
       
    61 	proto.h)
    60 
    62 
    61 
    63 
    62 set(hwfr_rez
    64 set(hwfr_rez
    63 	hedgewars.qrc)
    65 	hedgewars.qrc)
    64 
    66