CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Windows build pulls in all Qt libraries and debug symbols #186

Open dragly opened 6 years ago

dragly commented 6 years ago

Even though we run windeployqt.exe on AppVeyor, we end up with a large installer that includes Qt unused modules such as QtNfc and QtGamepad. In addition, debug symbols are included.