4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 19:19:33 +00:00

more win32 fixes

svn path=/trunk/kdesupport/qca/; revision=712894
This commit is contained in:
Christian Ehrlicher 2007-09-15 16:01:02 +00:00
parent f02bbb1667
commit 9ac3664f76

@ -148,9 +148,8 @@ endif(APPLE)
set_target_properties(qca PROPERTIES VERSION ${QCA_LIB_MAJOR_VERSION}.${QCA_LIB_MINOR_VERSION}.${QCA_LIB_PATCH_VERSION} SOVERSION ${QCA_LIB_MAJOR_VERSION} )
INSTALL(TARGETS qca DESTINATION ${LIB_INSTALL_DIR})
INSTALL(TARGETS qca
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
RUNTIME DESTINATION bin
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
)