We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64591f4 commit 60a57d8Copy full SHA for 60a57d8
src/CMakeLists.txt
@@ -17,7 +17,7 @@ add_library(qhttpserver SHARED ${qhttpserver_LIB_SRCS})
17
18
target_link_libraries(qhttpserver ${Qt5_LIBRARIES})
19
20
-install(TARGETS qhttpserver DESTINATION lib)
+install(TARGETS qhttpserver DESTINATION ${LIB_INSTALL_DIR})
21
22
########### install files ###############
23
install(FILES
0 commit comments