1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +02:00

Install qxtweb-standalone.dll on windows

This commit is contained in:
Dominik Schmidt
2011-05-26 22:52:24 +02:00
parent 39549f776b
commit 2be3e93d39

View File

@@ -79,6 +79,11 @@ IF(WIN32)
${headers}
${sources}
)
INSTALL( TARGETS qxtweb-standalone
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
ELSE()
ADD_LIBRARY(qxtweb-standalone STATIC
${mocstuff}