This only affects the extra CMakeLists.txt below win32-qtcreator.
This compiles fully static - without librtlsdr.dll.
Root CMakeLists.txt, with option RTL_STATIC_BUILD ON,
does compile librtlsdr.dll and the rtl_* tools require it.
Signed-off-by: hayati ayguen <h_ayguen@web.de>
* Build rtl-tools static (except RTLSDR.DLL) on MinGW/Win32
Option is ON by default, cause it only affects MinGW/Win32.
* win32-qtcreator/README.txt has some explanations howto setup
for compilation with QT 5.5/qtcreator
Signed-off-by: hayati ayguen <h_ayguen@web.de>