share/hedgewars/Data/misc/CMakeLists.txt
author nemo
Thu, 31 Oct 2013 20:50:20 -0400
changeset 9663 1fa74f92555d
parent 8649 e3a9339ce1fd
child 10459 02e010b64a28
permissions -rw-r--r--
so, lack of this was causing the team area to be too squat. at this point tho, I get the impression qt.css is outright replaced by birthday/christmas. This seems inconvenient, and if so, we should merge in changes to qt.css which has quite a bit more stuff in it


if(UNIX AND NOT APPLE)
    configure_file(hwengine.desktop.in hwengine.desktop)

    file(GLOB miscfiles *.xml *.desktop)

    install(FILES ${miscfiles} DESTINATION ${SHAREPATH}/Data/misc)
endif()