From: Konstantin Kholopov Date: Mon, 13 Aug 2018 14:07:37 +0000 (+0300) Subject: Add Qt5PrintSupport.dll to the list of external QT dlls X-Git-Tag: submit/tizen/20180820.165049^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deccd6b3ab5185dfa9fcc40a3fcb684e3724f83e;p=sdk%2Ftools%2Fheaptrack.git Add Qt5PrintSupport.dll to the list of external QT dlls --- diff --git a/src/heaptrack_gui.pro b/src/heaptrack_gui.pro index a6fea99..25203a0 100644 --- a/src/heaptrack_gui.pro +++ b/src/heaptrack_gui.pro @@ -224,7 +224,8 @@ win32 { $$(QTDIR)/bin/Qt5Gui.dll \ $$(QTDIR)/bin/Qt5OpenGL.dll \ $$(QTDIR)/bin/Qt5Svg.dll \ - $$(QTDIR)/bin/Qt5Widgets.dll + $$(QTDIR)/bin/Qt5Widgets.dll \ + $$(QTDIR)/bin/Qt5PrintSupport.dll QWT_CHART { # ... and qwt.dll EXTRA_BINFILES += $$(QWT_ROOT)/lib/qwt.dll