QTfrontend/CMakeLists.txt
changeset 1881 9b62d68c7b92
parent 1878 b3b277d2b891
child 1904 20348675b015
equal deleted inserted replaced
1880:b12b4dc2f080 1881:9b62d68c7b92
    80 	input_ip.cpp
    80 	input_ip.cpp
    81 	igbox.cpp
    81 	igbox.cpp
    82 	weaponItem.cpp
    82 	weaponItem.cpp
    83 	statsPage.cpp
    83 	statsPage.cpp
    84 	misc.cpp
    84 	misc.cpp
       
    85 	ammoSchemeModel.cpp
    85 	)
    86 	)
    86 
    87 
    87 if(MINGW)
    88 if(MINGW)
    88 	# resource compilation for mingw
    89 	# resource compilation for mingw
    89 	add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o
    90 	add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o
   128 	input_ip.h
   129 	input_ip.h
   129 	igbox.h
   130 	igbox.h
   130 	weaponItem.h
   131 	weaponItem.h
   131 	statsPage.h
   132 	statsPage.h
   132 	misc.h
   133 	misc.h
       
   134 	ammoSchemeModel.h
   133 	)
   135 	)
   134 
   136 
   135 set(hwfr_hdrs
   137 set(hwfr_hdrs
   136 	binds.h
   138 	binds.h
   137 	ui_hwform.h
   139 	ui_hwform.h