I am developing a Qt application which will have a video playing in the center of the screen. This video is included locally for the application. I am new to Qt development, and thus far I have only seen examples of including resources in the .qrc file.
When I add the video (which is about 2 minutes long), compilation takes approximately 8-10 minutes. Normally it takes between 1-3 seconds to compile.
Is there a way to include a large file (such as a video) to be packaged and distributed with the application?