File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ SET(KIT_MOC_SRCS
99 qtsoap.h
1010 )
1111
12+ set (KIT_HEADERS
13+ qtsoap.h
14+ QtSoapTypeFactory
15+ QtSoapTypeConstructorBase
16+ QtSoapTypeConstructor
17+ QtSoapType
18+ QtSoapStructIterator
19+ QtSoapStruct
20+ QtSoapSimpleType
21+ QtSoapQName
22+ QtSoapNamespaces
23+ QtSoapMessage
24+ QtSoapHttpTransport
25+ QtSoapArrayIterator
26+ QtSoapArray
27+ )
28+
1229INCLUDE_DIRECTORIES (
1330 ${CMAKE_CURRENT_SOURCE_DIR}
1431 ${CMAKE_CURRENT_BINARY_DIR}
@@ -45,3 +62,13 @@ TARGET_LINK_LIBRARIES(
4562IF ( CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" )
4663 SET_TARGET_PROPERTIES (${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "-fPIC" )
4764ENDIF ( CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" )
65+
66+ install (
67+ TARGETS ${PROJECT_NAME}
68+ EXPORT ${targets_export_name}
69+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
70+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
71+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
72+ )
73+
74+ install (FILES ${KIT_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
You can’t perform that action at this time.
0 commit comments