mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Install qxtweb-standalone.dll on windows
This commit is contained in:
@@ -79,6 +79,11 @@ IF(WIN32)
|
|||||||
${headers}
|
${headers}
|
||||||
${sources}
|
${sources}
|
||||||
)
|
)
|
||||||
|
INSTALL( TARGETS qxtweb-standalone
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
)
|
||||||
ELSE()
|
ELSE()
|
||||||
ADD_LIBRARY(qxtweb-standalone STATIC
|
ADD_LIBRARY(qxtweb-standalone STATIC
|
||||||
${mocstuff}
|
${mocstuff}
|
||||||
|
Reference in New Issue
Block a user