Merge with develop
This commit is contained in:
commit
6ac8c6abdb
2 changed files with 3 additions and 1 deletions
|
@ -119,6 +119,8 @@
|
||||||
STRUCT_VECT - 'i' is the vector index during all read and write operations
|
STRUCT_VECT - 'i' is the vector index during all read and write operations
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
#ifndef PERSISTENT_CLASS
|
#ifndef PERSISTENT_CLASS
|
||||||
#error PERSISTENT_CLASS not defined
|
#error PERSISTENT_CLASS not defined
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -68,5 +68,5 @@ IF(WITH_PCH)
|
||||||
ADD_NATIVE_PRECOMPILED_HEADER(ryzom_configuration_qt ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.h ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.cpp)
|
ADD_NATIVE_PRECOMPILED_HEADER(ryzom_configuration_qt ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.h ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.cpp)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
INSTALL(TARGETS ryzom_configuration_qt RUNTIME DESTINATION games COMPONENT client BUNDLE DESTINATION /Applications)
|
INSTALL(TARGETS ryzom_configuration_qt RUNTIME DESTINATION ${RYZOM_GAMES_PREFIX} COMPONENT client BUNDLE DESTINATION /Applications)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue