Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] qwt/6.1.6: Fails to build with "shared" option on Windows #7222

Closed
kenfred opened this issue Sep 8, 2021 · 4 comments
Closed

[package] qwt/6.1.6: Fails to build with "shared" option on Windows #7222

kenfred opened this issue Sep 8, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@kenfred
Copy link
Contributor

kenfred commented Sep 8, 2021

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: qwt/6.1.6
  • Operating System+version: Windows 10
  • Compiler+version: MSVC 15
  • Conan version: conan 1.39.0
  • Python version: Python 3.9.6

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=Visual Studio
compiler.runtime=MDd
compiler.version=15
os=Windows
os_build=Windows
[options]
shared=True
[build_requires]
[env]

Steps to reproduce (Include if Applicable)

Run:

conan install qwt/6.1.6@ -sbuild_type=Debug -scompiler.version=15 -oshared=True --build qwt

will fail with:

Creating library ..\lib\qwtd.lib and object ..\lib\qwtd.exp
MSVCRTD.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)
..\lib\qwtd.dll : fatal error LNK1120: 1 unresolved externals

Doing the same with Release build type will result in a similar error:

Creating library ..\lib\qwt.lib and object ..\lib\qwt.exp
MSVCRT.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function "int __cdecl __scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ)
..\lib\qwt.dll : fatal error LNK1120: 1 unresolved externals

Logs (Include/Attach if Applicable)

Click to expand log
$ conan install qwt/6.1.6@ -sbuild_type=Debug -scompiler.version=15 -oshared=True --build qwt
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=Visual Studio
compiler.runtime=MDd
compiler.version=15
os=Windows
os_build=Windows
[options]
shared=True
[build_requires]
[env]

qwt/6.1.6: Forced build from source
Installing package: qwt/6.1.6
Requirements
    brotli/1.0.9 from 'nxc' - Cache
    bzip2/1.0.8 from 'conancenter' - Cache
    double-conversion/3.1.5 from 'nxc' - Cache
    freetype/2.10.4 from 'nxc' - Cache
    libjpeg/9d from 'nxc' - Cache
    libpng/1.6.37 from 'nxc' - Cache
    libpq/13.2 from 'nxc' - Cache
    opengl/system from 'nxc' - Cache
    openssl/1.1.1k from local cache - Cache
    pcre2/10.37 from local cache - Cache
    qt/5.15.2 from 'conancenter' - Cache
    qwt/6.1.6 from 'conancenter' - Cache
    sqlite3/3.36.0 from 'nxc' - Cache
    zlib/1.2.11 from 'nxc' - Cache
    zstd/1.5.0 from 'nxc' - Cache
Packages
    brotli/1.0.9:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
    bzip2/1.0.8:5c382ca84120276840c8074ab1851697636fb8ae - Cache
    double-conversion/3.1.5:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
    freetype/2.10.4:2f64248b9c0673cf411b59674166e24769e8750d - Cache
    libjpeg/9d:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
    libpng/1.6.37:009a50ddeb47afbc9361cbc63650560c127e1234 - Cache
    libpq/13.2:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
    opengl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
    openssl/1.1.1k:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
    pcre2/10.37:a7c8048785c8c48bf53b1282289fd5358d2ef966 - Cache
    qt/5.15.2:664e4f3a7af4b83cc0031875e0366fd0392dcf71 - Cache
    qwt/6.1.6:50774a6291ce11087a32fb645d734fb6679ad0a2 - Build
    sqlite3/3.36.0:84936584eed520b689dac79a0a33b794b8d441a1 - Cache
    zlib/1.2.11:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
    zstd/1.5.0:8cf01e2f50fcd6b63525e70584df0326550364e1 - Cache
Build requirements
    jom/1.1.3 from 'conancenter' - Cache
Build requirements packages
    jom/1.1.3:3475bd55b91ae904ac96fde0f106a136ab951a5e - Cache

Installing (downloading, building) binaries...
brotli/1.0.9: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
bzip2/1.0.8: Already installed!
bzip2/1.0.8: Appending PATH environment variable: C:\Users\kfred\.conan\data\bzip2\1.0.8\_\_\package\5c382ca84120276840c8074ab1851697636fb8ae\bin
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
double-conversion/3.1.5: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
jom/1.1.3: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
jom/1.1.3: WARN: Lib folder doesn't exist, can't collect libraries: C:\Users\kfred\.conan\data\jom\1.1.3\_\_\package\3475bd55b91ae904ac96fde0f106a136ab951a5e\lib
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
libjpeg/9d: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
libpq/13.2: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
opengl/system: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
openssl/1.1.1k: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
sqlite3/3.36.0: Already installed!
sqlite3/3.36.0: Appending PATH env var with : C:\Users\kfred\.conan\data\sqlite3\3.36.0\_\_\package\84936584eed520b689dac79a0a33b794b8d441a1\bin
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
zlib/1.2.11: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
zstd/1.5.0: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
libpng/1.6.37: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
pcre2/10.37: Already installed!
pcre2/10.37: Appending PATH environment variable: C:\Users\kfred\.conan\data\pcre2\10.37\_\_\package\a7c8048785c8c48bf53b1282289fd5358d2ef966\bin
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
freetype/2.10.4: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
qt/5.15.2: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
qwt/6.1.6: Applying build-requirement: jom/1.1.3
qwt/6.1.6: WARN: Build folder is dirty, removing it: C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2
qwt/6.1.6: Copying sources to build folder
qwt/6.1.6: Building your package in C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2
qwt/6.1.6: Generator qmake created conanbuildinfo.pri
qwt/6.1.6: Aggregating env generators
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
qwt/6.1.6: Calling build()
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.9.36
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Info: creating stash file C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\.qmake.stash
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.9.36
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

jom 1.1.3 - empower your cores

        cd src\ && ( if not exist Makefile C:\.conan\1453fa\1\bin\qmake.exe -o Makefile C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\source_subfolder\src\src.pro ) && C:\Users\kfred\.conan\data\jom\1.1.3\_\_\package\3475bd55b91ae904ac96fde0f106a136ab951a5e\bin\jom.exe -f Makefile
qwt_abstract_scale_draw.cpp
qwt_clipper.cpp
qwt_color_map.cpp
qwt_column_symbol.cpp
qwt_date.cpp
qwt_date_scale_draw.cpp
qwt_date_scale_engine.cpp
qwt_dyngrid_layout.cpp
qwt_event_pattern.cpp
qwt_graphic.cpp
qwt_interval.cpp
qwt_interval_symbol.cpp
qwt_scale_div.cpp
qwt_scale_draw.cpp
qwt_scale_map.cpp
qwt_spline.cpp
qwt_scale_engine.cpp
qwt_symbol.cpp
qwt_system_clock.cpp
qwt_text_engine.cpp
qwt_text_label.cpp
qwt_text.cpp
qwt_transform.cpp
qwt_widget_overlay.cpp
Generating Code...
qwt_math.cpp
qwt_magnifier.cpp
qwt_null_paintdevice.cpp
qwt_painter.cpp
qwt_painter_command.cpp
qwt_panner.cpp
qwt_picker.cpp
qwt_picker_machine.cpp
qwt_pixel_matrix.cpp
qwt_point_3d.cpp
qwt_point_polar.cpp
qwt_round_scale_draw.cpp
Generating Code...
generating moc/moc_predefs.h
Generating Code...
moc ..\source_subfolder\src\qwt_dyngrid_layout.h 
qwtd_plugin_import.cpp
qwt_curve_fitter.cpp
qwt_abstract_legend.cpp
qwt_legend.cpp
qwt_legend_data.cpp
qwt_legend_label.cpp
qwt_plot.cpp
qwt_plot_renderer.cpp
qwt_plot_xml.cpp
qwt_plot_axis.cpp
qwt_plot_curve.cpp
..\source_subfolder\src\qwt_plot_curve.cpp(358): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_curve.cpp(360): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_curve.cpp(408): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
qwt_plot_dict.cpp
qwt_plot_grid.cpp
qwt_plot_histogram.cpp
..\source_subfolder\src\qwt_plot_histogram.cpp(343): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
qwt_plot_item.cpp
qwt_plot_abstract_barchart.cpp
qwt_plot_barchart.cpp
..\source_subfolder\src\qwt_plot_barchart.cpp(223): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_barchart.cpp(401): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_barchart.cpp(408): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
qwt_plot_multi_barchart.cpp
..\source_subfolder\src\qwt_plot_multi_barchart.cpp(375): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
qwt_plot_intervalcurve.cpp
..\source_subfolder\src\qwt_plot_intervalcurve.cpp(325): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_intervalcurve.cpp(378): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_intervalcurve.cpp(454): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_intervalcurve.cpp(459): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_intervalcurve.cpp(466): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_plot_intervalcurve.cpp(467): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
qwt_plot_zoneitem.cpp
qwt_plot_tradingcurve.cpp
..\source_subfolder\src\qwt_plot_tradingcurve.cpp(389): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
qwt_plot_spectrogram.cpp
qwt_plot_spectrocurve.cpp
qwt_plot_legenditem.cpp
qwt_plot_seriesitem.cpp
qwt_plot_shapeitem.cpp
qwt_plot_marker.cpp
qwt_plot_textlabel.cpp
qwt_plot_layout.cpp
qwt_plot_canvas.cpp
qwt_plot_panner.cpp
qwt_plot_rasteritem.cpp
qwt_plot_picker.cpp
qwt_plot_zoomer.cpp
qwt_plot_rescaler.cpp
qwt_point_mapper.cpp
qwt_raster_data.cpp
qwt_matrix_raster_data.cpp
qwt_sampling_thread.cpp
qwt_series_data.cpp
..\source_subfolder\src\qwt_series_data.cpp(82): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_series_data.cpp(128): note: see reference to function template instantiation 'QRectF qwtBoundingRectT<QPointF>(const QwtSeriesData<T> &,int,int)' being compiled
        with
        [
            T=QPointF
        ]
qwt_point_data.cpp
..\source_subfolder\src\qwt_point_data.cpp(40): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_point_data.cpp(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\source_subfolder\src\qwt_point_data.cpp(276): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data
qwt_scale_widget.cpp
qwt_plot_glcanvas.cpp
qwt_abstract_slider.cpp
qwt_abstract_scale.cpp
qwt_analog_clock.cpp
qwt_compass.cpp
qwt_compass_rose.cpp
qwt_counter.cpp
qwt_dial.cpp
qwt_dial_needle.cpp
qwt_knob.cpp
qwt_slider.cpp
qwt_thermo.cpp
qwt_wheel.cpp
Generating Code...
moc ..\source_subfolder\src\qwt_magnifier.h 
moc ..\source_subfolder\src\qwt_panner.h 
qwt_plot_directpainter.cpp
moc ..\source_subfolder\src\qwt_picker.h 
moc ..\source_subfolder\src\qwt_text_label.h 
moc ..\source_subfolder\src\qwt_abstract_legend.h 
..\source_subfolder\src\qwt_plot_spectrocurve.cpp(244): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
qwt_arrow_button.cpp
moc ..\source_subfolder\src\qwt_legend.h 
qwt_plot_magnifier.cpp
qwt_plot_scaleitem.cpp
moc ..\source_subfolder\src\qwt_legend_label.h 
moc ..\source_subfolder\src\qwt_plot.h 
moc ..\source_subfolder\src\qwt_plot_canvas.h 
moc ..\source_subfolder\src\qwt_plot_renderer.h 
Generating Code...
moc ..\source_subfolder\src\qwt_plot_panner.h 
moc ..\source_subfolder\src\qwt_plot_picker.h 
moc ..\source_subfolder\src\qwt_plot_zoomer.h 
moc ..\source_subfolder\src\qwt_plot_magnifier.h 
moc ..\source_subfolder\src\qwt_sampling_thread.h 
Generating Code...
Generating Code...
Generating Code...
moc ..\source_subfolder\src\qwt_scale_widget.h 
moc ..\source_subfolder\src\qwt_plot_glcanvas.h 
moc ..\source_subfolder\src\qwt_abstract_slider.h 
moc ..\source_subfolder\src\qwt_abstract_scale.h 
moc ..\source_subfolder\src\qwt_analog_clock.h 
moc ..\source_subfolder\src\qwt_compass.h 
moc ..\source_subfolder\src\qwt_counter.h 
moc ..\source_subfolder\src\qwt_dial.h 
moc ..\source_subfolder\src\qwt_knob.h 
moc ..\source_subfolder\src\qwt_slider.h 
moc ..\source_subfolder\src\qwt_thermo.h 
moc ..\source_subfolder\src\qwt_wheel.h 
moc_qwt_dyngrid_layout.cpp
moc_qwt_magnifier.cpp
moc_qwt_panner.cpp
moc_qwt_picker.cpp
moc_qwt_text_label.cpp
moc_qwt_legend.cpp
moc_qwt_abstract_legend.cpp
moc_qwt_legend_label.cpp
moc_qwt_plot.cpp
moc_qwt_plot_canvas.cpp
moc_qwt_plot_renderer.cpp
moc_qwt_plot_panner.cpp
moc_qwt_plot_picker.cpp
moc_qwt_plot_magnifier.cpp
moc_qwt_plot_zoomer.cpp
moc_qwt_sampling_thread.cpp
moc_qwt_scale_widget.cpp
moc_qwt_abstract_slider.cpp
moc_qwt_abstract_scale.cpp
moc_qwt_analog_clock.cpp
moc_qwt_compass.cpp
moc_qwt_counter.cpp
moc_qwt_knob.cpp
moc_qwt_dial.cpp
moc_qwt_slider.cpp
moc_qwt_wheel.cpp
moc_qwt_thermo.cpp
moc_qwt_plot_glcanvas.cpp
linking ..\lib\qwtd.dll 
Qt5Widgetsd.lib(qlayoutitem.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlayoutitem.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qwidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info   
Qt5Widgetsd.lib(qstyleoption.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstyleoption.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qapplication.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qapplication.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qframe.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qframe.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info     
Qt5Widgetsd.lib(qboxlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qboxlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qabstractscrollarea.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qabstractscrollarea.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qscrollarea.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qscrollarea.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdrawutil.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdrawutil.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfiledialog.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfiledialog.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qabstractbutton.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qabstractbutton.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qpushbutton.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qpushbutton.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qlineedit.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlineedit.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qsizepolicy.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qsizepolicy.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info     
Qt5Widgetsd.lib(qlayoutengine.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlayoutengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(Qt5Widgetsd_pch.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(Qt5Widgetsd_pch.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qgridlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgridlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qformlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qformlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicseffect.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicseffect.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qgraphicslayoutitem.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicslayoutitem.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicsitem.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsitem.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicswidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicswidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qgraphicsproxywidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsproxywidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicsscene.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsscene.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicsview.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsview.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qshortcut.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qshortcut.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qwidgetrepaintmanager.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetrepaintmanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdesktopwidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdesktopwidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmenu.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmenu.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info       
Qt5Widgetsd.lib(qwidgetwindow.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtooltip.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtooltip.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qwhatsthis.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwhatsthis.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstylesheetstyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstylesheetstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgesturemanager.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgesturemanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qwindowcontainer.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwindowcontainer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(moc_qwidget_p.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(moc_qwidget_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstylehelper.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstylehelper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstylefactory.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstylefactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcolormap.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcolormap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmessagebox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmessagebox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qaccessiblewidgetfactory.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qaccessiblewidgetfactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgesture.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgesture.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qrc_qstyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qrc_qstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qrc_qmessagebox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qrc_qmessagebox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qguistatemachine.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qguistatemachine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qwidgetsvariant.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetsvariant.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qabstractslider.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qabstractslider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qscrollbar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qscrollbar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qheaderview.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qheaderview.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdialog.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdialog.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info   
Qt5Widgetsd.lib(qaction.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qaction.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info   
Qt5Widgetsd.lib(qactiongroup.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qactiongroup.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfilesystemmodel.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfilesystemmodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfileiconprovider.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfileiconprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qabstractitemview.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qabstractitemview.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qlistview.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlistview.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtreeview.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtreeview.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcombobox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcombobox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtoolbutton.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbutton.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qlabel.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlabel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info     
Qt5Widgetsd.lib(qstackedwidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstackedwidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdialogbuttonbox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdialogbuttonbox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcompleter.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcompleter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qsidebar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qsidebar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qsplitter.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qsplitter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qbuttongroup.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qbuttongroup.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtoolbar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qwidgetlinecontrol.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetlinecontrol.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qlineedit_p.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlineedit_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qwidgettextcontrol.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgettextcontrol.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qpixmapfilter.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qpixmapfilter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicssceneevent.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicssceneevent.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicstransform.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicstransform.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qgraphicswidget_p.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicswidget_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicslayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicslayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qgraphicslayout_p.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicslayout_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicssceneindex.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicssceneindex.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicsscenebsptreeindex.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsscenebsptreeindex.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicsscenelinearindex.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsscenelinearindex.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmenubar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmenubar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(moc_qwidgetrepaintmanager_p.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(moc_qwidgetrepaintmanager_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qeffects.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qeffects.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qwidgetaction.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetaction.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qwindowsstyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwindowsstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcommonstyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcommonstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtabbar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtabbar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info   
Qt5Widgetsd.lib(qstylesheetstyle_default.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstylesheetstyle_default.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstyleanimation.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstyleanimation.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qabstractspinbox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qabstractspinbox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtabwidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtabwidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcheckbox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcheckbox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmainwindow.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmainwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmdisubwindow.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmdisubwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgesturerecognizer.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgesturerecognizer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qstandardgestures.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstandardgestures.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfusionstyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfusionstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstyleplugin.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstyleplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtextedit.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtextedit.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qaccessiblewidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qaccessiblewidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qaccessiblewidgets.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qaccessiblewidgets.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qaccessiblemenu.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qaccessiblemenu.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(simplewidgets.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(simplewidgets.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(rangecontrols.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(rangecontrols.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(complexwidgets.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(complexwidgets.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(itemviews.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(itemviews.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qsizegrip.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qsizegrip.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcolordialog.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcolordialog.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfontdialog.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfontdialog.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qerrormessage.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qerrormessage.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfileinfogatherer.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfileinfogatherer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstyleditemdelegate.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstyleditemdelegate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qscroller.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qscroller.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qspinbox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qspinbox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qbsptree.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qbsptree.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info 
Qt5Widgetsd.lib(qabstractitemdelegate.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qabstractitemdelegate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qitemdelegate.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qitemdelegate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtableview.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtableview.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qstackedlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstackedlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdirmodel.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdirmodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qrubberband.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qrubberband.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmainwindowlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmainwindowlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtoolbarlayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbarlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgraphicsscene_bsp.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgraphicsscene_bsp.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qdockwidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdockwidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdockarealayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdockarealayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qtoolbararealayout.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbararealayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qstatusbar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qstatusbar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qmdiarea.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qmdiarea.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qproxystyle.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qproxystyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qgroupbox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qgroupbox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qprogressbar.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qprogressbar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtextbrowser.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtextbrowser.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qfocusframe.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qfocusframe.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qplaintextedit.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qplaintextedit.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcalendarwidget.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcalendarwidget.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qtoolbox.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbox.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qradiobutton.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qradiobutton.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qlcdnumber.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qlcdnumber.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qslider.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qslider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info   
Qt5Widgetsd.lib(qdial.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdial.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info       
Qt5Widgetsd.lib(qitemeditorfactory.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qitemeditorfactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Widgetsd.lib(qscrollerproperties.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qscrollerproperties.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qflickgesture.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qflickgesture.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qwidgetanimator.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetanimator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if 
no debug info
Qt5Widgetsd.lib(qwidgetresizehandler.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qwidgetresizehandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtoolbarextension.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbarextension.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qtoolbarseparator.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qtoolbarseparator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qdatetimeedit.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qdatetimeedit.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qgl.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qgl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(moc_qgl.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(moc_qgl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info       
Qt5OpenGLd.lib(qglcolormap.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglcolormap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qglfunctions.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglfunctions.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qglpaintdevice.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglpaintdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(moc_qgl_p.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(moc_qgl_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info   
Qt5OpenGLd.lib(qpaintengineex_opengl2.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qpaintengineex_opengl2.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qglframebufferobject.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglframebufferobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object 
as if no debug info
Qt5OpenGLd.lib(Qt5OpenGLd_pch.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(Qt5OpenGLd_pch.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qglshaderprogram.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglshaderprogram.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qglgradientcache.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglgradientcache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qglengineshadermanager.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglengineshadermanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qgl2pexvertexarray.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qgl2pexvertexarray.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(qtextureglyphcache_gl.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qtextureglyphcache_gl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5OpenGLd.lib(moc_qglshaderprogram.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(moc_qglshaderprogram.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object 
as if no debug info
Qt5OpenGLd.lib(qglcustomshaderstage.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(qglcustomshaderstage.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object 
as if no debug info
Qt5OpenGLd.lib(moc_qglengineshadermanager_p.obj) : warning LNK4099: PDB 'Qt5OpenGLd.pdb' was not found with 'Qt5OpenGLd.lib(moc_qglengineshadermanager_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5OpenGLd.pdb'; linking object as if no debug info
Qt5Guid.lib(qpen.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpen.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpalette.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpalette.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpainter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpainter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qcolor.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcolor.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpolygon.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpolygon.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qevent.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qevent.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpaintdevice.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpaintdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qregion.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qregion.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtransform.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtransform.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qimage.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimage.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpixmap.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpixmap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qbrush.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qbrush.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpaintengine.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpaintengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpainterpath.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpainterpath.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qfont.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfont.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextdocument.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextdocument.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qtextformat.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextformat.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextcursor.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextcursor.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qguiapplication.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qguiapplication.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qmatrix.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qmatrix.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qcursor.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcursor.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qbitmap.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qbitmap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qfontmetrics.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfontmetrics.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextoption.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextoption.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextobject.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qtextdocument.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtextdocument.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpagedpaintdevice.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpagedpaintdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qimagewriter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimagewriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpdfwriter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpdfwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qicon.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qicon.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qvalidator.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qvalidator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qinputmethod.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qinputmethod.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qkeysequence.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qkeysequence.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qscreen.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qscreen.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qsurfaceformat.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qsurfaceformat.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qwindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglcontext.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qshortcutmap.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qshortcutmap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpixmapcache.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpixmapcache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qaccessible.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qaccessible.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qbackingstore.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qbackingstore.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qtouchdevice.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtouchdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qdnd.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdnd.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qstylehints.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qstylehints.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qwindowsysteminterface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qwindowsysteminterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformdialoghelper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformdialoghelper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qstandarditemmodel.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qstandarditemmodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qclipboard.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qclipboard.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextlayout.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qmatrix4x4.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qmatrix4x4.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextdocumentlayout.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextdocumentlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextengine.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpathclipper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpathclipper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qpainter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qpainter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformbackingstore.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformbackingstore.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qhighdpiscaling.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qhighdpiscaling.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(moc_qscreen.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qscreen.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformtheme.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformtheme.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(moc_qplatformmenu.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformmenu.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qabstracttextdocumentlayout.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qabstracttextdocumentlayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qcssparser.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcssparser.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qcssutil.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcssutil.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qaccessibleobject.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qaccessibleobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qdrag.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdrag.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qmovie.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qmovie.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpicture.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpicture.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qinputcontrol_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qinputcontrol_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qinputcontrol.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qinputcontrol.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(moc_qstylehints.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qstylehints.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qtextdocumentfragment.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextdocumentfragment.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextlist.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextlist.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextdocumentwriter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextdocumentwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtexttable.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtexttable.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qdesktopservices.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdesktopservices.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qpaintengine_raster.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpaintengine_raster.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qmemrotate.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qmemrotate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qvalidator.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qvalidator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(moc_qaccessible.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qaccessible.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qfontdatabase.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfontdatabase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qvector2d.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qvector2d.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformdrag.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformdrag.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qopenglfunctions.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qimagepixmapcleanuphooks.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimagepixmapcleanuphooks.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_1_1.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_1_1.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopengl.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopengl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpaintengineex.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpaintengineex.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qstroker.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qstroker.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qfontengine.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfontengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtriangulatingstroker.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtriangulatingstroker.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextureglyphcache.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextureglyphcache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qstatictext.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qstatictext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtriangulator.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtriangulator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qbezier.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qbezier.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qfontengineglyphcache.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfontengineglyphcache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(Qt5Guid_pch.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(Qt5Guid_pch.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qrawfont.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qrawfont.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qglyphrun.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qglyphrun.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qemulationpaintengine.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qemulationpaintengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qevent.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qevent.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qcolortransform.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcolortransform.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qimagereader.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimagereader.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qcolorspace.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcolorspace.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qdrawhelper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdrawhelper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qimagescale.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimagescale.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qimage_conversions.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimage_conversions.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qxpmhandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qxpmhandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qimage.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qimage.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformpixmap.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformpixmap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qrc_qmake_webgradients.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qrc_qmake_webgradients.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qfont.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qfont.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextdocument_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextdocument_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qtexthtmlparser.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtexthtmlparser.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qpagelayout.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpagelayout.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextmarkdownimporter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextmarkdownimporter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextmarkdownwriter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextmarkdownwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qtextobject.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtextobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(moc_qtexttable.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtexttable.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(moc_qtextlist.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtextlist.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qplatformintegrationfactory.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformintegrationfactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qsessionmanager.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qsessionmanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qcolortrclut.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcolortrclut.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qgenericpluginfactory.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qgenericpluginfactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatforminputcontext.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatforminputcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qinputdevicemanager.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qinputdevicemanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformthemefactory.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformthemefactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qguivariant.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qguivariant.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qguivariantanimation.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qguivariantanimation.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformcursor.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformcursor.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qplatformscreen.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformscreen.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qpagesize.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpagesize.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qimageiohandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimageiohandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qbmphandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qbmphandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qppmhandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qppmhandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qxbmhandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qxbmhandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpnghandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpnghandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qimagereaderwriterhelpers.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimagereaderwriterhelpers.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qimageiohandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qimageiohandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qpdfwriter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qpdfwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qpdf.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpdf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qiconengine.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qiconengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qiconloader.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qiconloader.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qiconengineplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qiconengineplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qsurfaceformat.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qsurfaceformat.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qsurface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qsurface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qsurface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qsurface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qshapedpixmapdndwindow_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qshapedpixmapdndwindow_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformopenglcontext.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformopenglcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglversionfunctions.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglversionfunctions.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if 
no debug info
Qt5Guid.lib(qopenglversionfunctionsfactory.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglversionfunctionsfactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_1_0.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_1_0.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_3_2_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_3_2_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qkeymapper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qkeymapper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qaccessiblecache.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qaccessiblecache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qaccessibleplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qaccessibleplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qtouchdevice.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtouchdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qdrag.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qdrag.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qdnd_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qdnd_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformwindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(moc_qplatformdialoghelper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformdialoghelper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qclipboard.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qclipboard.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qvector3d.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qvector3d.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextimagehandler.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextimagehandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatformbackingstore.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformbackingstore.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopengltextureblitter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopengltextureblitter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qoffscreensurface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qoffscreensurface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformgraphicsbuffer.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformgraphicsbuffer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if 
no debug info
Qt5Guid.lib(qplatformgraphicsbufferhelper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformgraphicsbufferhelper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpaintengine_pic.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpaintengine_pic.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qpictureformatplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qpictureformatplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qtextodfwriter.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qtextodfwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qrasterizer.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qrasterizer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qoutlinemapper.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qoutlinemapper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qcosmeticstroker.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcosmeticstroker.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qgrayraster.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qgrayraster.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qblendfunctions.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qblendfunctions.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qplatformfontdatabase.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformfontdatabase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qicc.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qicc.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qcolorspace.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qcolorspace.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qcompositionfunctions.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qcompositionfunctions.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qdrawhelper_sse2.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdrawhelper_sse2.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qdrawhelper_avx2.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdrawhelper_avx2.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qdrawhelper_ssse3.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdrawhelper_ssse3.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qdrawhelper_sse4.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qdrawhelper_sse4.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qimagescale_sse4.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimagescale_sse4.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(qimage_ssse3.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qimage_ssse3.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(md4c.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(md4c.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatformintegrationplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformintegrationplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qsessionmanager.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qsessionmanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformsessionmanager.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformsessionmanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if 
no debug info
Qt5Guid.lib(moc_qgenericplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qgenericplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatforminputcontext.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatforminputcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qinputdevicemanager_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qinputdevicemanager_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatformthemeplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformthemeplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qvector4d.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qvector4d.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qquaternion.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qquaternion.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qkeysequence.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qkeysequence.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qpalette.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qpalette.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qtextformat.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtextformat.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info   
Qt5Guid.lib(qfontsubset.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfontsubset.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qrc_qpdf.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qrc_qpdf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qrasterwindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qrasterwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_5_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_5_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_5_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_5_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_4_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_4_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_4_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_4_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_3_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_3_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_3_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_3_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_2_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_2_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_2_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_2_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_1_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_1_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_1_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_1_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_0_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_0_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_4_0_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_4_0_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_3_3_core.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_3_3_core.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_3_3_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_3_3_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_3_2_compatibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_3_2_compatibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_3_1.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_3_1.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_3_0.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_3_0.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_2_1.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_2_1.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_2_0.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_2_0.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_1_5.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_1_5.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_1_4.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_1_4.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_1_3.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_1_3.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglfunctions_1_2.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglfunctions_1_2.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qkeymapper_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qkeymapper_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qaccessiblecache_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qaccessiblecache_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformsurface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformsurface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qtextimagehandler_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qtextimagehandler_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if 
no debug info
Qt5Guid.lib(qopenglbuffer.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglbuffer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qopenglshaderprogram.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglshaderprogram.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglvertexarrayobject.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglvertexarrayobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qoffscreensurface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qoffscreensurface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatformgraphicsbuffer.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformgraphicsbuffer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qzip.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qzip.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qfontengine_qpf2.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qfontengine_qpf2.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info 
Qt5Guid.lib(moc_qfontdatabase.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qfontdatabase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qpaintdevicewindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qpaintdevicewindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qopenglshaderprogram.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qopenglshaderprogram.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qopenglprogrambinarycache.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qopenglprogrambinarycache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpaintdevicewindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpaintdevicewindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Cored.lib(qglobal.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qglobal.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qarraydata.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qarraydata.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlist.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlist.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmap.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlocale.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlocale.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qrect.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qrect.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qnumeric.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qnumeric.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlogging.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlogging.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbytearray.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbytearray.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qstring.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstring.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdatetime.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdatetime.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtextstream.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtextstream.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qdebug.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdebug.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmetaobject.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmetaobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qobject.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmath.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmath.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcoreapplication.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcoreapplication.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsharedpointer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsharedpointer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qbitarray.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbitarray.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qelapsedtimer_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qelapsedtimer_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qelapsedtimer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qelapsedtimer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qvariant.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qvariant.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcoreevent.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcoreevent.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmetatype.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmetatype.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qstringlist.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstringlist.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfileinfo.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfileinfo.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qthread_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qthread_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qrunnable.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qrunnable.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qexception.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qexception.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfutureinterface.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfutureinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qthreadpool.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qthreadpool.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qthread.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qthread.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsize.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsize.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qline.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qline.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qpluginloader.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qpluginloader.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qpoint.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qpoint.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qhash.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qhash.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmargins.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmargins.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdatastream.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdatastream.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qloggingcategory.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qloggingcategory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbasictimer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbasictimer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qregexp.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qregexp.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qiodevice.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qiodevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qurl.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qurl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfile.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfile.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdir.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdir.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qabstractitemmodel.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstractitemmodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qitemselectionmodel.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qitemselectionmodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qabstractproxymodel.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstractproxymodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsettings.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsettings.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimetype.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimetype.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimedatabase.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimedatabase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qtimer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtimer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimedata.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimedata.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmutex.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmutex.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qeventloop.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qeventloop.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfactoryloader.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfactoryloader.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qresource.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qresource.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qstatemachine.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstatemachine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qcollator.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcollator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qregularexpression.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qregularexpression.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfilesystementry.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystementry.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qeasingcurve.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qeasingcurve.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qabstractanimation.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstractanimation.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qvariantanimation.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qvariantanimation.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qstringlistmodel.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstringlistmodel.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qpropertyanimation.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qpropertyanimation.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbuffer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbuffer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qwaitcondition_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qwaitcondition_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfilesystemwatcher.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystemwatcher.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdiriterator.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdiriterator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qjsonvalue.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsonvalue.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtextcodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtextcodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfiledevice.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfiledevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qcalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdatetimeparser.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdatetimeparser.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qreadwritelock.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qreadwritelock.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qthreadstorage.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qthreadstorage.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qrandom.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qrandom.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfloat16.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfloat16.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsemaphore.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsemaphore.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qjsondocument.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsondocument.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qjsonarray.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsonarray.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdataurl.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdataurl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcommandlineoption.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcommandlineoption.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlibraryinfo.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlibraryinfo.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qlibrary.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlibrary.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtextboundaryfinder.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtextboundaryfinder.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qunicodetools.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qunicodetools.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qharfbuzz.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qharfbuzz.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qstandardpaths_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstandardpaths_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qoperatingsystemversion_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qoperatingsystemversion_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qversionnumber.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qversionnumber.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qjsonparser.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsonparser.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qjsonobject.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsonobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qsimd.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsimd.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbytearraymatcher.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbytearraymatcher.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qvsnprintf.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qvsnprintf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcryptographichash.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcryptographichash.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(quuid.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(quuid.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtemporaryfile.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtemporaryfile.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qxmlstream.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qxmlstream.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qendian.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qendian.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsavefile.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsavefile.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qoperatingsystemversion.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qoperatingsystemversion.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qwinregistry.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qwinregistry.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qlocale_tools.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlocale_tools.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(Qt5Cored_pch.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(Qt5Cored_pch.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qmalloc.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmalloc.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbytearraylist.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbytearraylist.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qlocale_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlocale_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qsystemerror.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsystemerror.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qutfcodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qutfcodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtimezone.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtimezone.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtimezoneprivate.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtimezoneprivate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qgregoriancalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qgregoriancalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qabstracteventdispatcher.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstracteventdispatcher.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object 
as if no debug info
Qt5Cored.lib(qhooks.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qhooks.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcoreapplication_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcoreapplication_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcborvalue.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcborvalue.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qjsoncbor.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsoncbor.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcborcommon.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcborcommon.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfilesystemengine_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystemengine_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if 
no debug info
Qt5Cored.lib(qfilesystemengine.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystemengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qdeadlinetimer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qdeadlinetimer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qeventdispatcher_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qeventdispatcher_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qresultstore.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qresultstore.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qloggingregistry.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qloggingregistry.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qringbuffer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qringbuffer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qurlquery.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qurlquery.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qurlrecode.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qurlrecode.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qurlidna.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qurlidna.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtldurl.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtldurl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qipaddress.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qipaddress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qabstractfileengine.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstractfileengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfsfileengine.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfsfileengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qfsfileengine_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfsfileengine_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcoreglobaldata.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcoreglobaldata.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsettings_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsettings_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qlockfile.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlockfile.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimeglobpattern.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimeglobpattern.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimeprovider.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimeprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qstandardpaths.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstandardpaths.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qresource_iterator.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qresource_iterator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qabstracttransition.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstracttransition.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qstate.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qstate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qabstractstate.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstractstate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qsignaltransition.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsignaltransition.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qhistorystate.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qhistorystate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qeventtransition.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qeventtransition.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qanimationgroup.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qanimationgroup.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfreelist.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfreelist.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfinalstate.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfinalstate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qcollator_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcollator_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qfilesystemwatcher_polling.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystemwatcher_polling.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfilesystemwatcher_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystemwatcher_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(moc_qfilesystemwatcher_win_p.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(moc_qfilesystemwatcher_win_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfilesystemiterator_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfilesystemiterator_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlatincodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlatincodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qtsciicodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtsciicodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qisciicodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qisciicodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qwindowscodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qwindowscodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qsimplecodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsimplecodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(qgb18030codec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qgb18030codec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qeucjpcodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qeucjpcodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qjiscodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjiscodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsjiscodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsjiscodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qeuckrcodec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qeuckrcodec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbig5codec.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbig5codec.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qjuliancalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjuliancalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmilankoviccalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmilankoviccalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qjalalicalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjalalicalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qislamiccivilcalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qislamiccivilcalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if 
no debug info
Qt5Cored.lib(qfloat16_f16c.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfloat16_f16c.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(qjsonwriter.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjsonwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qbinaryjson.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbinaryjson.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info       
Qt5Cored.lib(qbinaryjsonobject.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbinaryjsonobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qbinaryjsonarray.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbinaryjsonarray.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlibrary_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlibrary_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info     
Qt5Cored.lib(harfbuzz-shaper-all.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-shaper-all.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsystemlibrary.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsystemlibrary.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qxmlutils.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qxmlutils.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qtimezoneprivate_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qtimezoneprivate_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qromancalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qromancalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qcborstreamreader.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcborstreamreader.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcborstreamwriter.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcborstreamwriter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qcbordiagnostic.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qcbordiagnostic.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(moc_qeventdispatcher_win_p.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(moc_qeventdispatcher_win_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qsocketnotifier.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qsocketnotifier.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qwineventnotifier.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qwineventnotifier.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qfsfileengine_iterator.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qfsfileengine_iterator.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qlockfile_win.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qlockfile_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimetypeparser.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimetypeparser.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qmimemagicrule.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimemagicrule.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qmimemagicrulematcher.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qmimemagicrulematcher.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if 
no debug info
Qt5Cored.lib(qabstractnativeeventfilter.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qabstractnativeeventfilter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qjpunicode.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qjpunicode.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(qhijricalendar.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qhijricalendar.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info 
Qt5Cored.lib(qbinaryjsonvalue.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(qbinaryjsonvalue.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(harfbuzz-gdef.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-gdef.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(harfbuzz-buffer.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-buffer.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(harfbuzz-gpos.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-gpos.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(harfbuzz-gsub.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-gsub.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(harfbuzz-impl.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-impl.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
Qt5Cored.lib(harfbuzz-stream.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-stream.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info
Qt5Cored.lib(moc_qwineventnotifier.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(moc_qwineventnotifier.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if 
no debug info
Qt5Cored.lib(harfbuzz-open.obj) : warning LNK4099: PDB 'Qt5Cored.pdb' was not found with 'Qt5Cored.lib(harfbuzz-open.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Cored.pdb'; linking object as if no debug info   
windowsprintersupportd.lib(main.obj) : warning LNK4099: PDB 'windowsprintersupportd.pdb' was not found with 'windowsprintersupportd.lib(main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\windowsprintersupportd.pdb'; linking object as if no debug info
windowsprintersupportd.lib(qwindowsprintersupport.obj) : warning LNK4099: PDB 'windowsprintersupportd.pdb' was not found with 'windowsprintersupportd.lib(qwindowsprintersupport.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\windowsprintersupportd.pdb'; linking object as if no debug info
windowsprintersupportd.lib(qwindowsprintdevice.obj) : warning LNK4099: PDB 'windowsprintersupportd.pdb' was not found with 'windowsprintersupportd.lib(qwindowsprintdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\windowsprintersupportd.pdb'; linking object as if no debug info
qwindowsvistastyled.lib(main.obj) : warning LNK4099: PDB 'qwindowsvistastyled.pdb' was not found with 'qwindowsvistastyled.lib(main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsvistastyled.pdb'; linking object as if no debug info
qwindowsvistastyled.lib(qwindowsvistastyle.obj) : warning LNK4099: PDB 'qwindowsvistastyled.pdb' was not found with 'qwindowsvistastyled.lib(qwindowsvistastyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsvistastyled.pdb'; linking object as if no debug info
qwindowsvistastyled.lib(qwindowsxpstyle.obj) : warning LNK4099: PDB 'qwindowsvistastyled.pdb' was not found with 'qwindowsvistastyled.lib(qwindowsxpstyle.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsvistastyled.pdb'; linking object as if no debug info
qwindowsvistastyled.lib(moc_qwindowsvistastyle_p.obj) : warning LNK4099: PDB 'qwindowsvistastyled.pdb' was not found with 'qwindowsvistastyled.lib(moc_qwindowsvistastyle_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsvistastyled.pdb'; linking object as if no debug info
qwindowsvistastyled.lib(moc_qwindowsvistastyle_p_p.obj) : warning LNK4099: PDB 'qwindowsvistastyled.pdb' was not found with 'qwindowsvistastyled.lib(moc_qwindowsvistastyle_p_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsvistastyled.pdb'; linking object as if no debug info
qwindowsvistastyled.lib(moc_qwindowsxpstyle_p.obj) : warning LNK4099: PDB 'qwindowsvistastyled.pdb' was not found with 'qwindowsvistastyled.lib(moc_qwindowsxpstyle_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsvistastyled.pdb'; linking object as if no debug info
qwindowsd.lib(main.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsgdiintegration.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsgdiintegration.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object 
as if no debug info
qwindowsd.lib(qwindowsd_plugin_resources.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsd_plugin_resources.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsintegration.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsintegration.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if 
no debug info
qwindowsd.lib(qwindowsbackingstore.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsbackingstore.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsnativeinterface.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsnativeinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsnativeinterface.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsnativeinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsgdinativeinterface.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsgdinativeinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsgdinativeinterface.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsgdinativeinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qrc_cursors.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qrc_cursors.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info   
qwindowsd.lib(qrc_openglblacklists.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qrc_openglblacklists.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowswindow.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowswindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowscontext.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowscontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsmenu.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsmenu.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info 
qwindowsd.lib(qwindowsscreen.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsscreen.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowstheme.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowstheme.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsservices.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsservices.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsclipboard.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsclipboard.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsdrag.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsdrag.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info 
qwindowsd.lib(qwindowsinputcontext.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsinputcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowskeymapper.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowskeymapper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiaaccessibility.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiaaccessibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowssessionmanager.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowssessionmanager.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object 
as if no debug info
qwindowsd.lib(qwindowsopengltester.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsopengltester.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowseglcontext.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowseglcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsglcontext.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsglcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowscursor.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowscursor.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsmime.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsmime.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info 
qwindowsd.lib(qwin10helpers.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwin10helpers.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsmousehandler.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsmousehandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowspointerhandler.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowspointerhandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object 
as if no debug info
qwindowsd.lib(qwindowstabletsupport.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowstabletsupport.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsinputcontext.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsinputcontext.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsmenu.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsmenu.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsdialoghelpers.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsdialoghelpers.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowssystemtrayicon.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowssystemtrayicon.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object 
as if no debug info
qwindowsd.lib(qwindowsinternalmimedata.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsinternalmimedata.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsole.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsole.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info   
qwindowsd.lib(qwindowsdropdataobject.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsdropdataobject.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object 
as if no debug info
qwindowsd.lib(qwindowsuiamainprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiamainprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiabaseprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiabaseprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsuiamainprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsuiamainprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiavalueprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiavalueprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiarangevalueprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiarangevalueprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiatextprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiatextprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiatoggleprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiatoggleprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiainvokeprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiainvokeprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiaselectionprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiaselectionprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiaselectionitemprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiaselectionitemprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiatableprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiatableprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiatableitemprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiatableitemprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiagridprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiagridprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiagriditemprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiagriditemprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiawindowprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiawindowprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiaexpandcollapseprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiaexpandcollapseprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiautils.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiautils.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiaprovidercache.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiaprovidercache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsuiabaseprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsuiabaseprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(qwindowsuiatextrangeprovider.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(qwindowsuiatextrangeprovider.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
qwindowsd.lib(moc_qwindowsuiaprovidercache.obj) : warning LNK4099: PDB 'qwindowsd.pdb' was not found with 'qwindowsd.lib(moc_qwindowsuiaprovidercache.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qwindowsd.pdb'; linking object as if no debug info
Qt5EventDispatcherSupportd.lib(qwindowsguieventdispatcher.obj) : warning LNK4099: PDB 'Qt5EventDispatcherSupportd.pdb' was not found with 'Qt5EventDispatcherSupportd.lib(qwindowsguieventdispatcher.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5EventDispatcherSupportd.pdb'; linking object as if no debug info
Qt5EventDispatcherSupportd.lib(moc_qwindowsguieventdispatcher_p.obj) : warning LNK4099: PDB 'Qt5EventDispatcherSupportd.pdb' was not found with 'Qt5EventDispatcherSupportd.lib(moc_qwindowsguieventdispatcher_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5EventDispatcherSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qwindowsfontdatabase.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qwindowsfontdatabase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qfreetypefontdatabase.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qfreetypefontdatabase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qwindowsfontdatabase_ft.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qwindowsfontdatabase_ft.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qwindowsnativeimage.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qwindowsnativeimage.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qwindowsfontengine.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qwindowsfontengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qwindowsfontenginedirectwrite.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qwindowsfontenginedirectwrite.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(Qt5FontDatabaseSupportd_pch.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(Qt5FontDatabaseSupportd_pch.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
Qt5FontDatabaseSupportd.lib(qfontengine_ft.obj) : warning LNK4099: PDB 'Qt5FontDatabaseSupportd.pdb' was not found with 'Qt5FontDatabaseSupportd.lib(qfontengine_ft.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5FontDatabaseSupportd.pdb'; linking object as if no debug info
freetyped.lib(ftbase.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftbase.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftinit.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftinit.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftsynth.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftsynth.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(fttype1.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(fttype1.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftsystem.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftsystem.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(autofit.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(autofit.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(truetype.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(truetype.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(type1.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(type1.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(cff.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(cff.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(type1cid.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(type1cid.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(pfr.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(pfr.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(type42.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(type42.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(winfnt.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(winfnt.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(pcf.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(pcf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(psaux.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(psaux.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(psnames.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(psnames.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(pshinter.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(pshinter.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(raster.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(raster.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(sfnt.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(sfnt.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(smooth.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(smooth.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(bdf.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(bdf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftbitmap.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftbitmap.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftgzip.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftgzip.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftlzw.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftlzw.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftbzip2.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftbzip2.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
freetyped.lib(ftdebug.obj) : warning LNK4099: PDB 'freetype.pdb' was not found with 'freetyped.lib(ftdebug.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\freetype.pdb'; linking object as if no debug info
brotlidec-static.lib(decode.obj) : warning LNK4099: PDB 'brotlidec-static.pdb' was not found with 'brotlidec-static.lib(decode.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlidec-static.pdb'; linking object as if no debug info
brotlidec-static.lib(bit_reader.obj) : warning LNK4099: PDB 'brotlidec-static.pdb' was not found with 'brotlidec-static.lib(bit_reader.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlidec-static.pdb'; linking object as if no debug info
brotlidec-static.lib(huffman.obj) : warning LNK4099: PDB 'brotlidec-static.pdb' was not found with 'brotlidec-static.lib(huffman.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlidec-static.pdb'; linking object as if no debug info
brotlidec-static.lib(state.obj) : warning LNK4099: PDB 'brotlidec-static.pdb' was not found with 'brotlidec-static.lib(state.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlidec-static.pdb'; linking object as if 
no debug info
brotlicommon-static.lib(transform.obj) : warning LNK4099: PDB 'brotlicommon-static.pdb' was not found with 'brotlicommon-static.lib(transform.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlicommon-static.pdb'; linking object as if no debug info
brotlicommon-static.lib(constants.obj) : warning LNK4099: PDB 'brotlicommon-static.pdb' was not found with 'brotlicommon-static.lib(constants.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlicommon-static.pdb'; linking object as if no debug info
brotlicommon-static.lib(context.obj) : warning LNK4099: PDB 'brotlicommon-static.pdb' was not found with 'brotlicommon-static.lib(context.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlicommon-static.pdb'; linking object as if no debug info
brotlicommon-static.lib(platform.obj) : warning LNK4099: PDB 'brotlicommon-static.pdb' was not found with 'brotlicommon-static.lib(platform.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlicommon-static.pdb'; linking object as if no debug info
brotlicommon-static.lib(dictionary.obj) : warning LNK4099: PDB 'brotlicommon-static.pdb' was not found with 'brotlicommon-static.lib(dictionary.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\brotlicommon-static.pdb'; linking object as if no debug info
Qt5ThemeSupportd.lib(qabstractfileiconengine.obj) : warning LNK4099: PDB 'Qt5ThemeSupportd.pdb' was not found with 'Qt5ThemeSupportd.lib(qabstractfileiconengine.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5ThemeSupportd.pdb'; linking object as if no debug info
Qt5WindowsUIAutomationSupportd.lib(qwindowsuiawrapper.obj) : warning LNK4099: PDB 'Qt5WindowsUIAutomationSupportd.pdb' was not found with 'Qt5WindowsUIAutomationSupportd.lib(qwindowsuiawrapper.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5WindowsUIAutomationSupportd.pdb'; linking object as if no debug info
qgifd.lib(moc_main.obj) : warning LNK4099: PDB 'qgifd.pdb' was not found with 'qgifd.lib(moc_main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qgifd.pdb'; linking object as if no debug info
qgifd.lib(main.obj) : warning LNK4099: PDB 'qgifd.pdb' was not found with 'qgifd.lib(main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qgifd.pdb'; linking object as if no debug info
qgifd.lib(qgifhandler.obj) : warning LNK4099: PDB 'qgifd.pdb' was not found with 'qgifd.lib(qgifhandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qgifd.pdb'; linking object as if no debug info
qicod.lib(moc_main.obj) : warning LNK4099: PDB 'qicod.pdb' was not found with 'qicod.lib(moc_main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qicod.pdb'; linking object as if no debug info
qicod.lib(main.obj) : warning LNK4099: PDB 'qicod.pdb' was not found with 'qicod.lib(main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qicod.pdb'; linking object as if no debug info
qicod.lib(qicohandler.obj) : warning LNK4099: PDB 'qicod.pdb' was not found with 'qicod.lib(qicohandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qicod.pdb'; linking object as if no debug info
qjpegd.lib(moc_main.obj) : warning LNK4099: PDB 'qjpegd.pdb' was not found with 'qjpegd.lib(moc_main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qjpegd.pdb'; linking object as if no debug info
qjpegd.lib(main.obj) : warning LNK4099: PDB 'qjpegd.pdb' was not found with 'qjpegd.lib(main.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qjpegd.pdb'; linking object as if no debug info
qjpegd.lib(qjpeghandler.obj) : warning LNK4099: PDB 'qjpegd.pdb' was not found with 'qjpegd.lib(qjpeghandler.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\qjpegd.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_config.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_config.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_context.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_context.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info 
pcre2-16d.lib(pcre2_compile.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_compile.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info 
pcre2-16d.lib(pcre2_pattern_info.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_pattern_info.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_match_data.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_match_data.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_match.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_match.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info     
pcre2-16d.lib(pcre2_jit_compile.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_jit_compile.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_error.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_error.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info     
pcre2-16d.lib(pcre2_string_utils.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_string_utils.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_ucd.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_ucd.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_chartables.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_chartables.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_auto_possess.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_auto_possess.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_find_bracket.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_find_bracket.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_newline.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_newline.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_ord2utf.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_ord2utf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info 
pcre2-16d.lib(pcre2_study.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_study.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info     
pcre2-16d.lib(pcre2_valid_utf.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_valid_utf.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_tables.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_tables.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_extuni.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_extuni.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info   
pcre2-16d.lib(pcre2_script_run.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_script_run.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info
pcre2-16d.lib(pcre2_xclass.obj) : warning LNK4099: PDB 'pcre2-16.pdb' was not found with 'pcre2-16d.lib(pcre2_xclass.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\pcre2-16.pdb'; linking object as if no debug info   
zlib.lib(deflate.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(deflate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(compress.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(compress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(inflate.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(inflate.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(crc32.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(crc32.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(uncompr.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(uncompr.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(adler32.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(adler32.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(zutil.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(zutil.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(trees.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(trees.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(inftrees.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(inftrees.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
zlib.lib(inffast.obj) : warning LNK4099: PDB 'zlibstatic.pdb' was not found with 'zlib.lib(inffast.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\zlibstatic.pdb'; linking object as if no debug info
bz2.lib(bzlib.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(bzlib.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
bz2.lib(compress.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(compress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
bz2.lib(decompress.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(decompress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
bz2.lib(randtable.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(randtable.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
bz2.lib(crctable.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(crctable.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
bz2.lib(blocksort.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(blocksort.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
bz2.lib(huffman.obj) : warning LNK4099: PDB 'bz2.pdb' was not found with 'bz2.lib(huffman.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\bz2.pdb'; linking object as if no debug info
zstd_static.lib(zstd_decompress.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(zstd_decompress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object 
as if no debug info
zstd_static.lib(zstd_common.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(zstd_common.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(entropy_common.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(entropy_common.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(huf_decompress.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(huf_decompress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(xxhash.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(xxhash.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(zstd_ddict.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(zstd_ddict.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(zstd_decompress_block.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(zstd_decompress_block.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(error_private.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(error_private.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
zstd_static.lib(fse_decompress.obj) : warning LNK4099: PDB 'libzstd_static.pdb' was not found with 'zstd_static.lib(fse_decompress.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\libzstd_static.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(moc_qplatformprintplugin.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(moc_qplatformprintplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(qplatformprintplugin.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(qplatformprintplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(qplatformprintersupport.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(qplatformprintersupport.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(qprintengine_win.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(qprintengine_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(qplatformprintdevice.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(qplatformprintdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(Qt5PrintSupportd_pch.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(Qt5PrintSupportd_pch.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(qprintdevice.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(qprintdevice.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5PrintSupportd.lib(qpaintengine_alpha.obj) : warning LNK4099: PDB 'Qt5PrintSupportd.pdb' was not found with 'Qt5PrintSupportd.lib(qpaintengine_alpha.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5PrintSupportd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qinputdialog.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qinputdialog.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object as if no debug info
Qt5Widgetsd.lib(qcommandlinkbutton.obj) : warning LNK4099: PDB 'Qt5Widgetsd.pdb' was not found with 'Qt5Widgetsd.lib(qcommandlinkbutton.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Widgetsd.pdb'; linking object 
as if no debug info
Qt5Guid.lib(qplatformintegrationplugin.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformintegrationplugin.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object 
as if no debug info
Qt5Guid.lib(qplatformintegration.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformintegration.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatformnativeinterface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatformnativeinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformnativeinterface.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformnativeinterface.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpixmap_raster.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpixmap_raster.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info     
Qt5Guid.lib(qplatformservices.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformservices.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatforminputcontextfactory.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatforminputcontextfactory.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qpixmap_win.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qpixmap_win.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformmenu.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformmenu.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(moc_qinternalmimedata_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qinternalmimedata_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if 
no debug info
Qt5Guid.lib(qinternalmimedata.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qinternalmimedata.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformclipboard.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformclipboard.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qrasterwindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qrasterwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info       
Qt5Guid.lib(qplatformaccessibility.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformaccessibility.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qplatformsystemtrayicon.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qplatformsystemtrayicon.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if 
no debug info
Qt5Guid.lib(qsimpledrag.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qsimpledrag.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qplatforminputcontextplugin_p.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qplatforminputcontextplugin_p.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(moc_qaccessiblebridge.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(moc_qaccessiblebridge.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
Qt5Guid.lib(qshapedpixmapdndwindow.obj) : warning LNK4099: PDB 'Qt5Guid.pdb' was not found with 'Qt5Guid.lib(qshapedpixmapdndwindow.obj)' or at 'C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\lib\Qt5Guid.pdb'; linking object as if no debug info
   Creating library ..\lib\qwtd.lib and object ..\lib\qwtd.exp
MSVCRTD.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)
..\lib\qwtd.dll : fatal error LNK1120: 1 unresolved externals
jom: C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\src\Makefile [..\lib\qwtd.dll] Error 1120
jom: C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2\Makefile [sub-src-make_first-ordered] Error 2
qwt/6.1.6: 
qwt/6.1.6: ERROR: Package '50774a6291ce11087a32fb645d734fb6679ad0a2' build failed
qwt/6.1.6: WARN: Build folder C:\Users\kfred\.conan\data\qwt\6.1.6\_\_\build\50774a6291ce11087a32fb645d734fb6679ad0a2
ERROR: qwt/6.1.6: Error in build() method, line 96
        self.run("{} && jom".format(vcvars))
        ConanException: Error 2 while executing set "VSCMD_START_DIR=%CD%" && call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC/Auxiliary/Build/vcvarsall.bat" amd64 && jom
@kenfred kenfred added the bug Something isn't working label Sep 8, 2021
@ericLemanissier
Copy link
Contributor

ericLemanissier commented Sep 9, 2021

As @kenfred signaled on slack, it seems to be a consequence of this line in qt recipe: self.cpp_info.components["qtCore"].exelinkflags.append("-ENTRY:mainCRTStartup"), because the generated conanbuildinfo.pri has CONAN_QMAKE_LFLAGS_QT += -ENTRY:mainCRTStartup
AFAIU, it looks like a bug in conan's qmake generator. cpp_info.exelinkflags should be used only when linking an executable, not when building a library.

@kenfred
Copy link
Contributor Author

kenfred commented Sep 9, 2021

Addressed with #7232

memsharded pushed a commit to conan-io/conan that referenced this issue Sep 10, 2021
@ericLemanissier
Copy link
Contributor

@kenfred this issue can be closed I think

@kenfred
Copy link
Contributor Author

kenfred commented Sep 17, 2021

Fixed with #7232

@kenfred kenfred closed this as completed Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants