diff -r 389e8b286afe -r 67815ee123d7 QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Wed Feb 17 17:38:32 2010 +0000 +++ b/QTfrontend/CMakeLists.txt Wed Feb 17 19:50:22 2010 +0000 @@ -89,6 +89,11 @@ bgwidget.cpp ) +#xfire integration +if(WIN32) + set(hwfr_src ${hwfr_src} xfire.cpp xfiregameclient.cpp) +endif(WIN32) + if(MINGW) # resource compilation for mingw add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o