hedgewars/config.inc.in
branchflibqtfrontend
changeset 8363 0b4ac686fc44
parent 8316 89232b2fa1d6
child 8615 a4cb6168016e
equal deleted inserted replaced
8306:50fe80adbfcb 8363:0b4ac686fc44
    22  * based on the contents of config.inc.in
    22  * based on the contents of config.inc.in
    23  *)
    23  *)
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    25       cVersionString = '${HEDGEWARS_VERSION}';
    25       cVersionString = '${HEDGEWARS_VERSION}';
    26       cLuaLibrary = '${LUA_LIBRARY}';
    26       cLuaLibrary = '${LUA_LIBRARY}';
       
    27       cDefaultPathPrefix = '${CMAKE_INSTALL_PREFIX}/${SHAREPATH}/Data';