Skip to content
Snippets Groups Projects
Commit c4bb187d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

SuperBuild: install qwt dll in bin

parent ac98a24c
No related branches found
No related tags found
1 merge request!3Qt4to5
--- QWT-orig/src/src.pro 2018-04-10 18:10:50.950501905 +0200
+++ QWT/src/src.pro 2018-04-10 18:12:56.391144326 +0200
@@ -25,6 +25,11 @@
CONFIG += dll
win32|symbian: DEFINES += QT_DLL QWT_DLL QWT_MAKEDLL
+
+ win32 {
+ dlltarget.path = $${QWT_INSTALL_BIN}
+ INSTALLS += dlltarget
+ }
}
else {
CONFIG += staticlib
......@@ -20,6 +20,7 @@ QWT_INSTALL_PREFIX = @SB_INSTALL_PREFIX@
QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include
QWT_INSTALL_LIBS = $${QWT_INSTALL_PREFIX}/lib
QWT_INSTALL_BIN = $${QWT_INSTALL_PREFIX}/bin
######################################################################
# Designer plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment