From 2be3e93d39ee4baead3d4f201b11d98b2523b55c Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 26 May 2011 22:52:24 +0200 Subject: [PATCH] Install qxtweb-standalone.dll on windows --- thirdparty/qxt/qxtweb-standalone/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt b/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt index d29e7b989..1aeb800e9 100644 --- a/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt +++ b/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt @@ -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}