I've built a Qt Quick application (standard hello world app created by Qt Creator) that statically links Qt on Windows. It works fine except I need to copy QtQuick and QtQuick.2 from the Qt dir Qml folder next to the executable for it to run properly. Anyone know how I can embed those into the exe?